You will be pleased to hear that my NetWare build for AP2.1 now works, so _development_ for that goes well!!
The AP 1.3 build is less happy with the Make files, but am digging further...
Norm
[EMAIL PROTECTED] wrote:
mturk 2005/02/13 23:58:02
Modified: jk/native/common jk_status.c Log: Use correct line endings.
Revision Changes Path 1.4 +7 -3 jakarta-tomcat-connectors/jk/native/common/jk_status.c
Index: jk_status.c =================================================================== RCS file:
/home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_status.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- jk_status.c 13 Feb 2005 22:32:58 -0000 1.3 +++ jk_status.c 14 Feb
2005 07:58:02 -0000 1.4 @@ -29,8 +29,12 @@
#define HUGE_BUFFER_SIZE (8*1024)
-#define JK_STATUS_HEAD "<!DOCTYPE HTML PUBLIC \"-//W3C//" \ -#define JK_STATUS_HEND "</body>\n</html>\n" +#define JK_STATUS_HEAD "<!DOCTYPE HTML PUBLIC \"-//W3C//" \ + "DTD HTML 3.2 Final//EN\">\n" \ + "<html><head><title>JK Status Manager</title></head>\n" \ + "<body>\n" + +#define JK_STATUS_HEND "</body>\n</html>\n"
typedef struct status_worker status_worker_t;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]