Control Web Panel

WebPanel => Installation => Topic started by: apmuthu on November 09, 2014, 08:15:03 PM

Title: Roundcube Apache Config is missing
Post by: apmuthu on November 09, 2014, 08:15:03 PM
The following stanza is missing in cwp-latest (http://www.centos-webpanel.com/cwp-latest) script:
Code: [Select]
cat <<'EOF' > /usr/local/apache/conf.d/roundcube.conf
Alias /webmail /usr/local/apache/htdocs/roundcube

<Directory /usr/local/apache/htdocs/roundcube>
  Options -Indexes
  AllowOverride All
</Directory>

<Directory /usr/local/apache/htdocs/roundcube/config>
  Order Deny,Allow
  Deny from All
</Directory>

<Directory /usr/local/apache/htdocs/roundcube/temp>
  Order Deny,Allow
  Deny from All
</Directory>

<Directory /usr/local/apache/htdocs/roundcube/logs>
  Order Deny,Allow
  Deny from All
</Directory>
EOF


The above has been adapted from:
http://trac.roundcube.net/wiki/Howto_Install

The RoundCube WebMail link in the Web Interface can be adjusted for uniformity or left as is since the URL http://domain.or.ip/webmail is only an alias.

Furthermore, the RoundCube v1.0.3 (http://sourceforge.net/projects/roundcubemail/files/roundcubemail/1.0.3/roundcubemail-1.0.3.tar.gz) and the one from the GitHub master (https://github.com/roundcube/roundcubemail/archive/master.tar.gz) are working as well with two variables being different for sed substitution and two config files clubbed as one new one instead.

Title: Re: Roundcube Apache Config is missing
Post by: sjorsnl on January 16, 2015, 04:44:33 PM
This solutions does not seem to be working for me. I've created the roundcube.conf, rebooted, but not working. is there anything else that needs to be done?