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. -- Nick Kew
