| Summary: | app-admin/webalizer should set correct paths in Apache configs | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Narada Sage <narada.sage> |
| Component: | [OLD] Server | Assignee: | Gentoo Web Application Packages Maintainers <web-apps> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | smithj |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Narada Sage
2004-10-14 07:47:20 UTC
I had to do the following fix to /etc/apache2/modules.d/55_webalizer.conf: -Alias /webalizer "/var/www/webalizer" +Alias /webalizer "/var/www/localhost/htdocs/webalizer" webalizer-2.01.10-r8, apache-2.0.54-r11 this issue does not exist in newer ebuilds. marking invalid The original issue is invalid, but comment #1 is correct. Should be an easy fix In the file: /etc/apache2/conf/modules.d/55_webalizer.conf is the content: # # This is the config snippet for Webalizer # # $Header: /var/cvsroot/gentoo-x86/app- admin/webalizer/files/2.01.10/apache.webalizer,v 1.2 2004/07/18 02:25:49 dragonheart Exp $ Alias /webalizer "/var/www/webalizer" <Directory "/var/www/webalizer"> Options None AllowOverride None Order allow,deny Allow from all </Directory> Why is the alias in comment 1 necessary? Doesn't the above do the trick? -r9 in Portage sets Apache paths correctly. |