You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl-cvs@perl.apache.org by ri...@apache.org on 2001/11/02 10:48:22 UTC

cvs commit: embperl Embperl.pod EmbperlD.pod

richter     01/11/02 01:48:22

  Modified:    .        Tag: Embperl2c Embperl.pod EmbperlD.pod
  Log:
  Doc update
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.56.4.11 +16 -7     embperl/Embperl.pod
  
  Index: Embperl.pod
  ===================================================================
  RCS file: /home/cvs/embperl/Embperl.pod,v
  retrieving revision 1.56.4.10
  retrieving revision 1.56.4.11
  diff -u -r1.56.4.10 -r1.56.4.11
  --- Embperl.pod	2001/09/19 05:38:29	1.56.4.10
  +++ Embperl.pod	2001/11/02 09:48:22	1.56.4.11
  @@ -1,4 +1,3 @@
  -=pod
   
   =head1 NAME
   
  @@ -503,7 +502,7 @@
   
   =head2 EMBPERL_FILESMATCH
   
  -If specified, only files where the uri match the given B<perl regular expression> will be
  +If specified, only files which match the given B<perl regular expression> will be
   processed by Embperl, all other files will be handled by the standard Apache
   handler. This can be useful if you have Embperl documents and non Embperl
   documents (e.g. gifs) residing in the same directory. EMBPERL_FILESMATCH works only
  @@ -1067,7 +1066,9 @@
   
   =head2 EMBPERL_SESSION_HANDLER_CLASS (1.3b3 and higher)
   
  -Set the class that performs the Embperl session handling. Default is
  +Set the class that performs the Embperl session handling. Default until
  +1.3.3 was C<HTML::Embperl::Session>, starting with 1.3.4 it is 
  +C<Apache::SessionX>. To get the old session behaviour set it to
   C<HTML::Embperl::Session>. You can overwrite I<HTML::Embperl::Session> and
   specify the name of your class within this variable. This gives you
   the possibility to implement your own session handling.
  @@ -1536,7 +1537,7 @@
   
       This is the same as using the Apache function
   
  -    [- $req_rec -> header_out("Language" => "DE"); -]
  +    [- $req_rec ->� header_out("Language" => "DE"); -]
   
   
   =item B<A>, B<EMBED>, B<IMG>, B<IFRAME>, B<FRAME>, B<LAYER>
  @@ -1947,8 +1948,18 @@
   for you. You can store any data in the L<%mdat> hash and if any request comes
   to the same Embperl document, you will see the same values in that hash again. 
   
  +Session handling has changed from 1.3.3 to 1.3.4 and 2.0b3 to 2.0b4. You must either
  +install Apache::SessionX or set
  +
  +    PerlSetEnv EMBPERL_SESSION_HANDLER_CLASS "HTML::Embperl::Session"
  +
  +to get the old behaviour. If you have Apache::SessionX installed, you
  +don't have to make addtional configuration, otherwise you must do the following
  +things. You are also able to override the Apache::SessionX defaults, by
  +using the following parameters:
  +
   To configure I<Embperl> to do session management for you, you must
  -have installed I<Apache::Session> (B<1.00 or higher>) and tell Embperl which
  +have installed I<Apache::Session> (B<1.53 or higher>) and tell Embperl which
   storage and locker classes you would like to use for
   I<Apache::Session>. This is done by setting the environment variable 
   C<EMBPERL_SESSION_CLASSES>.
  @@ -2755,5 +2766,3 @@
   =head1 See Also
   
   perl(1), mod_perl, Apache httpd
  -
  -=cut
  
  
  
  1.29.4.10 +19 -6     embperl/EmbperlD.pod
  
  Index: EmbperlD.pod
  ===================================================================
  RCS file: /home/cvs/embperl/EmbperlD.pod,v
  retrieving revision 1.29.4.9
  retrieving revision 1.29.4.10
  diff -u -r1.29.4.9 -r1.29.4.10
  --- EmbperlD.pod	2001/09/19 05:38:29	1.29.4.9
  +++ EmbperlD.pod	2001/11/02 09:48:22	1.29.4.10
  @@ -453,8 +453,8 @@
   
   =head2 EMBPERL_FILESMATCH
   
  -Wenn vorhanden, werden von I<Embperl> nur Dateien bearbeitet, deren URI der angegebenen
  -B<Perl regular expression> entspricht. Alle anderen Dateien werden an den Standard
  +Wenn vorhanden, werden von I<Embperl> nur Dateien bearbeitet, die der angegebenen
  +B<Perl regular expression> entsprechen. Alle anderen Dateien werden an den Standard
   Apachehandler weitergereicht. Dies ist n�tztlich, um Embperl Dokumente und Nicht-Embperl
   Dokumente (z.B. Gifs) in einem Verzeichnis abzulegen.
   EMBPERL_FILESMATCH funktioniert nur unter I<mod_perl>. Beispiel:
  @@ -989,9 +989,11 @@
   
   =head2 EMBPERL_SESSION_HANDLER_CLASS (ab 1.3b3)
   
  -Bestimmt die Klasse die das Session Handling f�r I<Embperl durchf�hrt>.
  -Default ist C<HTML::Embperl::Session>. Sie k�nnen eine eigene Klasse von 
  -I<HTML::Embperl::Session> ableiten und diese hier angeben um Ihr eigenes
  +Bestimmt die Klasse die das Session Handling f�r I<Embperl> durchf�hrt.
  +Default war bis 1.3.3 I<HTML::Embperl::Session>. Ab 1.3.4 ist der Default 
  +I<Apache::SessionX>. Um das alte Sessionhandling zu verwenden, k�nnen Sie den
  +Parameter auf I<HTML::Embperl::Session> setzen. Sie k�nnen eine eigene Klasse von 
  +I<Apache::SessionX> ableiten und diese hier angeben um Ihr eigenes
   Session Handling zu implementieren.
   
   =head2 EMBPERL_COOKIE_NAME (ab 1.2b4) 
  @@ -1857,8 +1859,19 @@
   von C<%udat> und C<%mdat> bei entsprechender Konfiguration, auch �ber Proze�-
   oder sogar Rechnergrenzen hinweg m�glich. I<Embperl> bedient sich dazu
   des Perlmodules I<Apache::Session>.
  +
  +Ab 1.3.4 verwendet I<Embperl> I<Apache::SessionX> f�r das Sessing handling.
  +Dadurch ist keine weitere Konfiguration mehr n�tig. Wenn Sie das alte 
  +Sessionhandling (ohne I<Apache::SessionX>) beibehalten wollen, m�ssen
  +Sie 
  +
  +    PerlSetEnv EMBPERL_SESSION_HANDLER_CLASS HTML::Embperl::Session
  +
  +in Ihrer httpd.conf eintragen und folgende Parameter konfigurieren. Sie
  +k�nnen die folgenden Parameter auch zum �berschreiben der 
  +Standardkonfiguration von I<Apache::SessionX> benutzen.
   
  -Um das Session Management zu aktivieren mu� I<Apache::Session> (Version 1.00
  +Um das Session Management zu aktivieren mu� I<Apache::Session> (Version 1.53
   oder h�her) installiert sein. Au�erdem m�ssen Sie I<Embperl>, via 
   C<EMBPERL_SESSION_CLASSES>, mitteilen, welcher
   Speicher- und Lockingmechanismus genutzt werden soll, ggf. m�ssen Sie
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-cvs-help@perl.apache.org