[Webapps-common-discuss] webapps-common/examples apache_inline.conf, 1.1, 1.2 apache_template.conf, 1.1, 1.2

seanius at haydn.debian.org seanius at haydn.debian.org
Wed Aug 3 04:48:43 UTC 2005


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

Modified Files:
	apache_inline.conf apache_template.conf 
Log Message:
now providing initial support for all three basic flavors (simple,
inline, template) of apache using webapps


Index: apache_inline.conf
===================================================================
RCS file: /cvsroot/webapps-common/webapps-common/examples/apache_inline.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- apache_inline.conf	30 Jul 2005 09:37:06 -0000	1.1
+++ apache_inline.conf	3 Aug 2005 04:48:40 -0000	1.2
@@ -1,5 +1,5 @@
-#
-# this is an example of an inline-included apache configuration.
-# the following configuration will be included in a <Location>
-# block specific to this web application.
-php_value include_path .
+	#
+	# this is an example of an inline-included apache configuration.
+	# the following configuration will be included in a <Directory>
+	# block specific to this web application.
+	php_value include_path .

Index: apache_template.conf
===================================================================
RCS file: /cvsroot/webapps-common/webapps-common/examples/apache_template.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- apache_template.conf	30 Jul 2005 09:37:06 -0000	1.1
+++ apache_template.conf	3 Aug 2005 04:48:40 -0000	1.2
@@ -1,7 +1,7 @@
 # this is a sample template-based configuration file for apache.
 # this file will be included as-is, with the exception that
 # certain substitutions will occur with the result
-Alias _WC_SITE_DIRECTORY /usr/share/webapp-test-apache-template/www
+Alias _WC_WEBSITE_SUBDIRECTORY_ /usr/share/webapp-test-apache-template/www
 
 <Directory /usr/share/webapp-test-apache-template/www>
 	# other stuff could be done here




More information about the Webapps-common-discuss mailing list