Author Topic: Roundcube Apache Config is missing  (Read 8205 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Roundcube Apache Config is missing
« on: November 09, 2014, 08:15:03 PM »
The following stanza is missing in 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 and the one from the GitHub master are working as well with two variables being different for sed substitution and two config files clubbed as one new one instead.

« Last Edit: November 09, 2014, 08:18:08 PM by apmuthu »

Offline
*
Re: Roundcube Apache Config is missing
« Reply #1 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?