[PHP] Apache 2.0

2002-09-04 Thread Lars Hecking
Hi all, I'm setting up a test server with Apache 2.0.40 and php. I downloaded the latest php4 snapshot, compiled and installed it (a real PITA, but I managed), added LoadModule php4_module modules/libphp4.so and AddType application/x-httpd-php .php to httpd.conf, but my browser still

Re: [PHP] Re: Apache 2.0

2002-09-04 Thread Lars Hecking
Add the following to the bottom of your httpd.conf FilesMatch \.php$ SetOutputFilter PHP SetInputFilter PHP /FilesMatch No luck. error_log: [Wed Sep 04 15:01:44 2002] [notice] Apache/2.0.40 (Unix) mod_ssl/2.0.40 OpenSSL/0.9.6g PHP/4.3.0-dev configured -- resuming normal

Re: [PHP] Re: Apache 2.0

2002-09-04 Thread Lars Hecking
No luck. error_log: [Wed Sep 04 15:01:44 2002] [notice] Apache/2.0.40 (Unix) mod_ssl/2.0.40 OpenSSL/0.9.6g PHP/4.3.0-dev configured -- resuming normal operations access_log: 10.1.65.81 - - [04/Sep/2002:15:01:51 +0100] GET /home/lhecking/test.php HTTP/1.1 304 0 Found the