MandayeJS ========= Apache Configuration -------------------- ServerAdmin webmaster@localhost ServerName dev.entrouvert.org.127.0.0.1.xip.io DocumentRoot /var/www/ SSLEngine On SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key CustomLog /var/log/apache2/mandayejs-access.log combined ErrorLog /var/log/apache2/mandayejs-error.log SSLProxyEngine on ProxyPreserveHost On SSLProxyVerify none SSLProxyCheckPeerCN off SSLProxyCheckPeerName off ProxyPass /_mandaye/ http://localhost:8000/_mandaye/ ProxyPassReverse /_mandaye/ http://localhost:8000/_mandaye/ RequestHeader unset Accept-Encoding ProxyPass /_mandaye ! ProxyPass / https://dev.entrouvert.org/ ProxyPassReverse / https://dev.entrouvert.org/ ExtFilterDefine fixtext mode=output intype=text/html \ cmd="/bin/sed -e '\$a'" SetOutputFilter fixtext SetOutputFilter None