* Ami Emanuel Bizamcher <[EMAIL PROTECTED]> [2005-08-04 17:58]:
> how i can use non-prased headers in apache ?!?

maybe by reading the supplied documentation...

> i have mod_perl installed!
> im using CGI written in perl.

<Directory /somewhere>
  <Files something.pl>
    SetHandler  perl-script
    PerlHandler Apache::Registry
    PerlSendHeader Off
    Options +ExecCGI
  </Files>
</Directory>

-- 
BS Web Services, http://www.bsws.de/
OpenBSD-based Webhosting, Mail Services, Managed Servers, ...
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)

Reply via email to