[moin-user] Apache configuration trouble

Volker Wysk post at volker-wysk.de
Sun Jun 18 08:06:54 EDT 2017


Hi!

Am Sonntag, 18. Juni 2017, 12:00:28 CEST schrieb Lars Kruse:

> Did you make sure that you allowed apache to deliver files from that
> location?
> 
>  <Files usr/local/share/moin/server/moin.cgi>
>      Require all granted
>  </Files>

I've discovered what's wrong here: The <Files> directive doesn't take a path 
as its argument, but only a basename (file name without path). This does work:

    <Files "moin.cgi">
        Require all granted
    </Files>

Thanks for your hint, nevertheless.

Volker



More information about the moin-user mailing list