Anything outside of the /var/www directory will need a directory directive similar to:

<Directory /home/liz/rmaint-3.18/koha/>
        Options Indexes FollowSymLinks
        AllowOverride None
        Require all granted
</Directory>

in Apache 2.4.

I stuck mine in apache2.conf, but I think you can stick it in conf-available, which you would then enable with

sudo a2enconf filenameofyourconfigfile.conf

Worth trying anyway.

Liz
On 16/09/15 05:21, Michael Hafen wrote:
You probably need to make sure there is a 'Require all granted' for the
directory that the Koha git is in.

On Tue, Sep 15, 2015 at 9:32 AM, Tajoli Zeno <z.tajoli@cineca.it> wrote:

Hi to all,

i'm try to install git master version on debian jessie.

I installed modules using repo
deb http://debian.koha-community.org/koha stable main
[unstable doesn't work now]

using the commands:
sudo apt-get install koha-deps
sudo apt-get install koha-perldeps
sudo apt-get install liblog-log4perl-perl
sudo apt-get install libplack-middleware-reverseproxy-perl
sudo apt-get install memcached

then I do git clone, checked and installed perl dependecies.

For apache I installed
sudo a2enmod rewrite deflate
sudo a2enmod cgi
sudo a2dissite 000-default
sudo a2ensite koha

Now there problem on apache. The intranet log says:
[Tue Sep 15 17:25:04.573995 2015] [authz_core:error] [pid 7132] [client
10.0.2.2:54862] AH01630: client denied by server configuration

It seems connect with this change from 2.2 to 2.4:
http://httpd.apache.org/docs/2.4/upgrading.html -> Authorization

I try to do the change

from 2.2 configuration:
  Order deny,allow
  Deny from all

to 2.4 configuration:
  Require all denied

But it does't work.

Do you have any more idea on the topic ?

Bye
Zeno Tajoli

--
Zeno Tajoli
/Dipartimento Sviluppi Innovativi/ - Automazione Biblioteche
Email: z.tajoli@cineca.it Fax: 051/6132198
*CINECA* Consorzio Interuniversitario - Sede operativa di Segrate (MI)
_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/





_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

-- 
--
Liz Rea
Catalyst.Net Limited
Level 6, Catalyst House, 
150 Willis Street, Wellington.
P.O Box 11053, Manners Street, 
Wellington 6142

GPG: B149 A443 6B01 7386 C2C7 F481 B6c2 A49D 3726 38B7