Roundcube Community Forum

 

Help! Install on Fedora 20

Started by wazh, January 06, 2014, 07:07:23 AM

Previous topic - Next topic

wazh

Hey All,

Ok I have spent 3 days on this and I am loosing hair fast.

Had no problems running RoundCube for years. However jumped from FC16 (yes very busy) to FC20 over the break. Did the standard things (updated main and db) changed the roundcubemail.conf in httpd exported the MySQL db from the old install and imported into new install (what have I done the past 4 or so upgrades. Usually OK. However I think I am missing some basic in the changes this time. Its installed from RPM.

Version     : 0.9.5
Release     : 1.fc20

The following is from the conf file

Alias /roundcubemail /usr/share/roundcubemail

<Directory /usr/share/roundcubemail/>
    <IfModule mod_authz_core.c>
        # Apache 2.4
        Require local
    </IfModule>
    <IfModule !mod_authz_core.c>
        # Apache 2.2
        AllowOverride All
        Order Allow,Deny
        Allow from all
    </IfModule>
</Directory>

However for some reason I still getting denied getting to the directory. Moved things around etc. Still same issue.

[authz_core:error] [pid 2433] [client IP:56898] AH01630: client denied by server configuration: /usr/share/roundcubemail

Any ideas or help would be really appreciated. Its probably a simple thing but out of ideas.

Thanks - warren




SKaero

What version of Apache are you using?

wazh

#2
Hi,

Thanks for the reply

Apache Version.
Version     : 2.4.6
Release     : 6.fc20

I should point out as well. This is a clean install onto a new box. I didn't do an in place upgrade.

SKaero

Have you tried with "Require all granted"?

wazh

I did.. Just tried again. Same outcome!

SKaero

Why are you using the IfModule blocks it seems a little odd to since you should know if your using it or not.

wazh

I have a feeling it might be something in the Apache config. Considering I went from 2.2.23 to 2.4.6 and as much as I hope I have made all the necessary changes there might be something in the newer config that I have missed..

wazh

OK did a complete reinstall and started again from scratch all OK.