|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
win2ksp4 + php5b1 + apache1.3.27
Hi all,
I current am trying to properly configure my local machine: win2ksp4 + php5b1 + apache1.3.27 I can't get php code to parse. I can successfully stop/start apache services and display the default page by http://localhost/ when i put a simple test page in the htdocs dir of apache (or anywhere else for that matter) and try to open in I.E. 6, the php code doesn't parse. php was downloaded at .zip, rename to the c:/php dir. apache was downloaded to the default dir. I added this to the apache httpd.conf file: ScriptAlias /php/ "c:/php/" AddType application/x-httpd-php .php .phtml Action application/x-httpd-php "/php/php.exe" I stop, then restart apache...still no php parsing. I am behind a firewall at work (using ports 80,81,443). Perhaps i need to have apache use another port?? Any suggestions? I believe I've follewed the install instructions to the T. Thanks P.S. I've tried php4.3.2 + apache2.xx but that didn't work either. |
|
#2
|
|||
|
|||
|
RE: win2ksp4 + php5b1 + apache1.3.27
try loading as a module instead of cgi...
LoadModule php4_module c:/php/sapi/php5pache.dll AddType application/x-httpd-php .php but if you do want to go cgi, I think you should be loading php-cgi.exe not php.exe |
|
#3
|
|||
|
|||
|
RE: win2ksp4 + php5b1 + apache1.3.27
to anyone who want's a clean install of php+apache on windows, go here:
http://php.weblogs.com/apache_windows As it's set up, it installs apache 1.3x & php 4.3.2. I'm running win2000 pc. |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Installation > win2ksp4 + php5b1 + apache1.3.27 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|