Hi there. This problem is driving me nuts, and I was hoping that someone out there could help me.

My lib/config/main looks like this:

[%-  PROCESS config/page
         + config/site
         + config/url
         + config/images
         + config/map
         + config/macros
-%]
[%- USE q = CGI -%]
[%- USE xmb = XMB -%]
[%- USE session = Session( cgi = q ) -%]
[%- USE config = Config( config_file = site.config ) -%]
[%- q.header( cookie = q.cookie ) -%]

Apache chokes with the following 500-error: 'bad header=\r\r\r', and upon examining the output more closely, I discover the following hex content:

0D0D0D0DContent-Type

Seems that despite using the chomp directives the \r is still hiding in there.

Can anyone help me?

--
Kiffin Gish
Development Team, Demon (THUS plc)

Postbus 15829
1001 NH Amsterdam
The Netherlands

T: +31 (0)20-422 20 00
F: +31 (0)20-422 20 01
M: +31 (0)6-21 83 68 28
http://www.demon.nl


_______________________________________________
templates mailing list
[email protected]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to