SeLLeRoNe
Super Moderator
oh, right, didnt thot about that, doing now and than gonna send login data.
Regards
Regards
If you don't need any further updates, setting roundcube=no would likely be the simplest way to do it.We have a lot of servers still running php 5.2. Is there a way to stop receiving the daily emails about roundcube updates from custombuild?
I would like to add that in CustomBuild 2.0 it is possible to specify that aliases would be redirected to hostname.com/alias, [cut..]
use_hostname_for_alias=no
use_hostname_for_alias=yes
./build update
service directadmin restart
service httpd restart
I would like to add that in CustomBuild 2.0 it is possible to specify that aliases would be redirected to hostname.com/alias, so for that .htaccess or Apache configuration change to select PHP 5.3 for hostname is needed only.
I don't understand how to do that. I am running cb 2.0. I just did this: I changed /usr/local/directadmin/custombuild/options.conf by editing this line:
and changed that line to be this:Code:use_hostname_for_alias=no
Code:use_hostname_for_alias=yes
Then I run:
Code:./build update service directadmin restart service httpd restart
However, if I try to visit https://domain.com/roundcube , it does not redirect me to https://server.hostname.com/roundcube , but it stays at https://domain.com/roundcube without being redirected.
The only different is that the redirect work when visiting https://domain.com:2222 wich redirect to https://server.hostname.com:2222 - but why does the redirect not work for roundcube and phpmyadmin?
Only "./build rewrite_confs" could do the changes to the alias file.
Alias /roundcube /var/www/html/roundcube/
Alias /phpmyadmin /var/www/html/phpMyAdmin/
use_hostname_for_alias=yes
redirect_host=server.hostname.com
redirect_host_https=yes
Executing database schema update.
sh: /usr/local/php/bin/updatedb.sh: No such file or directory
sh: /usr/local/php/bin/indexcontacts.sh: No such file or directory
define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/' );
define('INSTALL_PATH', '/var/www/html/roundcubemail-0.9.1/' );
bin/update.sh '--version=?'
bin/update.sh '--version=?'
Executing database schema update.
Indexing contacts for user 1...done.
Indexing contacts for user 2...done.
Indexing contacts for user 3...done.
Indexing contacts for user 4...done.
This instance of Roundcube is up-to-date.
Have fun!