Guys:

Creating/adding this file seems to fix the problem, assuming you've also added AllowOverride All in your apache2's conf.d/lxr file:

# cat /usr/lib/cgi-bin/lxr/.htaccess
Options Indexes +ExecCGI FollowSymlinks

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 cgi-script
  #PerlHandler Apache::Registry
  #PerlSetEnv PERL5LIB lib
</Files>




--
Bill Gatliff
[EMAIL PROTECTED]



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to