Update of /project/lisppaste/cvsroot/lisppaste2 In directory common-lisp.net:/tmp/cvs-serv9339
Modified Files: apache.conf.include Log Message: redirect index.html -> /paste/new
Date: Mon Nov 3 12:35:09 2003 Author: eenge
Index: lisppaste2/apache.conf.include diff -u lisppaste2/apache.conf.include:1.1.1.1 lisppaste2/apache.conf.include:1.2 --- lisppaste2/apache.conf.include:1.1.1.1 Mon Nov 3 12:17:53 2003 +++ lisppaste2/apache.conf.include Mon Nov 3 12:35:08 2003 @@ -1,4 +1,4 @@ -#### $Id: apache.conf.include,v 1.1.1.1 2003/11/03 17:17:53 eenge Exp $ +#### $Id: apache.conf.include,v 1.2 2003/11/03 17:35:08 eenge Exp $ #### $Source: /project/lisppaste/cvsroot/lisppaste2/apache.conf.include,v $
# To include this file, simply add: @@ -8,8 +8,9 @@ # and you are set to go.
<VirtualHost localhost:80> -ServerName localhost -ProxyPass /paste/ http://localhost:8081/paste/ -ProxyPassReverse /paste/ http://localhost:8081/paste/ -SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown + ServerName localhost + Redirect /index.html http://localhost/paste/new + ProxyPass /paste/ http://localhost:8081/paste/ + ProxyPassReverse /paste/ http://localhost:8081/paste/ + SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown </VirtualHost>