Gossamer Forum
Home : Products : DBMan : Installation :

Internal Server Error

Quote Reply
Internal Server Error
Hello,

I've been trying to install DBMan for a couple of days now, but when I open db.cgi I receive the Internal Server Error.

- I've tripple checked the ASCII-upload and re-upload the files a couple of times.
- I've checked and re-CHMOD the files also a couple of times. (I CHMOD-ed /dbman/ 755 is that OK?)
- I've turned on the debugger in default.cfg, but still the Internal Server Error.
- There are more cgi scripts running on the server (Apache, perl 5.005, #!/usr/bin/perl is OK)
- I've uploaded the db.cgi and default.cgi in txt to the HTML-part of my site:
http://www.webdiver.nl/db_cgi.txt
http://www.webdiver.nl/default_cgi.txt

Maybe a DBMan-pro can see what I'm doing wrong? Tia!

Dutchmen

Quote Reply
Re: Internal Server Error In reply to
The problem could be within your .cfg file. Could you please make a .txt version of that available and provide the url.



Unoffical DBMan FAQ
http://webmagic.hypermart.net/dbman/
Quote Reply
Re: Internal Server Error In reply to
Hi LoisC,

I think dutchmen has a typo in his post. I think his cfg file can be found here: http://www.webdiver.nl/default_cfg.txt

Regards,
Charlie

Quote Reply
Re: Internal Server Error In reply to
LoisC & Charlie

Indeed I made a type error. You can find the cfg file here:
http://www.webdiver.nl/default_cfg.txt. Sorry...

Regards,
Dutchmen

Quote Reply
Re: Internal Server Error In reply to
I didn't see anything in your .cfg file that would keep it from running :(

If you are allowing default users though you want to change:

$auth_allow_default = 0;
to:
$auth_allow_default = 1;

I think you may want to check your chmods again. You mentioned you set your /dbman directory to 755

The only files which need to be 755 are .cgi files.

As the readme.txt states here is a list of files and the correct permissions:

You should find the following files in the archive and they should have the following permissions

db.cgi (755) -rwxr-xr-x
html.pl (644) -rw-r--r--
auth.pl (644) -rw-r--r--
default.cfg (644) -rw-r--r--
default.pass (666) -rw-rw-rw-
default.count (666) -rw-rw-rw-
default.log (666) -rw-rw-rw-
default.db (666) -rw-rw-rw
auth (777) drwxrwxrwx

Sorry I could not be of more help.

Unoffical DBMan FAQ
http://webmagic.hypermart.net/dbman/