Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

2.0.48 authentication not working, anyone can get in

1 view
Skip to first unread message

news.caltech.edu

unread,
Jun 15, 2004, 9:31:21 PM6/15/04
to
I'm trying to use basic authentication, but for some reason its not working.
It never prompts me for a password. The same server is running another site
which is using basic authentication and thats working. I'm not sure whats
different about this other site that its not working. I have restarted
apache after making the changes to the conf file. Here's the relevant
section (the actual conf file has the correct server name and ip):

<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>


Ian L

unread,
Jun 17, 2004, 7:11:13 PM6/17/04
to

anyone have any suggestions for this? i'm really stumped as to why the
above config doesnt work.

Torsten Lilge

unread,
Jun 18, 2004, 2:16:57 AM6/18/04
to
news.caltech.edu wrote:

Try 'Satisfy any' at the end of <Directory>.

Best
Torsten

Ian L

unread,
Jun 21, 2004, 8:26:25 PM6/21/04
to

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

Ian L

unread,
Jun 21, 2004, 8:33:06 PM6/21/04
to
Torsten Lilge wrote:

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

0 new messages