Le jeudi 13 juillet 2017, Jérôme a écrit :
> en reverse proxy, avec apache:
>
> j'ai mon nichoir (un raspberry pi) qui est dispo comme cela:
>
> <VirtualHost *:80>
> ProxyRequests Off
> ProxyPreservehost on
> ProxyPass / http://nichoir:8080/
> ProxyPass /next http://nichoir:8080/next
> ProxyPass /previous http://nichoir:8080/previous
> ProxyPass /robots.txt http://nichoir:8080/robots.txt
> ProxyPassReverse / http://nichoir:8080/
> ProxyPassReverse /next http://nichoir:8080/next
> ProxyPassReverse /previous http://nichoir:8080/previous
> ProxyPassReverse /robots.txt http://nichoir:8080/robots.txt
> ServerAdmin webmaster@???
> # DocumentRoot
> ServerName nichoir.terre-adelie.org
> ErrorLog /var/log/apache/nichoir-error.log
> CustomLog /var/log/apache/nichoir-access.log common
> </VirtualHost>
>
>
> Le nichoir lui même fait tourner un petit serveur avec bottle.
>
> Quand bottle est down, c'est apache qui gere les erreurs.
Nickel, merci !
--
Frédéric