<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Anything outside of the /var/www directory will need a directory
    directive similar to:<br>
    <br>
    <Directory /home/liz/rmaint-3.18/koha/><br>
            Options Indexes FollowSymLinks<br>
            AllowOverride None<br>
            Require all granted<br>
    </Directory><br>
    <br>
    in Apache 2.4.<br>
    <br>
    I stuck mine in apache2.conf, but I think you can stick it in
    conf-available, which you would then enable with<br>
    <br>
    sudo a2enconf filenameofyourconfigfile.conf<br>
    <br>
    Worth trying anyway.<br>
    <br>
    Liz<br>
    <div class="moz-cite-prefix">On 16/09/15 05:21, Michael Hafen wrote:<br>
    </div>
    <blockquote
cite="mid:CAAh7UdnR4-Z0XUcV6WuPxVBVCDo+Phg3bZEmeTg___vLfyA+Zg@mail.gmail.com"
      type="cite">
      <pre wrap="">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 <a class="moz-txt-link-rfc2396E" href="mailto:z.tajoli@cineca.it"><z.tajoli@cineca.it></a> wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">Hi to all,

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

I installed modules using repo
deb <a class="moz-txt-link-freetext" href="http://debian.koha-community.org/koha">http://debian.koha-community.org/koha</a> 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:
<a class="moz-txt-link-freetext" href="http://httpd.apache.org/docs/2.4/upgrading.html">http://httpd.apache.org/docs/2.4/upgrading.html</a> -> 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: <a class="moz-txt-link-abbreviated" href="mailto:z.tajoli@cineca.it">z.tajoli@cineca.it</a> Fax: 051/6132198
*CINECA* Consorzio Interuniversitario - Sede operativa di Segrate (MI)
_______________________________________________
Koha-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Koha-devel@lists.koha-community.org">Koha-devel@lists.koha-community.org</a>
<a class="moz-txt-link-freetext" href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel">http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel</a>
website : <a class="moz-txt-link-freetext" href="http://www.koha-community.org/">http://www.koha-community.org/</a>
git : <a class="moz-txt-link-freetext" href="http://git.koha-community.org/">http://git.koha-community.org/</a>
bugs : <a class="moz-txt-link-freetext" href="http://bugs.koha-community.org/">http://bugs.koha-community.org/</a>

</pre>
      </blockquote>
      <pre wrap="">


</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Koha-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Koha-devel@lists.koha-community.org">Koha-devel@lists.koha-community.org</a>
<a class="moz-txt-link-freetext" href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel">http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel</a>
website : <a class="moz-txt-link-freetext" href="http://www.koha-community.org/">http://www.koha-community.org/</a>
git : <a class="moz-txt-link-freetext" href="http://git.koha-community.org/">http://git.koha-community.org/</a>
bugs : <a class="moz-txt-link-freetext" href="http://bugs.koha-community.org/">http://bugs.koha-community.org/</a></pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
--
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</pre>
  </body>
</html>