[PHP-INST] php 4.1.1 RH 7.2 apache 1.3.20 problem HELP!

2002-01-21 Thread mark . broad
NEVER list more than one AddType on a line. i.e. AddType application/x-httpd-php .php AddType application/x-httpd-php .php3 AddType application/x-httpd-php .phtml AddType application/x-httpd-php-source .phps This should sort it out. Rgds, Mark. _

Re: [PHP-INST] php 4.1.1 RH 7.2 apache 1.3.20 problem HELP!

2002-01-19 Thread Chris
Greetings, I won't swear to it but the issue you're having *might* be syntax related. Secondly, you seem to be missing a reference to a vital file in your httpd.conf file. The file I'm referring to is mod_php4.c. Following, a small portion of the pertinent section: -8<[snip]--

[PHP-INST] php 4.1.1 RH 7.2 apache 1.3.20 problem HELP!

2002-01-18 Thread Eric J. Gould
I've compiled php (dso) with apache, just fine, and have confirmed that I have all of the needed lines in my httpd.conf. When I try to open a test php page on the server and another computer, all i see is code. I know httpd is correct, as it works fine for my RT/mysql installation. I have tried ev