Motherboard Forums


Reply
Thread Tools Display Modes

Darwin and .htaccess

 
 





















Vijoy Varghese
Guest
Posts: n/a

 
      09-11-2003, 07:32 AM


Hello Group,

I tried to password protect a directory on my 'Darwin' Web server. But
I am never prompted to login to access the protected directory. This
same .htaccess file and .htpasswd works fine on my 'linux' webserver.
Why is it so? both runs on Apache Webserver, still why is it not
wokring on Darvin?

#___________ sample __________

AuthType Basic
AuthName "thedifferenZ area"
AuthUserFile /Library/WebServer/CGI-Executables/.htpasswd

require valid-user

#___________end sample___________

..htaccess is for Apache in general, right? or is dependent on OS?

TIA
Vijoy Varghese.
 
Reply With Quote
 
BreadWithSpam@fractious.net
Guest
Posts: n/a

 
      09-11-2003, 02:35 PM
(Vijoy Varghese) writes:

> I tried to password protect a directory on my 'Darwin' Web server. But
> I am never prompted to login to access the protected directory. This
> same .htaccess file and .htpasswd works fine on my 'linux' webserver.
> Why is it so? both runs on Apache Webserver, still why is it not
> wokring on Darvin?


Check the global httpd.conf.

By default, it comes with this:

<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>

That tells it not to allow users to override global settings
with .htaccess files in their directories.

This isn't really a mac question, though.
You'll probably do better in one of the comp.infosystems.www.servers
groups.


--
Plain Bread alone for e-mail, thanks. The rest gets trashed.
No HTML in E-Mail! -- http://www.expita.com/nomime.html
Are you posting responses that are easy for others to follow?
http://www.greenend.org.uk/rjk/2000/06/14/quoting
 
Reply With Quote
 
Wes Groleau
Guest
Posts: n/a

 
      09-11-2003, 04:52 PM
wrote:
> You'll probably do better in one of the comp.infosystems.www.servers
> groups.


Or alt.apache.configuration

--
Wes Groleau

A pessimist says the glass is half empty.

An optimist says the glass is half full.

An engineer says somebody made the glass
twice as big as it needed to be.

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off



All times are GMT. The time now is 07:57 PM.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43