Re: apache13-modssl + mod_php4, php not interpreted

2002-10-03 Thread Nigel Soon
Hi Tom, Thanks I was missing the 'Addtype ...' lines in my http.conf file. Once I added those and restarted the server everything worked. Thanks again, Nigel On Thu, 03 Oct 2002, Thomas T. Veldhouse wrote: > First, did you start your server with SSL? Second, unless you want php to > run ONL

RE: apache13-modssl + mod_php4, php not interpreted

2002-10-03 Thread Octavian Hornoiu
Make sure that the following lines are also present in httpd.conf AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps Without these, apache will not interpret php. Good luck! - Octavian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PRO

Re: apache13-modssl + mod_php4, php not interpreted

2002-10-03 Thread Thomas T. Veldhouse
First, did you start your server with SSL? Second, unless you want php to run ONLY with SSL, I would move it out of that block so that it will start anytime. Lastly, make sure you have the following in your config. [...] DirectoryIndex index.php index.html [...] AddType application/x-httpd-php