CptDondo wrote:
Quote:
ExecMan wrote:
>
Quote:
And I restarted the server........no good. It displays HTML documents,
but not PHP documents. Can anyone help? I've been at this for more
then 4 hours now.......
>
What do the apache access log and error log show? (the names and
locations vary by distro....)
>
--Yan
Here are clips from the access log:
192.168.1.100 - - [14/Nov/2006:17:57:12 -0600] "GET /phpinfo.php
HTTP/1.1" 304 -
192.168.1.100 - - [14/Nov/2006:18:06:33 -0600] "GET /phpinfo.php
HTTP/1.1" 304 -
192.168.1.100 - - [14/Nov/2006:18:06:44 -0600] "GET /test.html
HTTP/1.1" 304 -
192.168.1.100 - - [14/Nov/2006:18:23:04 -0600] "GET /phpinfo.php
HTTP/1.1" 304 -
Here are clips from the error log:
[Tue Nov 14 18:35:51 2006] [error] an unknown filter was not added: PHP
[Tue Nov 14 18:35:51 2006] [error] an unknown filter was not added: PHP
And, not sure if this means anything, but why does it say Forbidden?
Quote:
>curl -I localhost
HTTP/1.1 403 Forbidden
Date: Tue, 14 Nov 2006 23:34:33 GMT
Server: Apache/2.0.52 (CentOS)
Connection: close
Content-Type: text/html; charset=iso-8859-1
Thanks for the reply.