https://issues.apache.org/bugzilla/show_bug.cgi?id=47861
--- Comment #7 from hbrauer <[email protected]> 2009-10-14 09:51:28 UTC --- (In reply to comment #6) > Here's some information that seems to be missing or incorrect: > > * the httpd.conf file in a format that we can read (not a VMS file) > * the suspected component I assumed the VMS format would have been appropriate, being this is a VMS platform. I will put it in a file you can read with notepad. > The bug is filed against mod_cache, but mod_cache isn't loaded in the provided > httpd.conf file. Is mod_cache built-in? I think the references to "cache" in > the discussion are the browser cache. I assumed that if the server uses mod perl, it uses mod_cache. There does not seem to be any reference to cache in the httpd.conf. As usual, the information for the VMS platform is hard to find! The http cache-control, the text which preceeds the <HTML> tags, would affect the either the server cache-control or the browser cache-control. I assumed that if either of these two cache were the source of the newline character being inserted, then I could turn off this undesirable newline. It has not been the case. > All I can tell for sure is that there is some corruption somewhere between the > browser posting the data to httpd and Perl handing data to your Perl script. Agreed. The endpoints, server/client, are the places I tend to check first. I don't know where else I should be checking. > * the exact httpd version number > The httpd.conf file refers to version 2.0.x documentation (but also has some > 1.3-isms). The bug is filed against version 2.3-head. > * who is supplying this server? > httpd 2+ doesn't support VMS. (e.g., "AcceptMutex vmsdlm", VmsServerStartup, > etc.) It is cool that somebody taught it to support VMS, but we don't know > what code you are running. I'm not aware of anyone in httpd development that > uses VMS and can try to reproduce this. > * can you reproduce on another platform (Linux, Solaris, Windows, *BSD)? The html help for httpd has "http://www.apache.org/licenses/LICENSE-2.0" I just assumed that this was the latest and greatest. But for VMS, V2.0, must be the latest version. No. We have Apache only installed the VMS hosts. This is where we want it running. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
