Re: PHP3 + PHP4 + Apache

2003-02-12 Thread Matt Juaire
Also, IIRC, php4 provides support for php3 files. I also think you will need to add support for the recognition of php3 file extensions. To do this, add the following lines inside the section (correct me if I'm wrong, I haven't done this in a while): AddType application/x-httpd-php .php3

Re: PHP3 + PHP4 + Apache

2003-02-12 Thread Rod Rodolico
Yes. Install the apache modules and, if the configuration doesn't do it for you (I seem to remember it didn't), add the line: LoadModule php4_module /usr/lib/apache/1.3/libphp4.so to /etc/apache/httpd.conf. It has been a while since I've installed it, but I seem to remember I had to modify the D

PHP3 + PHP4 + Apache

2003-02-12 Thread Emile Kimme
Hi, Is it possible to run php3 and php4 as modules under apache, without having to compile from source code, ie debian packages? I probably guess I need to tweak somthing just a bit to make it work :) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Con