Re: [PHP-INST] PHP & HTTPD

2003-01-02 Thread Chris Hewitt
M A wrote: LoadModule php4_module modules/libphp4.so AddType application/x-httpd-php .php The first line is only required if you compiled apache --with-shared (to allow DSO modules) and php --with-apxs (to compile php as a DSO module). It sounds as though you have compiled them to have PHP co

[PHP-INST] PHP & HTTPD

2003-01-02 Thread M A
I don't have the following php module in my httpd.conf file: LoadModule php4_module modules/libphp4.so AddType application/x-httpd-php .php Still i am able to build webpages using php and php codes are being proccessed by the server. one more thing when i tried to load the php module and re

Re: [PHP-INST] PHP & HTTPD

2003-01-02 Thread Michael Lougee
Did you do an --enable=so when you configured Apache? or do --with-apxs="dir" when you configured php? The second one would add the LoadModule in automatically to your httpd.conf file. Or maybe you have two installs of apache? I know my sun box had a version of apache that was installed on there

[PHP-INST] PHP & HTTPD

2003-01-02 Thread M A
I don't have the following php module in my httpd.conf file: LoadModule php4_module modules/libphp4.so AddType application/x-httpd-php .php Still i am able to build webpages using php and php codes are being proccessed by the server. one more thing when i tried to load the php module and restar