Hmm, but this is how the code looks like when I get the error that I
posted.
Is the module initialization done with the below code, or do I need to
add that explicitly?
Best Regards,
Henrik
On Wed, 2011-08-03 at 10:41 +0200, Nick Kew wrote:
> On 3 Aug 2011, at 09:27, Henrik Strand wrote:
>
> > module AP_MODULE_DECLARE_DATA proxy_fdpass = {
> > STANDARD20_MODULE_STUFF,
> > NULL, /* create per-directory config structure
> > */
> > NULL, /* merge per-directory config structures
> > */
> > NULL, /* create per-server config structure */
> > NULL, /* merge per-server config structures */
> > NULL, /* command apr_table_t */
> > register_hooks /* register hooks */
> > };
>
> That should be fine, compiled against the right (2.2.x) headers.
>