Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16175 - trailing slash in '/etc/apache/conf/addon-modules/nagios.conf' Alias statements causes path resolution problem
Summary: trailing slash in '/etc/apache/conf/addon-modules/nagios.conf' Alias statemen...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Dean Bailey
URL: http://httpd.apache.org/docs/mod/mod_...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-22 00:31 UTC by jbkemper
Modified: 2003-06-17 13:10 UTC (History)
1 user (show)

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


Attachments
configure.in.rej from failed patch (configure.in.rej,804 bytes, text/plain)
2003-02-27 09:07 UTC, Paul Slinski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jbkemper 2003-02-22 00:31:53 UTC
The ScriptAlias and Alias statements contain a trailing slash in the alias path.
This causes requests to 'http://www.mydomain.com/nagios' to fail to resolve,
while    'http://www.mydomain.com/nagios/' will work. Changing the Alias
statement to 'Alias /nagios /usr/nagios/share/' and making a simiar change to
the ScriptAlias statement corrects the problem.

Reproducible: Always
Steps to Reproduce:
1.emerge nagios
2.configure and start nagios
3.navigate to 'http://www.mydomain.com/nagios'

Actual Results:  
Apache error: The requested URL /nagios was not found on this server.

Expected Results:  
Nagios homepage
Comment 1 Paul Slinski 2003-02-27 09:07:36 UTC
Created attachment 8776 [details]
configure.in.rej from failed patch
Comment 2 Dean Bailey 2003-03-12 15:26:42 UTC
This will be fixed in a few days.
Comment 3 Paul Slinski 2003-03-13 08:56:33 UTC
This is odd, I did not report this bug.
Comment 4 Dean Bailey 2003-06-17 13:05:51 UTC
This should be fixed in nagios-core 1.1-r1, which will hit portage mirrors in about an hour or so. (I'm just doing final testing on the ebuild)
Comment 5 Paul Slinski 2003-06-17 13:10:38 UTC
Could you please attend to bug 17885 as well? It was never assigned (from March).

-P