Networking Forums

Networking Forums > Computer Networking > Linux Networking > Apache2 ACL

Reply
 
 
Lars
Guest
Posts: n/a

 
      06-18-2008, 01:56 AM
Hi
My network is split into the LAN (192.168.0.0/27) and DMZ
(192.168.0.32/29). My web-server, Apache2 on Debian Etch, is located in
the DMZ zone. The ACL on the webserver allows all from the LAN network
to access and other has to authenticate. Until a few weeks ago it worked
fine, but now all has to login. In the apache2-log users from LAN used
to have the entry IP 192.168.0.1 from the firewall's NIC from the LAN
side, but now it's the NIC from the DMZ side that appear in the log and
everybody has to login.

<Directory /www/dom.dk>
DAV On
AuthType Basic
AuthBasicProvider ldap
AuthName "Home"
AuthzLDAPAuthoritative off
AuthLDAPURL ldap://ldap.dom.dk:389/ou=People,dc=dom,dc=dk
AuthLDAPBindDN "cn=apache-user,dc=dom,dc=dk"
AuthLDAPBindPassword "<password>"
require valid-user
Order deny,allow
Deny from all
Allow from 192.168.0.0/255.255.255.224
Satisfy any
</Directory>

Network:
User: 192.168.0.22 ---> {FW-LAN: 192.168.0.1/27 >FW-DMZ:
192.168.0.33/29} --> WWW: 192.168.0.34/29

--
/Lars
 
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to start apache2 at boot time dongarbage@hotmail.com Linux Networking 2 10-15-2006 09:00 PM
NAT and Apache2 access_log =?ISO-8859-1?Q?Lutz_Br=F6del?= Linux Networking 6 11-01-2005 12:28 PM
mod_proxy on apache2 Madhusudan Singh Linux Networking 0 03-27-2005 02:02 AM
Apache2 Problem (Suse 9.1) WMO Linux Networking 0 03-15-2005 05:45 PM
apache2&php taavi Linux Networking 0 07-13-2004 09:33 PM



1 2 3 4 5 6 7 8 9 10 11