You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by Fritz Heinrichmeyer <fr...@fernuni-hagen.de> on 2001/03/09 12:17:14 UTC

Problem when logging in without password

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:fritz.heinrichmeyer@fernuni-hagen.de
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: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org


Re: Problem when logging in without password

Posted by "F. Heinrichmeyer" <fr...@fernuni-hagen.de>.
I got it!

The error vanishes when i comment out the line

ErrorDocument 401 /aktuell/password.html

in httpd.conf

-- 
Fritz Heinrichmeyer mailto:fritz.heinrichmeyer@fernuni-hagen.de
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: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org


Re: Problem when logging in without password

Posted by Gerald Richter <ri...@ecos.de>.
> <Directory "/home/bachelor/htdocs/bachelor/dbi">
> ErrorDocument 403 /aktuell/sorry.html
> Options     ExecCGI MultiViews

Does the same occur without the ErrorDocument and the MultiViews ?

Gerald



---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org