ispCP - Board - Support
suspend domain? - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: suspend domain? (/thread-2120.html)



suspend domain? - robmorin - 01-10-2008 03:21 AM

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..


RE: suspend domain? - gOOvER - 01-10-2008 03:52 AM

At the Moment ispCP don't have such a feature.


RE: suspend domain? - robmorin - 01-10-2008 03:55 AM

Hhhmm i am sure i used it before, maybe it was with vhcs2 then... ok thanks for replying so quickly...

Smile
Rob..


RE: suspend domain? - gOOvER - 01-10-2008 04:18 AM

Maybe you mean this: click at the green Statusicon in front of the Domain to disable it.


RE: suspend domain? - Buffer - 01-19-2008 02:44 AM

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


RE: suspend domain? - BeNe - 01-19-2008 03:18 AM

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


RE: suspend domain? - raphael - 01-22-2008 09:05 AM

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.


RE: suspend domain? - saintlol - 04-17-2008 11:10 PM

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


RE: suspend domain? - joximu - 04-18-2008 07:19 AM

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


RE: suspend domain? - theprincy - 08-13-2009 04:40 PM

say to change the file /etc/apache2/sites-enabled/ispcp.conf , but the same file the SiteName is not changed, then you just need to modify site.ext.disable?