You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by ge...@apache.org on 2004/01/26 17:10:07 UTC

cvs commit: modperl-2.0/ModPerl-Registry/t/conf extra.conf.in

geoff       2004/01/26 08:10:07

  Modified:    ModPerl-Registry/t/conf extra.conf.in
  Log:
  add required config so that nph.t actually passes
  
  Revision  Changes    Path
  1.14      +7 -0      modperl-2.0/ModPerl-Registry/t/conf/extra.conf.in
  
  Index: extra.conf.in
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/t/conf/extra.conf.in,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- extra.conf.in	9 Oct 2003 20:03:31 -0000	1.13
  +++ extra.conf.in	26 Jan 2004 16:10:07 -0000	1.14
  @@ -34,6 +34,7 @@
   Alias /registry_bb/      @ServerRoot@/cgi-bin/
   Alias /registry_oo_conf/ @ServerRoot@/cgi-bin/
   Alias /perlrun/          @ServerRoot@/cgi-bin/
  +Alias /nph/              @ServerRoot@/cgi-bin/
   
   ScriptAlias /cgi-bin/ @ServerRoot@/cgi-bin/
   
  @@ -61,6 +62,12 @@
       Options +ExecCGI
       PerlResponseHandler ModPerl::Registry->handler
       PerlOptions +ParseHeaders
  +</Location>
  +
  +<Location /nph>
  +    SetHandler perl-script
  +    Options +ExecCGI
  +    PerlResponseHandler ModPerl::Registry
   </Location>
   
   PerlModule ModPerl::PerlRun
  
  
  

Re: cvs commit: modperl-2.0/ModPerl-Registry/t/conf extra.conf.in

Posted by Stas Bekman <st...@stason.org>.
geoff@apache.org wrote:
> geoff       2004/01/26 08:10:07
> 
>   Modified:    ModPerl-Registry/t/conf extra.conf.in
>   Log:
>   add required config so that nph.t actually passes

opps. forgot to commit that one. thanks geoff!

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


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