Forum Moderators: coopster

Message Too Old, No Replies

httpd_2+php

installation on RH8.0

         

eugenio_63

5:21 pm on May 29, 2003 (gmt 0)



Hi,

I'm trying to use php4 with Apache 2.0; here the list of my failed temptatives:

1) out of the box = a blank page
2) downloading each file from their original sites:
a) httpd.conf
<Files *.php>
SetInputFilter php
SetOutputFilter php
</Files>
error from log: an unknown filter was not added: php

b) XBitHack on changing to x the .php file: nothing (just the php script)

c) Addtype application/x-httpd-php-source .phps
AddHandler application/x-httpd-php .html

AddOutputFilter INCLUDES .php
XBitHack on

Thanks in advance for your help
Eugenio

jatar_k

9:53 pm on May 29, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld eugenio_63,

Have you taken a look at this
PHP and Apache 2.0 compatibility notes [php.net]

Do not use Apache 2.0 and PHP in a production environment neither on Unix nor on Windows.