Author: pgollucci
Date: Fri Aug 25 00:42:24 2006
New Revision: 436696

URL: http://svn.apache.org/viewvc?rev=436696&view=rev
Log:
Note that for dynamic mod_perl you have to tell it -apxs not -httpd


Modified:
    perl/Apache-SizeLimit/trunk/INSTALL

Modified: perl/Apache-SizeLimit/trunk/INSTALL
URL: 
http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/INSTALL?rev=436696&r1=436695&r2=436696&view=diff
==============================================================================
--- perl/Apache-SizeLimit/trunk/INSTALL (original)
+++ perl/Apache-SizeLimit/trunk/INSTALL Fri Aug 25 00:42:24 2006
@@ -5,7 +5,11 @@
   $ cd Apache-SizeLimit-0.XX
 
   $ perl Makefile.PL
+    For static  mod_perl use -httpd /path/to/httpd
+    For dynamic mod_perl use -apxs /path/to/apxs
   $ make
   $ sudo make install
 
 for further directions, see the README.
+
+


Reply via email to