stary n00b
Joined: 12 Jul 2002 Posts: 30 Location: Stockholm
|
Posted: Sun Jul 28, 2002 9:08 pm Post subject: mod_perl directories indexable by default |
|
|
Hi,
Most people running mod_perl might have a check on this already, but here goes:
The standard configuration as introduced into apache's config files by doing ebuild config on the mod_perl package has a flaw: The global (not user-specific) mod_perl directory is indexable.
To work around this issue, simply change the section in apache's commonapache.conf:
Code: | <Location /perl/*.pl> |
into
If you've enabled the additional /cgi-perl directory, do the same for the Location line for that as well.
Regards,
/Stary |
|