[Lxr-commits] CVS: lxr .htaccess-apache2,NONE,1.1
Brought to you by:
ajlittoz
From: Malcolm B. <mb...@us...> - 2009-03-23 15:25:38
|
Update of /cvsroot/lxr/lxr In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4008 Added Files: .htaccess-apache2 Log Message: Updated to fix issues when running under Modperl2 & Apache2: - Change to RegistryPrefork so that working directory is the same as the script directory rather than /. This makes the template inclusion work properly - Add DirectoryIndex to hide default directory listing - Remove old mod_perl1 directives --- NEW FILE: .htaccess-apache2 --- Options Indexes ExecCGI FollowSymlinks DirectoryIndex source order deny,allow <Files lxr.conf> deny from all </Files> <Files lib> deny from all </Files> <Files ~ (find|search|source|ident|diff|cgi-bin)$> SetHandler perl-script PerlHandler ModPerl::RegistryPrefork ForceType text/html PerlOptions +ParseHeaders </Files> |