DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16324>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16324 Headers and css and javascript problems with dinamic content [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2003-01-22 13:26 ------- I can't see a bug here. Looks more like a configuration problem. Some Hints: I guess, your CSS and JS URLs are also affected by that handler (SetHandler?). You should change that. > if ( r->header_only ) { > return OK; > } drop that code. Otherwise you probably get different Header sets for GET and HEAD. Apache drops the response body itself if neccessary. > And trying telnet localhost 80 > and GET /page > NOT RETURN ANY HEADER!! well, this is because you do an HTTP/0.9 Request, which doesn't know about headers. Use something like GET /page HTTP/1.0 I'd suggest, for configuration problems you subscribe one of the mailinglists on http://httpd.apache.org/lists.html. Thanks for using Apache! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]