|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Windows 2003 Server PHP 5 and IIS Configuration Question?
I am trying to get PHP5 to work without any luck so far. I have the latest version 4.x working just fine but thought I would upgrade. I do not se a significant difference as far as configuration.
Code:
;;;;;;;;;;;;;;;;;;;;;;;;; ; Paths and Directories ; ;;;;;;;;;;;;;;;;;;;;;;;;; ; Windows: "\path1;\path2" include_path = ".;c:\php" ; Directory in which the loadable extensions (modules) reside. extension_dir = "c:\php\ext" ; **You CAN safely turn this off for IIS, in fact, you MUST.** cgi.force_redirect = 0 ;;;;;;;;;;;;;;;; ; File Uploads ; ;;;;;;;;;;;;;;;; ; Maximum allowed size for uploaded files. upload_max_filesize = 8M Besides this what else am I missing. I am just trying to pll up the PHPINFO(); page. Since PHP 4.x on my IIS Windows 2003 server was already setup and working with previous version 4.x I should not have to make any changes to that right? I figured it was a copy the new files configure PHP.INI and done deal it would work. I am starting a new post here cause it relates to the topic. I have posted here if you want to see the link. I keep getting this below and the page never comes up. CGI Timeout The specified CGI application exceeded the allowed time for processing. The server has deleted the process.
__________________
George - www.ipdg3.com Helping Developers and Programmers Find Resources Forums - Contests - Tutorials - Source Code ORB - Wireless Site - Online Gear Last edited by iamtgo3 : July 19th, 2004 at 03:54 PM. |
|
#2
|
|||
|
|||
|
I went back to 4.3.7 and since there was an update I put on 4.3.8. This is the strange thing. Once I renamed the "c:\php" folder that had 5.0 in it "c:\php-old" and created a new one and put 4.3.8 in "c:\php" it just worked. It was all setup from previous version 4.3.7. Version 5.0 is not that much different installation wise that I could see. The documentation however does not match the file structure of the ZIP file from php.net and is just wrong in a couple of places. I am still looking to put 5.0 up but might wait till next revision maybe the docs will be more correct and more people will have installed it by then.
|
|
#3
|
|||
|
|||
|
Permissions
Quote:
Make sure the Permissions on the PHP folder are set correctly. |
|
#4
|
|||
|
|||
|
OK back to my original quest but I am using PGP 5.0.3 now.
Same story I am getting the below error message again and have all the pemission set correctly. What did they change from version 4.x that works everytime to 5.x being harder then the search for the Holy Grail to get it to work. One good thing they did finally update install docs but of course folling them word for word still does not mean it will work. I am up for any suggestions at this point. Does anyone have PHP 5.0.3 CGI version working on Windows 2003 Server? CGI Timeout The specified CGI application exceeded the allowed time for processing. The server has deleted the process. |
|
#5
|
|||
|
|||
|
I don't have 2003, but if it means anything I had no problems getting the ISAPI version of php5 to work on a XP Pro SP 2 box.
__________________
====== Doug G ====== "Hide, hide witch! The good folk come to burn thee. Their keen enjoyment hid behind their gothic mask of duty." -Mark Clifton |
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > Windows 2003 Server PHP 5 and IIS Configuration Question? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|