Here is the config file for the a directory.

Problem:

If someone clicks at the link without beeing authenificated, the server
returns no data.

If someone is accidentally authentificated already, everything is fine.


<Directory "/home/bachelor/htdocs/bachelor/dbi">
ErrorDocument 403 /aktuell/sorry.html
Options     ExecCGI MultiViews
DirectoryIndex index.html

require valid-user
AuthType basic
AuthName LDAP_ice-bachelor
PerlAuthenHandler Apache::authenETDB
PerlAuthzHandler Apache::authorizETDB

PerlSetEnv EMBPERL_DEBUG 0 
# PerlSetEnv EMBPERL_VIRTLOG /embperl/log
PerlSetEnv EMBPERL_FILESMATCH "e_"
SetHandler  perl-script
PerlHandler HTML::Embperl
</Directory>

-- 
Fritz Heinrichmeyer mailto:[EMAIL PROTECTED]
FernUniversitaet Hagen, LG ES, 58084 Hagen (Germany)
tel:+49 2331/987-1166 fax:987-355 http://www-es.fernuni-hagen.de/~jfh

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to