>I never tried mod_jserv, so I don't know details about it.  But the
warnings
>really means that mod_jserv wasn't compiled with -DEAPI or it has an
unclean
>module structure source (where the standard Apache macros are not
used).

It works for me... and the source looks right, too (from mod_jserv.c):


module MODULE_VAR_EXPORT jserv_module = {
    STANDARD_MODULE_STUFF,
    jserv_init,                 /* module initializer */
    NULL,                       /* per-directory config creator */
    NULL,                       /* dir config merger */
    jserv_server_config_create, /* server config creator */
    jserv_server_config_merge,  /* server config merger */
    jserv_commands,             /* command table */
    jserv_handlers,             /* [7] list of handlers */
    jserv_translate_handler,    /* [2] filename-to-URI translation */
    NULL,                       /* [5] check/validate user_id */
    NULL,                       /* [6] check user_id is valid *here*
*/
    NULL,                       /* [4] check access by host address */
    jserv_type_match,           /* [7] MIME type checker/setter */
    NULL,                       /* [8] fixups */
    NULL,                       /* [10] logger */
    NULL,                       /* [3] header parser */
#if MODULE_MAGIC_NUMBER > 19970622
    jserv_child_init,           /* apache child process initializer */
    NULL,                       /* apache child process exit/cleanup
*/
    NULL                        /* [1] post read_request handling */
#endif
};


I guess in this case, the module just really wasn't recompiled with
-DEAPI.

--Cliff

Cliff Woolley
Central Systems Software Administrator
Washington and Lee University
http://www.wlu.edu/~jwoolley/

Work: (540) 463-8089
Pager: (540) 462-2303
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to