View Single Post
Old 11-12-2013, 11:12 PM   #1
Junior Member
 
Join Date: Sep 2012
Posts: 4
syntaxsniffer is on a distinguished road
Default Disabled Domains

Hi everyone!
When I disabled a domain in ISPmanager-Pro 4.4.10.20, I expect their current webpage to be replaced with a disabled message that is in "/usr/local/ispmgr/www/disabled/index.html" - I did not create this file but I want it displayed when I disable a domain or it is automatically disabled.

Right now when I disable a domain, ISPManager updates the httpd.conf to include:

Code:
<Directory /var/www/##user##/data/www/##domain name##>
        Options +ExecCGI -Includes
        AllowOverride none
        Deny from all
        ErrorDocument 403 /disabled/index.html
</Directory>
So it looks like it is trying to do this but it's not working... when you visit the domain after it is disabled you get the nice default server page (in my case, Apache 2 Test Page powered by CentOS).

Any thoughts? Is this a genuine bug? I have searched google and these forums but I see no one talking about it.
syntaxsniffer is offline   Reply With Quote