Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56457 - /error/ alias destination missing trailing / in commonapache2.conf
Summary: /error/ alias destination missing trailing / in commonapache2.conf
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-08 08:03 UTC by Mike Nerone
Modified: 2004-07-08 09:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Nerone 2004-07-08 08:03:38 UTC
In the optional internationalized errordocs part of FILESDIR/2.0.*/commonapache.conf, a line (happens to be line 567 in all three of those currently) reads:

=======================================================
#    Alias /error/ "/var/www/localhost/error"
=======================================================

This is incorrect, and when uncommented, generates errors such as:

=======================================================
[Thu Jul 08 09:03:59 2004] [error] [client 209.142.90.231] client denied by server configuration: /var/www/localhost/errorHTTP_FORBI
DDEN.html.var
=======================================================

As you can see, the trailing "/" is missing between the "error" path and the filename. The line in the config should properly read:

=======================================================
#    Alias /error/ "/var/www/localhost/error/"
=======================================================

(Note the added trailing slash.)
Comment 1 Chuck Short (RETIRED) gentoo-dev 2004-07-08 09:26:31 UTC
Fixed