nobaloney
NoBaloney Internet Svcs - In Memoriam †
I'm not sure where this thread is going ...
Are we asking that someone make changes to Roundcube?
Jeff
Are we asking that someone make changes to Roundcube?
Jeff
Starting httpd: [Tue Dec 31 10:45:29 2013] [warn] The Alias directive in /etc/httpd/conf/httpd.conf at line 149 will probably never match because it overlaps an earlier Alias.
# Alias for RoundCube webmail
Alias /roundcube /var/www/html/roundcube/
didd you tryHi,
I just installed RoundCudbe using the script and got no error upon installation.
The problem is when I restart apache using 'service httpd restart' I get the following error and when I try 'http://my_server_ip/roundcube' I get '403 Forbidden' error.
Please help me with this.
The line 149 in my httpd.conf is the one the script created for roundcube.
Code:# Alias for RoundCube webmail Alias /roundcube /var/www/html/roundcube/
then restarting httpd?./build rewrite_confs
chmod 755 /var/www
Thanks guys.
It turned out I just needed to make 'root' the owner of the actual roundcube folder the same as the symlink.
cd /var/www/html
chown -h user:group roundcube