ispCP - Board - Support - VHCS fork

Full Version: suspend domain?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all....

What happened to being able to suspend a domains web site and email?

i do not see that option to do this?

Thanks...

Rob..
At the Moment ispCP don't have such a feature.
Hhhmm i am sure i used it before, maybe it was with vhcs2 then... ok thanks for replying so quickly...

Smile
Rob..
Maybe you mean this: click at the green Statusicon in front of the Domain to disable it.
Is there a way to change the default Not Found page of apache2? In a way the disable-mode could be used as suspended if you can change the default Not Found page of apache
Take a look at your apache2.conf

Code:
#
# Customizable error responses come in three flavors:
# 1) plain text 2) local redirects 3) external redirects
#
# Some examples:
#ErrorDocument 500 "The server made a boo boo."
#ErrorDocument 404 /missing.html
#ErrorDocument 404 "/cgi-bin/missing_handler.pl"
#ErrorDocument 402 http://www.example.com/subscription_info.html
#

Or in you site-enabled/ispcp.conf

Code:
ErrorDocument 401 /errors/401.html
    ErrorDocument 403 /errors/403.html
    ErrorDocument 404 /errors/404.html
    ErrorDocument 500 /errors/500.html
    ErrorDocument 503 /errors/503.html

Otherwise there should be a ispCP Error Page or not ?

Greez BeNe
the thing is that when a domain is 'disabled' its var/www/ dir is renamed so the ErrorDocument setting will fail if the file referenced should be under the dir of the disabled domain.
for bene user

where is apache2.conf(directory) for change 404 error page
when i suspend a domain i have the apache error page 404 (not the isp page 404)
temporaly i want create a page for this error to advert the user that this is suspend or not created actually

sorry for my language (i'm french) Wink
in the users home (/var/www/virtual/domain.tld/) there is a folder named error or similar - there are the pages. But of course, when the folder is renamed then the error page cannot be found too...
the configuration for the error pages are stored in every vhost block in /etc/apache2/sites-enabled/ispcp.conf
Reference URL's