Bug report for Apache httpd-1.3 [2010/06/20]

2010-06-20 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

undefined symbol errors on loading a module that uses libxml2

2010-06-20 Thread Abhinav Upadhyay
Hello everyone! I am writing an Apache 2.2 module that uses the libxml2 API. I have compiled the module using following commands: apxs -I /usr/include/libxml2/ -c mod_xmltest.c sudo apxs -n xmltest_module -i mod_xmltest.la and used the following LoadFile directive in httpd.conf LoadFile

Re: undefined symbol errors on loading a module that uses libxml2

2010-06-20 Thread alin vasile
execute a ldd for /usr/lib/libxml2.so and see if all the dependecies are satisfied. Post the entire LoadModule/LoadFile area, I'm not sure if the order matters. From: Abhinav Upadhyay abhi...@hover.in To: dev@httpd.apache.org Sent: Sun, June 20, 2010 7:56:23

ap_socache anomaly (Re: mod_authn_cache)

2010-06-20 Thread Nick Kew
On Thu, 17 Jun 2010 00:43:55 +0200 Graham Leggett minf...@sharp.fm wrote: mod_socache all the way. Question on mod_socache usage: how to use create/init/destroy? Create seems straightforward, but init/destroy are contradictory. On the one hand, they are passed a server_rec, suggesting they're

Re: Module build defaults for trunk

2010-06-20 Thread Dan Poirier
On 2010-06-10 at 16:46, Stefan Fritsch s...@sfritsch.de wrote: On Monday 07 June 2010, Rainer Jung wrote: - build most module set by default. Alternatives are: - all - few (same set as was default before the change) - none I would like to have an option for developers/testers

Re: Reminder about an empty docs page

2010-06-20 Thread Dan Poirier
On 2010-06-11 at 11:07, William A. Rowe Jr. wr...@rowe-clan.net wrote: Who wants to take on http://httpd.apache.org/docs/trunk/upgrading.html so that we can increase alpha adoption? With the sectional authnz changes, this document really needs to be filled in. I took a first pass at it, but

Re: server-status-handler information leak

2010-06-20 Thread Dan Poirier
On 2010-06-11 at 08:39, Volker g...@schwicking.de wrote: Hi, while playing around with handlers, i noticed, that any user can register the 'server-status'-handler by putting SetHandler server-status in an htacces-File. This can not be prevented by using a alternating