|
Home > Archive > Apache Server configuration support > January 2004 > Upgraded to 2.0.48, access problems...
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 |
Upgraded to 2.0.48, access problems...
|
|
| Raymond Baastad 2004-01-19, 7:13 am |
| I upgraded my apache 2.0.47 to 2.0.48 today and all of a sudden nobody
can access the website.
Any request to the server on port 80 returns a 403 Forbidden error.
Any request to the server on port 443 returns a default apache greeting.
This is a Gentoo System, and the DocumentRoot is set to
/home/httpd/htdocs. The apache user owns and has read to any files and
r-x to any directories.
A small sample from the error_log:
[Fri Oct 31 23:48:53 2003] [notice] caught SIGTERM, shutting down
[Fri Oct 31 23:48:56 2003] [notice] Digest: generating secret for digest
authentication ...
[Fri Oct 31 23:48:56 2003] [notice] Digest: done
[Fri Oct 31 23:48:57 2003] [notice] Apache/2.0.48 (Gentoo/Linux)
mod_ssl/2.0.48 OpenSSL/0.9.6k PHP/4.3.3 configured -- resuming norm
al operations
[Fri Oct 31 23:48:58 2003] [error] [client XXX.XXX.XXX.XXX] client
denied by server configuration: /home/httpd/htdocs/
[Fri Oct 31 23:48:59 2003] [error] [client XXX.XXX.XXX.XXX] client denied
Any suggestions what might be wrong here?
--
/ray
| |
| Davide Bianchi 2004-01-19, 7:13 am |
| Raymond Baastad <raymond@*spamblock*.baastad.net> wrote:quote:
> Any request to the server on port 80 returns a 403 Forbidden error.
> Any request to the server on port 443 returns a default apache greeting.
> [Fri Oct 31 23:48:58 2003] [error] [client XXX.XXX.XXX.XXX] client
> denied by server configuration: /home/httpd/htdocs/
> [Fri Oct 31 23:48:59 2003] [error] [client XXX.XXX.XXX.XXX] client denied
quote:
> Any suggestions what might be wrong here?
Check your server configuration. It looks to me that you have some
trouble with Deny/Allow options.
Davide
| |
| Raymond Baastad 2004-01-19, 7:14 am |
| Davide Bianchi wrote:
quote:
> Check your server configuration. It looks to me that you have some
> trouble with Deny/Allow options.
Indeed I did, the commonapache2.conf hade the Deny from all flag set.
Thank you!
--
/ray
| |
| Raymond Baastad 2004-01-19, 7:14 am |
| Davide Bianchi wrote:
quote:
> Check your server configuration. It looks to me that you have some
> trouble with Deny/Allow options.
OK, fixed. http now works, but the https still gives the default apache
page.
I reckon this is a config error in some file, but I am not able to
figure out which one. Where is this config stored?
--
/ray
|
|
|
|
|