01-10-2008, 03:21 AM
01-10-2008, 03:52 AM
At the Moment ispCP don't have such a feature.
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...

Rob..

Rob..
01-10-2008, 04:18 AM
Maybe you mean this: click at the green Statusicon in front of the Domain to disable it.
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
01-19-2008, 03:18 AM
Take a look at your apache2.conf
Or in you site-enabled/ispcp.conf
Otherwise there should be a ispCP Error Page or not ?
Greez BeNe
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.htmlOtherwise there should be a ispCP Error Page or not ?
Greez BeNe
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.
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)
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)

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
the configuration for the error pages are stored in every vhost block in /etc/apache2/sites-enabled/ispcp.conf