Author: jfrederic.clere(a)jboss.com
Date: 2008-06-10 11:30:59 -0400 (Tue, 10 Jun 2008)
New Revision: 1685
Added:
trunk/httpd/httpd-2.2/modules/advertise/README
Log:
Add a README.
Added: trunk/httpd/httpd-2.2/modules/advertise/README
===================================================================
--- trunk/httpd/httpd-2.2/modules/advertise/README (rev 0)
+++ trunk/httpd/httpd-2.2/modules/advertise/README 2008-06-10 15:30:59 UTC (rev 1685)
@@ -0,0 +1,15 @@
+The source could be in httpd-2.2.x source tree.
+The ./buildconf must be run again amd the configure need at least:
+./configure --enable-advertise
+
+The source could build with a installed version of httpd-2-2.x:
+sh buildconf
+./configure --with-apache=apache_installation_directory.
+make -f Makefile.apxs
+The mod_advertise.so need to be copied to apache_installation_directory/modules
+
+Configuration use something like the following in httpd.conf:
+LoadModule advertise_module modules/mod_advertise.so
+ServerAdvertise on
+AdvertiseGroup 232.0.0.2
+AdvertiseFrequency 30
Show replies by date