Gossamer Forum
Home : Products : DBMan : Installation :

Re: Hosting Server Rules Issue

Quote Reply
Re: Hosting Server Rules Issue In reply to
I've never done this before, so I'm not absolutely certain. However, let's give it a try, shall we? Smile

I think you should be able to set up your .cfg file like

Code:

# URL of the directory dbman resides in. No Trailing Slash Please.
$db_dir_url = "http://server/cgi-bin";
# URL of dbman.
$db_script_url = $db_dir_url . "/db.cgi";
# Full Path and File name of the database file.
$db_file_name = $db_script_path . "../cgi-files/default.db";
# Full path and file name of the counter file.
$db_id_file_name = $db_script_path . "../cgi-files/default.count";
# Full path and file name of the authorization directory.
$auth_dir = $db_script_path . "../cgi-files/auth";
# Full path and file name of the password file.
$auth_pw_file = $db_script_path . "../cgi-files/default.pass";
# Full path and file name of the log file.
$auth_log_file = $db_script_path . "../cgi-files/default.log";
# Full path and file name of the html routines.
require $db_script_path . "../cgi-files/html.pl";
I think that's right. Give it a shot and see if it works. If not, we'll try something else. Smile

JPD
http://www.jpdeni.com/dbman/
Subject Author Views Date
Thread Hosting Server Rules Issue Keef 3117 Jul 27, 2000, 12:31 AM
Thread Re: Hosting Server Rules Issue
JPDeni 3019 Jul 27, 2000, 3:55 AM
Post Re: Hosting Server Rules Issue
Keef 2991 Jul 27, 2000, 6:07 AM
Post Re: Hosting Server Rules Issue
Keef 3006 Jul 27, 2000, 6:22 AM
Thread Re: Hosting Server Rules Issue
Keef 3013 Jul 27, 2000, 12:39 PM
Post Re: Hosting Server Rules Issue
JPDeni 2996 Jul 27, 2000, 2:48 PM