Re: Apache issue
"Tom Stowell" <[email protected]>
| Newsgroups | gmane.comp.security.linux |
|---|---|
| Message-ID | <[email protected]> |
Just a shot in the dark, but make sure Apache is using the right config file. Tom Stowell Network Administrator DeForest Area School District 520 E. Holum St. DeForest, WI 53532 Fax: (608)-842-6545 Voice: (608)-842-6500 Email: <[email protected]> console, n. [From latin consolatio(n) "comfort, spiritual solace."] A device for displaying or printing condolances or obituaries for the operator. -- Stan Kelly-Bootle, The Computer Contradictionary. >>> <[email protected]> 06/22/05 02:44AM >>> Hello, I'm using Apache/2.0.52 on Fedora Core 3. I've copied the configuration file of the previous apache's version on a Redhat, as I do everytime when upgrading to a new version of Apache (I configured only the new httpd.conf manually), and now the problem is that none of the security measures is working, I'm bypassing all of them (.htaccess and ip list specification). The mod_access module is enabled. In my httpd.conf, I have: AllowOverride All <Directory /www/html/directory/rzone> Order Allow,Deny Allow from 10.0.10. Deny from all </Directory> My .htaccess is: AuthType Basic AuthName Welcome AuthUserFile /www/html/directory/rzone/.htmdp <Limit GET POST> require valid-user Order Allow,Deny Allow from 10.0.10. Deny from all </Limit> When I was desprate, I've configured the access file as follow: Order Allow,Deny Deny from all and I still have access to the web site. Any idea ?