Gossamer Forum
Home : Products : Others : Fileman :

Internel Server error

Quote Reply
Internel Server error
Hi,

Iam having a strange issue with fileman in my Raq-550 server.
I can access the fileman and taking it in the browser will ask you the login and then it gives an Internel server errror.
Upon checking the logs, It is showing like, couldn't check user file"

----
configuration error: couldn't check user. No user file?: /fileman/fileman.cgi

----
Can you give me some thoughts. Where is the authentication checked for the fileman while logging.
My httpd conf contains the following.
----
<Directory /home/gossamer/fileman/cgi-bin>
SetHandler cgi-script
Options ExecCGI
Order allow,deny
Allow from all
Require valid-user
Authname CobaltRaQ
Authtype Basic
</Directory>
-----
Any help is appreciated.

Frank