Gossamer Forum
Home : Products : Others : MySQLMan :

Virtual Hosts Win2000

Quote Reply
Virtual Hosts Win2000
Anybody know how to get mysql working with a virtual-host?

We are using Apache, Perl, Win2000.

Example: homer.localhost

In attempts to execute myslq.cgi we get to the top Database List, but all other interaction with the links causes the browser to want to download. (Other pl / cgi scripts are functioning properly and we have many virtual hosts working on this computer)

We have testing uncommenting "use lib" to the complete path and also changed the .cfg to something like:
direct_host => 'homer.localhost',

We believe it is the manner inwhich mysql is connecting to the host.

Anybody - Thanks
John

Quote Reply
Re: Virtual Hosts Win2000 In reply to
You should try simply using localhost.

Regards,

Eliot Lee
Quote Reply
Re: Virtual Hosts Win2000 In reply to
Tried that

Quote Reply
Re: Virtual Hosts Win2000 In reply to
Really???

Look at what you wrote:

In Reply To:

We have testing uncommenting "use lib" to the complete path and also changed the .cfg to something like:
direct_host => 'homer.localhost',


Hmmm...homer.localhost sure don't look like 'localhost'...eh? Wink


Regards,

Eliot Lee
Quote Reply
Re: Virtual Hosts Win2000 In reply to
Thought I just hit edit post a second ago and confirmed you were right? Cross-eyed right now I suppose.

localhost worked

Thanks
John