Denis Banovic wrote: > Hi! > > I just got a new Server with apache 2.046 and mp2 > > I have some problems when running under mod_perl, that Content-Length: 0 always > shows 0 Byte > > When running under cgi, content length is there. > > Has someone had something similar? > > Do I have to take care of the content_length?
no, apache automatically computes the content length of the request for you (or does not if it finds that a C-L header is not required) so you no longer should handle this yourself. --Geoff -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html