can't password protect a file but can a directory

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I can't get b.htm to be password protected.

I can put directives AuthType, AuthName, AuthUserFile, Require..  In <directory..>  and get the directory password protected.

But I want the directory to not be password protected, and for just a file (b.htm) to be password protected but i'm having no luck in my attempts

here are some extracts from my httpd.conf file


<Directory "C:/apachefiles">

#AuthUserFile "C:/Program Files/Apache Software #Foundation/Apache2.2/bin/pfile"
#AuthType Basic
#AuthName "My Secret Page"

    Options Indexes FollowSymLinks

    AllowOverride None

    Order allow,deny
    Allow from all

</Directory>



<FilesMatch "^\.ht">
    Order allow,deny
    Deny from all
    Satisfy All
</FilesMatch>

<FilesMatch "b\.htm">
AuthType Basic
AuthName "Restricted Files"
AuthUserFile "C:/Program Files/Apache Software Foundation/Apache2.2/bin/pfile"
Require user barny
</FilesMatch>

<Files "b.htm">
AuthType Basic
AuthName "My Secret Page"
AuthUserFile "C:/Program Files/Apache Software Foundation/Apache2.2/bin/pfile"
Require user barny
</Files>

<Files "C:/apachefiles/b.htm">
AuthType Basic
AuthName "Restricted Files"
AuthUserFile "C:/Program Files/Apache Software Foundation/Apache2.2/bin/pfile"
Require user barny
</Files>



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux