on 5/10/01 1:21 PM, "Pier P. Fumagalli" <[EMAIL PROTECTED]> wrote:
> And (you big pain in the ass!) this is only the "status" page... It's not a
> "complex" thing, just needs to report infos...
>
> Pier
And every time something changes...we need to edit a .c file to fix it.
Wanna change the
Jon Stevens at [EMAIL PROTECTED] wrote:
> on 5/10/01 8:55 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
>> +wa_rprintf(r," Your Request:\n");
>> +wa_rprintf(r," Server Host: \"%s\"\n",r->serv->host);
>> +wa_rprintf(r," Server Address: \"%s\"\n",r->serv->addr);
>> +wa
on 5/10/01 8:55 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> +wa_rprintf(r," Your Request:\n");
> +wa_rprintf(r," Server Host: \"%s\"\n",r->serv->host);
> +wa_rprintf(r," Server Address: \"%s\"\n",r->serv->addr);
> +wa_rprintf(r," Server Port: \"%d\"\n",r->serv->po
pier01/05/10 08:55:20
Modified:connectors/lib wa_request.c
Log:
Aestethic changes.
Revision ChangesPath
1.8 +36 -34jakarta-tomcat-4.0/connectors/lib/wa_request.c
Index: wa_request.c
===
pier01/05/10 01:56:30
Modified:connectors/include wa_config.h
connectors/lib wa_request.c
Log:
Fixed small bug preventing compilation when providers are enabled.
Revision ChangesPath
1.3 +2 -2 jakarta-tomcat-4.0/connectors/include/wa_config.
pier01/05/09 23:49:18
Modified:connectors/lib wa_request.c
Log:
Fixing compilation problems.
Revision ChangesPath
1.6 +3 -2 jakarta-tomcat-4.0/connectors/lib/wa_request.c
Index: wa_request.c
==
pier01/05/09 23:25:29
Modified:connectors/lib wa_request.c
Log:
Updated request handling mechanism and function names/prototypes.
Revision ChangesPath
1.5 +179 -50 jakarta-tomcat-4.0/connectors/lib/wa_request.c
Index: wa_request.c
=
pier01/04/24 09:31:35
Modified:connectors Makefile.in
connectors/lib wa_request.c
Log:
Modified scandoc output.
Request for WA_REQUEST.
Revision ChangesPath
1.3 +4 -5 jakarta-tomcat-4.0/connectors/Makefile.in
Index: Makefile.in