ispCP - Board - Support
RC6 -> RC7 - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Update/Upgrade (/forum-44.html)
+--- Thread: RC6 -> RC7 (/thread-5124.html)

Pages: 1 2 3 4 5 6 7


RE: RC6 -> RC7 - RatS - 12-15-2008 06:58 PM

1. Delete /etc/proftpd/ispcp/*
2. Restart proftp
3. write a ticket ... I got the same error yesterday. depends on alias-domains and is definitely a blocker


RE: RC6 -> RC7 - iamgod - 12-15-2008 07:50 PM

just worked - thx !


RE: RC6 -> RC7 - sci2tech - 12-16-2008 03:38 AM

Problem is generated when 2 alias domains/subdomains share same mount point. After RC7 sharing same mount point is not allowed anymore. But I`ll think what to do with old versions, when this was possible (to add aliases with same mount point)


RE: RC6 -> RC7 - Claus - 12-16-2008 07:33 AM

(12-16-2008 03:38 AM)sci2tech Wrote:  Problem is generated when 2 alias domains/subdomains share same mount point. After RC7 sharing same mount point is not allowed anymore. But I`ll think what to do with old versions, when this was possible (to add aliases with same mount point)

Hi Scitech,

why isn't it allowed any more to share a mountpoint?

Thanx, Claus


RE: RC6 -> RC7 - sci2tech - 12-16-2008 07:47 AM

Because that it will be duplicate content. And duplicate content is punished by search engine. Why have 2 domains showing same content? You can redirect (using htaccess) or forward (using forward option from alias edit/ add page).
http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=66359
http://www.searchengineguide.com/stoney-degeyter/redirecting-alternate-domains-to-prevent.php .
Anyway this can be discussed. So please argument.


RE: RC6 -> RC7 - Lucan - 12-16-2008 07:59 AM

Hmm, in my opinion everybody should decide it on his own, if he uses it or not.

Often people who start a project/ website, buy "theire name" with different endings, like .de,.com,.net etc.
So it would look like:
mydomain.de
mydomain.net
mydomain.com
etc.

And because all these domains have got the same website, the feature with the aliases would be quite nice, because it would be the best and fastest solution.


Hopfefully you understand what i mean.


Greets


RE: RC6 -> RC7 - sci2tech - 12-16-2008 08:05 AM

No I do not understand. What`s the problem with redirect (recommended way). Anyway I`ll prepare a patch, so unlock this feature. But I wont include in trunk (only if is requested by too many Wink ). Google will not let you decide, it will punish you without asking Wink


RE: RC6 -> RC7 - Lucan - 12-16-2008 08:10 AM

There is no problem with redirect, it's just easier this way.
I don't need this feature anyway, but i think ispcp would be more client friendly, if somebody, who may does not have a lot of experience with all this things could easily put 2 domains on 1 website.
And if google punishs him for that, isn't realy your/my/our problem =)
So let him do it like he wants to.


RE: RC6 -> RC7 - Kika - 12-16-2008 08:13 AM

I found a problem with backup. When i start the ispcp-backup-all than the database backup is wrong beacause the mysql password in the sql_user table didn't encrypted.

I could create backup after a little modifitation, but i think that something was wrong when i updated my system. Are there a simple way to encrypt the stored mysql passwords?


RE: RC6 -> RC7 - sci2tech - 12-16-2008 08:26 AM

(12-16-2008 08:13 AM)Kika Wrote:  I found a problem with backup. When i start the ispcp-backup-all than the database backup is wrong beacause the mysql password in the sql_user table didn't encrypted.

I could create backup after a little modifitation, but i think that something was wrong when i updated my system. Are there a simple way to encrypt the stored mysql passwords?
I did post it somewhere but I cant find now. Save this in /var/www/ispcp/engine and run it from that folder
Code:
/var/www/ispcp/engine
perl repair_sql_user.txt
This was corrected in official RC7 package.