ispCP - Board - Support
Migrate from VHCS2 on Server 1 to ispCP on Server 2 - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Migration (/forum-35.html)
+--- Thread: Migrate from VHCS2 on Server 1 to ispCP on Server 2 (/thread-2506.html)

Pages: 1 2 3 4


RE: Migrate from VHCS2 on Server 1 to ispCP on Server 2 - joximu - 03-01-2008 11:43 PM

you can rename the file and see if the site is working.

are you sure the permissions of the /var/www/virtual/domain.tld/... structure are correct?

Code:
# ls -la /var/www/virtual/domain.tld/
insgesamt 40
drwxrwx--- 8 vu2002 www-data 4096 2008-03-01 03:00 .
drwxr-xr-x 9 vu2000 www-data 4096 2008-02-20 23:14 ..
drwxrwx--- 2 vu2002 www-data 4096 2008-03-01 03:00 backups
drwxr-xr-x 2 vu2002 vu2002   4096 2007-09-08 11:01 cgi-bin
drwxrwxr-x 2 vu2002 vu2002   4096 2007-09-08 11:01 errors
drwxrwxr-x 3 vu2002 vu2002   4096 2008-01-31 12:28 htdocs
-rw-r----- 1 vu2002 www-data    1 2007-09-08 11:01 .htgroup
-rw-r----- 1 vu2002 www-data    1 2007-09-08 11:01 .htpasswd
drwxrwx--- 2 vu2002 www-data 4096 2007-09-08 23:30 logs
drwxrwx--- 2 vu2002 www-data 4096 2007-09-08 11:01 phptmp



RE: Migrate from VHCS2 on Server 1 to ispCP on Server 2 - DaSilva - 03-01-2008 11:54 PM

I have deleted the whole directory and used rsync instead of unisono and now it works.
Strangely all websites are parsed as UTF-8 even if they have

<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">

in their *.html files.
Because of this umlauts are displayed as �. If I manually set the browser to iso-8859-15 all is displayed correctly. What must I do fix this?
Thanks.


RE: Migrate from VHCS2 on Server 1 to ispCP on Server 2 - joximu - 03-01-2008 11:58 PM

use the search or have a look at the changes shortly after rc3

http://www.isp-control.net/ispcp/browser/trunk/configs/apache/httpd.conf#L28

/J


RE: Migrate from VHCS2 on Server 1 to ispCP on Server 2 - DaSilva - 03-02-2008 12:32 AM

Thanks.
I think now all problems are solved Smile