<VirtualHost 0.0.0.0:80>
ServerName my.server.name
DocumentRoot /disk/whis-site
CustomLog logs/access_log_whis combined
<Directory /disk/whis-disk/phppgadmin>
Options +ExecCGI Indexes
AuthType Basic
AuthName "Whis"
AuthUserFile /disk/whis_sitePassFile
Require valid-user
</Directory>
</VirtualHost>
anyone have any suggestions for this? i'm really stumped as to why the
above config doesnt work.
I tried that, didnt work. I really dont understand why its not working
since the same set up on the same machine for another site IS working.
The only difference between this site and the other site is this site is
a namevirtualhost since its sharing the IP address with another site.
Does that require anything special?
thanks
Ian
ok i found out the reason it wasnt workinng ... because i am an idiot.
/dish/whis-disk/phppgadmin was the wrong path. I think it would be legal
for someone to shoot me now ;)
sorry to waste everyones time.
Ian