Here's my system
FreeBSD 7.1-RELEASE #0
Apache/2.2.8 (Unix) PHP/5.2.10 mod_perl/2.0.4 Perl/v5.8.8
I'm trying to create a content-handler.
I know that Apache finds the handler because if there's a syntax error in the
perl, Apache reports
the error.
If however, there is no syntax error, everyth
Bernard T. Higonnet wrote:
Here's my system
FreeBSD 7.1-RELEASE #0
Apache/2.2.8 (Unix) PHP/5.2.10 mod_perl/2.0.4 Perl/v5.8.8
I'm trying to create a content-handler.
I know that Apache finds the handler because if there's a syntax error
in the perl, Apache reports
the error.
If however, ther
Am Donnerstag, den 09.07.2009, 09:11 +0530 schrieb Jaysingh Samuel:
> In the command table we get the serverConfig pointer and store the
> value like the following.
> serverConf =
> ap_get_module_config(parms->server->module_config, &xyz_module);
>
> serverConf->abc = apr_pstrdup(parms->pool, a