You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_python-commits@quetz.apache.org by gr...@apache.org on 2003/05/27 18:15:00 UTC

cvs commit: httpd-python/Doc modpython2.tex

grisha      2003/05/27 09:14:58

  Modified:    Doc      modpython2.tex
  Log:
  There is no ClearModuleList in httpd 2.0
  
  Revision  Changes    Path
  1.13      +0 -8      httpd-python/Doc/modpython2.tex
  
  Index: modpython2.tex
  ===================================================================
  RCS file: /home/cvs/httpd-python/Doc/modpython2.tex,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- modpython2.tex	24 Oct 2002 22:25:31 -0000	1.12
  +++ modpython2.tex	27 May 2003 16:14:58 -0000	1.13
  @@ -201,14 +201,6 @@
   should report at the very end exactly where \program{mod_python.so}
   was placed and how the \code{LoadModule} directive should appear.
   
  -If your Apache configuration uses \code{ClearModuleList} directive,
  -you will need to add mod_python to the module list in the Apache
  -configuration file:
  -
  -\begin{verbatim}
  -AddModule mod_python.c
  -\end{verbatim}
  -
   %\item
   %If you used the static installation, you now need to recompile Apache: