Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 75048 | Differences between
and this patch

Collapse All | Expand All

(-)lstat-2.3.2-orig/src/misc/lstat.conf.mp.in.orig (-5 / +12 lines)
Lines 2-12 Link Here
2
#for Apache 2.0 with mod_perl
2
#for Apache 2.0 with mod_perl
3
3
4
Alias @@PNGURL@@ "@@WWWDIR@@"
4
Alias @@PNGURL@@ "@@WWWDIR@@"
5
5
<Directory "@@WWWDIR@@">
6
<Directory "@@WWWDIR@@">
6
#for execute CGI files
7
    #for execute CGI files
7
Options ExecCGI
8
    AddHandler perl-script .cgi
8
AddHandler perl-script .cgi
9
    PerlHandler ModPerl::Registry
9
PerlHandler ModPerl::Registry::handler
10
    PerlSendHeader On
11
    DirectoryIndex lstat.cgi
12
    Options -Indexes ExecCGI
13
    AllowOverride AuthConfig Limit
10
14
11
AllowOverride AuthConfig Limit
15
    <IfModule mod_access.c>
16
	Order allow,deny
17
	Allow from all
18
    </IfModule>
12
</Directory>
19
</Directory>

Return to bug 75048