Author Topic: Help! Install on Fedora 20  (Read 6107 times)

Offline wazh

  • Newbie
  • *
  • Posts: 5
Help! Install on Fedora 20
« on: January 06, 2014, 07:07:23 AM »
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



 

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Help! Install on Fedora 20
« Reply #1 on: January 06, 2014, 07:38:14 AM »
What version of Apache are you using?

Offline wazh

  • Newbie
  • *
  • Posts: 5
Re: Help! Install on Fedora 20
« Reply #2 on: January 06, 2014, 07:43:15 AM »
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.
« Last Edit: January 06, 2014, 07:57:33 AM by wazh »

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Help! Install on Fedora 20
« Reply #3 on: January 06, 2014, 08:03:14 AM »
Have you tried with "Require all granted"?

Offline wazh

  • Newbie
  • *
  • Posts: 5
Re: Help! Install on Fedora 20
« Reply #4 on: January 06, 2014, 08:07:31 AM »
I did.. Just tried again. Same outcome!

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Help! Install on Fedora 20
« Reply #5 on: January 06, 2014, 09:05:22 AM »
Why are you using the IfModule blocks it seems a little odd to since you should know if your using it or not.

Offline wazh

  • Newbie
  • *
  • Posts: 5
Re: Help! Install on Fedora 20
« Reply #6 on: January 06, 2014, 03:31:01 PM »
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..

Offline wazh

  • Newbie
  • *
  • Posts: 5
Re: Help! Install on Fedora 20
« Reply #7 on: January 06, 2014, 04:23:39 PM »
OK did a complete reinstall and started again from scratch all OK.