|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hello!
I 've got a problem! I cant configure cause there is no httpd.conf in C:\Program Files\Apache Group\Apache2\conf please help! what I've to do. apache is running without any problems p.s. apache_2.0.44 php-4.3.1 on win xp Last edited by dafate : March 29th, 2003 at 09:04 AM. |
|
#2
|
|||
|
|||
|
Not to ask a dumb question, but is Apache installed in "C:\Program Files\Apache Group\Apache2\conf"?
If it isn't, you won't be able to find the "httpd.conf" file. Another question, is Apache running OK? If both answers are "yes," you can put the my httpd.conf.txt (take off the .txt extension) in your "conf" directory. (I have the same version on XP too.) It is very simple to add PHP support to Apache. Just add the following lines to the bottom of the file (already done): ScriptAlias /php/ "c:/PHP/" Action application/x-httpd-php "/php/php.exe" AddType application/x-httpd-php .php If applicable, change "c:/PHP" to where you installed PHP. Stop the server before you replace/edit the file, and restart when you are done. I hope this helps! Last edited by pentapenguin : March 30th, 2003 at 09:36 PM. |
|
#3
|
|||
|
|||
|
thanx a lot!
![]() |
|
#4
|
|||
|
|||
|
Glad to help!
I really recommend "PHP Advanced for the World Wide Web" by Larry Ullman. Tons of great PHP info! |
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Web Server Configuration > cant configure php on apache |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|