This is a discussion on Quick Apache Question within the Linux Web Servers forums, part of the Web Server and Related Forums category; Hi All, I'm having some issues getting PHP to work on my server. I ran this command from a ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi All,
I'm having some issues getting PHP to work on my server. I ran this command from a post I saw and think the output might signify an issue, but I do not know where to look. Can anyone help? I do not think it should say FORBIDDEN...... >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 a bunch! |
|
|||
|
ExecMan wrote: > Hi All, > > I'm having some issues getting PHP to work on my server. I ran this > command from a post I saw and think the output might signify an issue, > but I do not know where to look. > > Can anyone help? I do not think it should say FORBIDDEN...... > > >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 a bunch! Sounds like a permissions or configuration error. Give us more info, give us the output from httpd.conf and permissions on your docroot, or "wwwroot" (sorry for the windows IIS notation). Thanks Mike |