Gossamer Forum
Home : Products : DBMan : Customization :

Using a different port than 80

Quote Reply
Using a different port than 80
Has anyone tried using dbman on a different port than the default 80?
I have success on port 80.
If I try to use a different port 8080.
I get the login screen but then a response like I don't have permissions when I do.
Quote Reply
Re: Using a different port than 80 In reply to
You have to change the $db_cgi_url to the following in the default.cfg file:

Code:
http://www.mydomain.com:8080/cgi-bin/dbman

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
http://www.anthrotech.com
Be sure to visit the Resource Center for FAQ's, Modifications and Extra Goodies!!
----------------------





Quote Reply
Re: Using a different port than 80 In reply to
That is how I have it set. It gives a 405 server error on IIS 4.0. As if the permissions were not there.