[Webapps-common-discuss] webapps-common/templates apache-inline.conf, 1.1, 1.2 apache.conf, 1.1, 1.2

seanius at haydn.debian.org seanius at haydn.debian.org
Wed Aug 17 16:40:45 UTC 2005


Update of /cvsroot/webapps-common/webapps-common/templates
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv7055/templates

Modified Files:
	apache-inline.conf apache.conf 
Log Message:
this is a huge chunk of work i did in the past week's offline travelling.
the UI/debconf stuff is mostly sorted out at this point, and now we need
to work out the 'do stuff' side of things, which should be fairly easy since
most of the code is still there.



Index: apache-inline.conf
===================================================================
RCS file: /cvsroot/webapps-common/webapps-common/templates/apache-inline.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- apache-inline.conf	3 Aug 2005 04:48:40 -0000	1.1
+++ apache-inline.conf	17 Aug 2005 16:40:41 -0000	1.2
@@ -1,5 +1,7 @@
 Alias _WC_WEBSITE_SUBDIRECTORY_ _WC_WEBSITE_DOCUMENTROOT_
 
+SetEnvIf	REQUEST_URI '^http://_WC_WEBSITE_HOSTNAME_/_WC_WEBSITE_SUBDIRECTORY_' X_DEBIAN_SITEID=_WC_WEBSITE_HOSTNAME_/_WC_WEBSITE_SUBDIRECTORY_
+
 <Directory _WC_WEBSITE_DOCUMENTROOT_>
 </Directory>
 

Index: apache.conf
===================================================================
RCS file: /cvsroot/webapps-common/webapps-common/templates/apache.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- apache.conf	2 Aug 2005 23:57:47 -0000	1.1
+++ apache.conf	17 Aug 2005 16:40:41 -0000	1.2
@@ -1,2 +1,3 @@
 Alias _WC_WEBSITE_SUBDIRECTORY_ _WC_WEBSITE_DOCUMENTROOT_
+SetEnvIf	REQUEST_URI '^http://_WC_WEBSITE_HOSTNAME_/_WC_WEBSITE_SUBDIRECTORY_' X_DEBIAN_SITEID=_WC_WEBSITE_HOSTNAME_/_WC_WEBSITE_SUBDIRECTORY_
 




More information about the Webapps-common-discuss mailing list