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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to