|
Home > Archive > Web Servers on Unix and Linux > November 2006 > Quick Apache Question
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Quick Apache Question
|
|
| ExecMan 2006-11-14, 7:19 pm |
| 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......
>
> 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
|
|
|
|
|