Can anyone offer pointers on using ns_adp_compress? The following in an .adp file results in a blank page (HTML structure tags with no body content) being returned:
<html> <head> <title>ns_adp_compress test</title> </head> <body> <h2>ADP page from AOLserver 4.0.10</h2> this is a test<br><br> <%= [ns_httptime [ns_time]] %> <% ns_adp_puts "<br>Now is the time for all good men to come to the aid of the party." %> </body> </html> <% ns_adp_compress on %> However with <% ns_adp_compress off %> it returns the expected results. No error is reported to the server log. The configuration passed the make test supplied with the release. access.log shows that that length of what is being returned is a little shorter with adp_compress on. Browser is IE 5.5 Thanks very much, Eric Lee [EMAIL PROTECTED] -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
