Im trying to get ppstats working with php. I compiled php and thought I had everything all set up in apache, but when I try and pull up the stats page my browser tries to download the php file. The site is at fred.dnsalias.org. Now I should note that the first time I went there it showed some code, but from then on it downloaded the file.
Im running RedHat 7.0 with Apache 1.3.19 and PHP 4.0.4pl1. Apache and PHP were both compiled by me so I am assuming I screwed something up.
Ive got the necessary PHP lines in my httpd.conf:
AddType application/x-httpd-php3 .php3
#AddType application/x-httpd-php3-source .phps
#
# And for PHP 4.x, use:
#
AddType application/x-httpd-php .php
#AddType application/x-httpd-php-source .phps
and have the mod_so.c module setup with Apache.
I am willing to give someone access to my box (assuming I recognize their nick) if it will help, and would leave the shell on their if they liked.
Thanks in advace
Kevin
Im running RedHat 7.0 with Apache 1.3.19 and PHP 4.0.4pl1. Apache and PHP were both compiled by me so I am assuming I screwed something up.
Ive got the necessary PHP lines in my httpd.conf:
AddType application/x-httpd-php3 .php3
#AddType application/x-httpd-php3-source .phps
#
# And for PHP 4.x, use:
#
AddType application/x-httpd-php .php
#AddType application/x-httpd-php-source .phps
and have the mod_so.c module setup with Apache.
I am willing to give someone access to my box (assuming I recognize their nick) if it will help, and would leave the shell on their if they liked.
Thanks in advace
Kevin