Does it ask you for a username and password? If not, theres something
wrong with the authorisation process - did you add all the
AuthMYSQL On
AuthMySQL_Password ...
etc. directives to your httpd.conf file?
---
Ben K
[EMAIL PROTECTED]
PS: Try my FAQ at www.fubra.com/dev/ben/vsdfaq.html
Kris Van Hulle wrote:
>
> Hi
>
> I can't see any virtual servers on the main webpage for the
> webadmin-scripts: there are "no servers associated with account".
>
> Anybody has any idea ?
>
> I think I installed everything correctly, since everything seems to
> work... the only one i'm not 100% sure on is the mod_auth_mysql:
> I installed the RPM-version and added everything that was in
> mod_auth_mysql.conf to httpd.conf, since it didn't get included
> automatically. This doesn't give me any errors, (it used to give
> plenty before), so I suppose it's installed correctly now.
>
> Another possible cause is the fact that the virtual hosts don't have
> a real domain name, I haven't gotten to that yet. Does that matter ?
>
> The content of the database tables:
>
> user_vs:
> uid | vid |
> | testname | 1 |
>
> siteusers:
> id | passwd | name | status |
> | testname | testpasswd | real name | LIVE |
>
> vs:
> id | vs | fqdn | host | ip | vstype | date | status |
>
> 1 | disco | disco.net | ppp152-2.compulink.gr | 195.242.152.3 | VS|
> 2001-05-03 18:29:49 | LIVE |
>
> => disco & disco.net are what I used for company and
> company.net when creating the virtual host (with the command:
> vsdadm vs_create localhost disco 195.242.152.3 disco.net 200 0)
> => ppp152-2.compulink.gr is the dns name for the host server,
> 195.242.152.3 is the ip for the virtual server
>
> For logging in to the mysql server, I changed the user and pass in
> all dblib.phtml files to another user and pass, which I gave full
> access privileges on all tables and databases.
>
> So, any mistakes here ? Any ideas ? Any questions ?
>
> Thanx in advance...
>
> Kris