Hello I'm trying to install roundcubemail on my centos 5, and i have followed the guide i have found here on the forum, i have used this setup:
Can anyone help how i can fix this?
Code:
###########################################
#This is basically a modified version of /etc/apache2/conf.d/phpmyadmin.conf
# RoundCube default Apache configuration
Alias /roundcube /usr/share/roundcube/roundcubemail-0.3.1
<Directory /usr/share/roundcube/roundcubemail-0.3.1>
Options Indexes FollowSymLinks
DirectoryIndex index.php
# Authorize for setup
<IfModule mod_php4.c>
AddType application/x-httpd-php .php
php_flag magic_quotes_gpc Off
php_flag track_vars On
php_flag register_globals Off
php_value include_path .
</IfModule>
<IfModule mod_php5.c>
AddType application/x-httpd-php .php
php_flag magic_quotes_gpc Off
php_flag track_vars On
php_flag register_globals Off
php_value include_path .
</IfModule>
</Directory>
#########################################
when i try access i get following error:
Forbidden
You don't have permission to access /roundcube on this server.
owner: root:root
chmod 755
[Wed Dec 23 14:30:15 2009] [error] [client xxx.xxx.xxx.xxx] client denied by server configuration: /usr/share/roundcube/roundcubemail-0.3.1
Recent comments
9 hours 55 min ago
12 hours 50 min ago
14 hours 4 min ago
15 hours 27 min ago
17 hours 5 min ago
18 hours 34 min ago
19 hours 48 min ago
1 day 11 hours ago
1 day 12 hours ago
1 day 16 hours ago