[Webapps-common-discuss] webapps-common/examples apache_inline.conf, NONE, 1.1 apache_template.conf, NONE, 1.1 index.php, NONE, 1.1

seanius at haydn.debian.org seanius at haydn.debian.org
Sat Jul 30 09:37:10 UTC 2005


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

Added Files:
	apache_inline.conf apache_template.conf index.php 
Log Message:
huge chunk of work on a first stab at implementation.  still incomplete
and unworking, but one of the included baseline packages (-simple) shows
the most work so far.  not worth mentioning to anyone just yet, but i
want to get this in CVS in case something bad happens to my laptop


--- NEW FILE: apache_inline.conf ---
#
# 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 .

--- NEW FILE: apache_template.conf ---
# 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

<Directory /usr/share/webapp-test-apache-template/www>
	# other stuff could be done here
</Directory>

--- NEW FILE: index.php ---
<p>
this is an index page to show the web application works.
</p>

<?php
	phpinfo();
?>




More information about the Webapps-common-discuss mailing list