Support of in a EBCDIC environment

1999-11-15 Thread ignasi . roca
n"; the content-type is text/html, as it should be. I looked the sources of mod_perl for some part where the mod_perl is preparing the headers from the output of perl5 and to pass them to the apache. I don't understand who is doing that. Can someone help me to find where the content-type header is lost. -- Ignasi Roca

RE: Support of in a EBCDIC environment

1999-11-15 Thread ignasi . roca
t;Content-type: text/html\r\n"; > or with > print "Content-type: text/html\r\r\n"; > the content-type is text/html, as it should be. > > I looked the sources of mod_perl for some part where t

RE: Support of in a EBCDIC environment

1999-11-15 Thread ignasi . roca
ed the sources of mod_perl for some part where the mod_perl is > preparing the headers from the output of perl5 and to pass them to the > apache. I don't understand who is doing that. Can someone help me to find > where the content-type header is lost. > > -- Ignasi Roca

RE: Support of in a EBCDIC environment

1999-11-15 Thread ignasi . roca
ection closed by foreign host. > > > > > > The content-type is text/plain instead text/html, mod_perl loses > > this header > > > probably due to EBCDIC conversion of the "\n" character. Trying > > with > > > print "Cont

Undefined of PL_siggv in mod_perl.c

2000-02-03 Thread ignasi . roca
know how to resolve the undefine ? Thanks for the responses, Ignasi Roca.