ispCP - Board - Support
Roundcube installation manual not working ! - 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: Roundcube installation manual not working ! (/thread-12671.html)



Roundcube installation manual not working ! - peter.de.groote - 01-14-2011 06:06 PM

Hello,

i have tried several times to install the roundcube true the guide on this link
http://isp-control.net/documentation/howto/mail/install_roundcube_for_webmail
on a fresh install of ispcp 1.0.7 on a debian lenny
tried the roundcube 0.3.1 and the version 0.5
after the installation if i go to the url /cube or ../roundcube
he cannot find the file.

Please help


RE: Roundcube installation manual not working ! - fluser - 01-14-2011 09:23 PM

Please post us the following:
Code:
/etc/apache2/sites-available/06-roundcube
Code:
ls -l /var/www/ispcp/gui/tools/roundcube

Change password while posting!
Code:
/var/www/ispcp/gui/tools/roundcube/config/db.inc.php
Code:
/var/www/ispcp/gui/tools/roundcube/config/main.inc.php

Code:
ls -l /etc/init.d/apache2/sites-enabled


As alternativ you can test this:
Code:
cd /etc/apache2/sites-available/
vi 00_master.conf

after
Code:
Alias /ftp    /var/www/ispcp/gui/tools/filemanger/
add:
Code:
Alias /roundcube     /var/www/ispcp/gui/tools/roundcube/
and restart apache2
Code:
/etc/init.d/apache2 restart

Best Regards
Fluser


RE: Roundcube installation manual not working ! - BeNe - 01-14-2011 09:47 PM

Test it directly:
Code:
http://admin.yourhostname.yourdomain.tld/tools/roundcube/
You can also use the IP instead
Code:
http://your.IP-HERE/tools/roundcube/

If this is ok, go futher otherwise you installation is wrong.

Greez BeNe


RE: Roundcube installation manual not working ! - Primo - 01-19-2011 08:40 PM

i have a error 500 page.

default error log apache

[Wed Jan 19 11:19:32 2011] [emerg] (22)Invalid argument: mod_fcgid: can't get lock, pid: 28991
[Wed Jan 19 11:19:32 2011] [emerg] mod_fcgid: server is restarted, 28992 must exit
[Wed Jan 19 11:19:32 2011] [emerg] (22)Invalid argument: mod_fcgid: can't get lock, pid: 28992
[Wed Jan 19 11:19:33 2011] [notice] mod_fcgid: process /var/www/ispcp/gui/tools/roundcube/index.php(29047) exit(shutting down), terminated by calling exit(), return code: 0


RE: Roundcube installation manual not working ! - ZeroQool - 05-01-2011 06:58 PM

i've got the same problem


RE: Roundcube installation manual not working ! - ZeroQool - 05-02-2011 05:10 AM

(01-19-2011 08:40 PM)Primo Wrote:  i have a error 500 page.

default error log apache

[Wed Jan 19 11:19:32 2011] [emerg] (22)Invalid argument: mod_fcgid: can't get lock, pid: 28991
[Wed Jan 19 11:19:32 2011] [emerg] mod_fcgid: server is restarted, 28992 must exit
[Wed Jan 19 11:19:32 2011] [emerg] (22)Invalid argument: mod_fcgid: can't get lock, pid: 28992
[Wed Jan 19 11:19:33 2011] [notice] mod_fcgid: process /var/www/ispcp/gui/tools/roundcube/index.php(29047) exit(shutting down), terminated by calling exit(), return code: 0



RE: Roundcube installation manual not working ! - Primo - 05-05-2011 06:30 PM

do the installation again but with the latest version that you can find on the roundcube website, the old one mentioned in the how to doesnt work.