[MapProxy] How to run MapProxy under Apache?

Oliver Tonnhofer tonnhofer at omniscale.de
Thu Feb 24 09:07:03 EST 2011


On 24.02.2011, at 14:13, Stefan Schantz wrote:
> As  I'm  using the default installation of the apache, I have overlooked the directive:
> <Directory />
>   Options None
>   AllowOverride None
>   Order deny,allow
>   Deny from all
> </Directory>
> 
> which denied the request to /tmp/madeup.
> 
> So with the new directive
> 
> <Directory "/tmp">
>  Order allow,deny
>  Allow from all
> </Directory>
> 
> it works as it should.
> So maybe the additional directive would be useful  in the documentation for newbees  like me.


Great. Can you check if <Directory "/tmp/madeup"> works too? I can update the documentation with that then.

Regards,
Oliver

-- 
Oliver Tonnhofer    | Omniscale GmbH & Co KG    | http://omniscale.de
http://mapproxy.org | https://bitbucket.org/olt




More information about the MapProxy mailing list