this is what it tells on this page http://httpd.apache.org/docs/2.2/mod/mod_asis.html
The contents of any file with a .asis extension will then be sent by Apache to the client with almost no changes. In particular, HTTP headers are derived from the file itself according to mod_cgi<http://httpd.apache.org/docs/2.2/mod/mod_cgi.html>rules, so an asis file must include valid headers, and may also use the CGI Status: header to determine the HTTP response code. it says ALMOST no changes i was looking for absolutely no changes at all On 7/2/08, Eric Covener <[EMAIL PROTECTED]> wrote: > > On Wed, Jul 2, 2008 at 7:21 AM, apache a <[EMAIL PROTECTED]> wrote: > > does ibm http server implement ALL the features of apache httpd? > > > > OR > > > > does ibm websphere implement ALL the features of apache httpd? > > > > off-topic here, but no build can be said to implement "all features", > especially one that quite clearly doesn't even include all the > modules. > > -- > Eric Covener > [EMAIL PROTECTED] >
