richter 02/03/20 22:04:06
Modified: . Tag: Embperl2c Embperl.pm README.v2
Log:
-
Revision Changes Path
No revision
No revision
1.118.4.101 +11 -0 embperl/Embperl.pm
Index: Embperl.pm
===================================================================
RCS file: /home/cvs/embperl/Embperl.pm,v
retrieving revision 1.118.4.100
retrieving revision 1.118.4.101
diff -u -r1.118.4.100 -r1.118.4.101
--- Embperl.pm 21 Mar 2002 05:37:49 -0000 1.118.4.100
+++ Embperl.pm 21 Mar 2002 06:04:05 -0000 1.118.4.101
@@ -10,7 +10,7 @@
# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
#
-# $Id: Embperl.pm,v 1.118.4.100 2002/03/21 05:37:49 richter Exp $
+# $Id: Embperl.pm,v 1.118.4.101 2002/03/21 06:04:05 richter Exp $
#
###################################################################################
@@ -308,5 +308,16 @@
#######################################################################################
+package Apache::Embperl;
+
+*handler2 = \&Embperl::handler ;
+
+package HTML::Embperl;
+
+*handler2 = \&Embperl::handler ;
+
+package XML::Embperl;
+
+*handler2 = \&Embperl::handler ;
1 ;
1.1.4.29 +12 -1 embperl/Attic/README.v2
Index: README.v2
===================================================================
RCS file: /home/cvs/embperl/Attic/README.v2,v
retrieving revision 1.1.4.28
retrieving revision 1.1.4.29
diff -u -r1.1.4.28 -r1.1.4.29
--- README.v2 12 Mar 2002 08:58:44 -0000 1.1.4.28
+++ README.v2 21 Mar 2002 06:04:05 -0000 1.1.4.29
@@ -9,7 +9,7 @@
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-$Id: README.v2,v 1.1.4.28 2002/03/12 08:58:44 richter Exp $
+$Id: README.v2,v 1.1.4.29 2002/03/21 06:04:05 richter Exp $
### !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !!
@@ -150,6 +150,17 @@
Embperl_UseEnv on
+- For every container in your httpd.conf (e.g. VirtualHost,Directory,Location)
+ where you want to define any application level configuration directives
+ (see below under tAppConfig for a list), you need to set a unique
+ value for EMBPERL_APPNAME. This is for example necessay for all
+ Embperl::Object parameters. Example:
+
+ <Location /eo>
+ EMBPERL_APPNAME my_embperl_app
+ EMBPERL_OBJECT_BASE base.epl
+ </Location>
+
- The following options can currently only be set from httpd.conf:
optKeepSpaces
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]