[users@httpd] Directory Security Systems

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

 



Hi folks,


I have the following problem and struggle to get it solved. I have a
range of IP's that are supposed to access a directory. For now I used
"Allow from ...... (IP's)" to have those machines access the directory.
Now there is one more IP I wan't to add that a little different. I wan't
this IP to be part of the list of allowed IP's and I want additional
password authentication for only this IP. Unfortunately symlinking does
not help me as part of the content is created by CGI's.


So what I have for now is:


<Directory /http/htdocs/paper>
SSLRequireSSL
Order Deny,Allow
Deny from all
Allow from .......
</Directory>


I'm looking for something like:


<Directory /http/htdocs/paper>
SSLRequireSSL
Order Deny,Allow
Deny from all
Allow from ....... + extra IP
If IP=extra IP then require user xxx
</Directory>


An ideas on this?


Paul


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-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