|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I've installed the apache server on my win98 system. Apache starts and doesn't report any errors. I can run php scripts using the http://myserver/cgi-bin/php.exe/<alias directory>/myphpscript.php URL. However, I want to run the scripts directly from the <alias directory> (http://myserver/<alias directory>/myphpscript.php). I can browse the <alias directory> but whenever I click on a .php file they browser wants to down load it.
My current setup has: Action application/x-http-php "/php/php.exe" AddType application/x-httpd-php .php AddType application/x-httpd-php .php3 AddType application/x-httpd-php .phtml AddType application/x-httpd-php-source .phps ScriptAlias /php/ "D:/Php402/" Alias /fake name/ "D:/real name/" <Directory "D:/real name"> Options Indexes ExecCGI FollowSymLinks MultiViews AllowOverride None Order allow,deny Allow from all </Directory> Does anyone know the httpd.conf configuration setup for this? Thanks ------------------ Ron Woods/GAI Sr. Software Engineer 1777 N.E. Loop 410 Suite 600 San Antonio, TX 78217 Tel: 210-820-2615 Fax: 210-832-0487 http://www.gai-inc.com |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > Apache 1.3/PHP Setup on Win98 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|