Current time: 05-19-2024, 06:09 AM Hello There, Guest! (LoginRegister)


Post Reply 
How i disable mod security for a domain or dir??
Author Message
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #6
RE: How i disable mod security for a domain or dir??
It didn't work in the roundcube case because it is running under the panel's VirtualHost which prevents overriding any options through .htaccess:
/etc/apache2/sites-enabled/00_master.conf
Code:
...
    <Directory /var/www/ispcp/gui>
        Options -Indexes Includes FollowSymLinks MultiViews
        AllowOverride None
...
Thus, you can either:
  1. 1) Change to AllowOverride All so the .htaccess file becomes actually effective.
  2. 2) Add the <IfModule mod_security...</IfModule> block into the above <Directory /var/www/ispcp/gui>...</Directory> block.
03-31-2009 12:23 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How i disable mod security for a domain or dir?? - kilburn - 03-31-2009 12:23 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)