You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by ra...@apache.org on 2003/06/08 23:22:31 UTC

cvs commit: modperl-docs/src/docs/general/os/win32 faq.pod

randyk      2003/06/08 14:22:31

  Modified:    src/docs/general/os/win32 faq.pod
  Log:
  add a link to the mod_perl 2 command line lookup method.
  
  Revision  Changes    Path
  1.9       +16 -4     modperl-docs/src/docs/general/os/win32/faq.pod
  
  Index: faq.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/general/os/win32/faq.pod,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- faq.pod	11 Apr 2003 02:24:37 -0000	1.8
  +++ faq.pod	8 Jun 2003 21:22:30 -0000	1.9
  @@ -79,10 +79,10 @@
   =head2 Are mod_perl ppm packages available?
   
   PPM packages for both
  -L<mod_perl 1.0|docs::1.0::os::win32::install/PPM_Packages>
  -and 
  -L<mod_perl 2.0|docs::2.0::os::win32::install/PPM_Packages>
  -are available.
  +L<mod_perl 1.0|docs::1.0::os::win32::install/PPM_Packages>,
  +for ActivePerl 6xx builds, and 
  +L<mod_perl 2.0|docs::2.0::os::win32::install/PPM_Packages>,
  +for ActivePerl 8xx builds, are available.
   
   =head2 Should I use mod_perl 1.0 or mod_perl 2.0?
   
  @@ -203,6 +203,18 @@
   this occurs under mod_perl 2.0 and
   Perl-5.6.1, try upgrading to
   L<Perl-5.8.0|docs::2.0::os::win32::install>.
  +
  +=head2 I get a "Can't locate object method ..." error.
  +
  +First off, if this is due to running some script from the
  +command line, this might be normal behaviour, as many
  +Apache modules require one to be in the Apache environment
  +to work. If this does occur from within Apache, and is
  +a problem with mod_perl 2.0, it may be that the right
  +module hasn't been loaded - see the discussion of
  +L<Command Line 
  +Lookups|docs::2.0::api::ModPerl::MethodLookup/Command_Line_Lookups>
  +for a method to discover which module is needed.
   
   =head2 How do I run ASP scripts?
   
  
  
  

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