On 5/1/07, Christoph P. Kukulies <[EMAIL PROTECTED]> wrote:
I'm running apache 1.3.28 which serves the outside (Internet) network
and an Intranet (through address 192.168.1.x)
To the outside server I'm using .htaccess password protected pages
while I would like to open the pages to the Intranet.
At the end of httpd.conf I have this:
#
<VirtualHost 192.168.1.116:80>
ServerAlias foruminternal.mysite.net
ServerAdmin [EMAIL PROTECTED]
<Directory "/usr/local/www/data">
Options -Indexes -FollowSymlinks
order allow,deny
Allow from 192.168.1.
AllowOverride None
</Directory>
Add
Satisfy Any
to the above Directory block.
Joshua.
---------------------------------------------------------------------
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]