|
From: Chris W. <la...@us...> - 2001-11-06 15:08:08
|
Update of /cvsroot/openinteract/OpenInteract/conf
In directory usw-pr-cvs1:/tmp/cvs-serv25155/conf
Modified Files:
sample-httpd_modperl.conf sample-httpd_modperl_solo.conf
Log Message:
Apache config updates
Index: sample-httpd_modperl.conf
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/conf/sample-httpd_modperl.conf,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** sample-httpd_modperl.conf 2001/08/12 03:11:16 1.4
--- sample-httpd_modperl.conf 2001/11/06 15:01:26 1.5
***************
*** 44,47 ****
--- 44,50 ----
PerlPostReadRequestHandler OpenInteract::ProxyRemoteAddr
+ PerlSetVar OIStashClass %%STASH_CLASS%%
+ PerlSetVar OIRootDir %%WEBSITE_DIR%%
+
# This sends all incoming requests to the OpenInteract Apache content
# handler (OpenInteract.pm)
***************
*** 49,53 ****
<Location />
SetHandler perl-script
- PerlSetVar StashClass %%STASH_CLASS%%
PerlHandler OpenInteract
</Location>
--- 52,55 ----
Index: sample-httpd_modperl_solo.conf
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/conf/sample-httpd_modperl_solo.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** sample-httpd_modperl_solo.conf 2001/08/12 03:11:39 1.1
--- sample-httpd_modperl_solo.conf 2001/11/06 15:01:26 1.2
***************
*** 32,35 ****
--- 32,38 ----
PerlRequire %%WEBSITE_DIR%%/conf/startup.pl
+ PerlSetVar OIStashClass %%STASH_CLASS%%
+ PerlSetVar OIRootDir %%WEBSITE_DIR%%
+
# This sends all incoming requests (except for the 'Location'
# directives below) to the OpenInteract Apache content handler
***************
*** 38,42 ****
<Location />
SetHandler perl-script
- PerlSetVar StashClass %%STASH_CLASS%%
PerlHandler OpenInteract
</Location>
--- 41,44 ----
|