Search Results

Search: Posts Made By: gnurob
Forum: Web Development 01-31-2012
3,445
Posted By gnurob
Still can't solve this one, although the...
Still can't solve this one, although the following inside the same Directory container does:

<Files *>
order deny,allow
deny from 58.218.0.0/16 etc
</Files>
Forum: Web Development 01-31-2012
6,449
Posted By gnurob
Everyone stumped? Me too! :-)
Everyone stumped? Me too! :-)
Forum: Web Development 01-21-2012
3,445
Posted By gnurob
Deny from env=env-variable Does not work
(Above from Apache docs).

On my system, using:

SetEnvIf User-Agent Mozilla IsBad=1
Order allow,deny
Allow from all
Deny from env=IsBad ...I see that environment variable is set (using...
Forum: Web Development 01-21-2012
6,449
Posted By gnurob
Been through those a few times Its...
Been through those a few times



Its just ignored. Here's the output from:

server:/var/log/apache2 # clear ; echo ACCESS ; tail -n 15 www.domain.com-access_log ; echo ERROR ; tail -n 15 ...
Forum: Web Development 01-18-2012
6,449
Posted By gnurob
I'm still stuck on this one. Anyone with a fresh...
I'm still stuck on this one. Anyone with a fresh idea for me to chase down? Thx
Forum: Web Development 01-04-2012
6,449
Posted By gnurob
Yes, and confirmed the server was stopped / no...
Yes, and confirmed the server was stopped / no processes before restarting.
Forum: Web Development 01-04-2012
6,449
Posted By gnurob
.htaccess Not Working With AllowOverride All
Source: Apache.org

The .htaccess file is not read by the server based the test above and the lack of change in the operation of the server.

httpd.conf
<Directory />
Options None
...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 05:15 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy