Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
mod_perl directories indexable by default
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
stary
n00b
n00b


Joined: 12 Jul 2002
Posts: 30
Location: Stockholm

PostPosted: Sun Jul 28, 2002 9:08 pm    Post subject: mod_perl directories indexable by default Reply with quote

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
Code:
<Location /perl>


If you've enabled the additional /cgi-perl directory, do the same for the Location line for that as well.

Regards,
/Stary
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum