EPrints Technical Mailing List Archive

Message: #02431


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

[EP-tech] error on /cgi/users/home




Hi All,

when I click login page , browser shows internal error 500 and apache error_log
shows AH00027: No authentication done but request not allowed without authentication for /cgi/users/home. Authentication not configured?.

following is my configuration

Fedora 19 core
eprint 3.2
apache httpd 2.4.6
mysql 5

and vhost for users directory is

 <Directory "/opt/eprints3/cgi/users">
    AuthName "User Area"
    AuthType "Basic"
    PerlAuthenHandler EPrints::Apache::Auth::authen
    PerlAuthzHandler EPrints::Apache::Auth::authz
    require valid-user
    
    SetHandler perl-script
    PerlHandler ModPerl::Registry
    PerlSendHeader Off
    Options ExecCGI FollowSymLinks
  </Directory>

Kindly help me

Aslam
Student of Information Sciences
Qauid-i-Azam university Islamabad Pakistan