|
From: Christian G. <ge...@go...> - 2007-05-31 03:17:39
|
Hi Matti, Thanks for the patch. My Module is now working. HTTPBL Internal Diagnostics Testing Test Results [ + ] Write to the log directory (/var/log/httpbl/) [ + ] Write to the repos directory (/var/log/httpbl/) [ + ] Resolve and reach the RBL domain (www.projecthoneypot.org) [ * ] Authenticate with the Project Honey Pot RBL (*.dave.httpbl.org) [ * ] Submit 404 data to the server (http://192.168.3.100:11000/record_404.php) [ * ] Submit POST data to the server (http://192.168.3.100:11000/record_post.php) [ * ] Query for honeypots (http://hpr1.projecthoneypot.org/cgi/serve.php) Now I can play around with the allow/deny rules. Any suggestions for that, just for the start ? Regards, Christian > -----Original Message----- > From: htt...@li... [mailto:httpbl-beta- > bo...@li...] On Behalf Of Matti P. T. Juvonen > Sent: 31 May 2007 02:59 > To: mod_httpbl Beta Testers > Subject: Re: [Httpbl-beta] Error starting Apache2 with mod_httpbl > > Hi Christian, > > > apache2: Syntax error on line 185 of /etc/apache2/apache2.conf: > Syntax error > > on line 1 of /etc/apache2/mods-enabled/httpbl.load: Cannot load > > /usr/lib/apache2/modules/mod_httpbl.so into server: > > /usr/lib/apache2/modules/mod_httpbl.so: undefined symbol: > > apr_socket_create_ex > > I ran into the same problem. It seems that the code does not support > some of the more recent versions of libapr -- my Debian etch system > comes with 1.2.7-8.2. Specifically, according to apr 0.9 documentation, > apr_socket_create_ex and apr_lstat are deprecated. Both are missing > from > version 1.2. > > I wrote a short patch to fix these issues, although I haven't really > tested it (so I may have missed something). It is available at > http://enneu.net/files/mod_httpbl_apr.patch > > :mpj > > ----------------------------------------------------------------------- > -- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Httpbl-beta mailing list > Htt...@li... > https://lists.sourceforge.net/lists/listinfo/httpbl-beta |