Brent 'Dax' Royal-Gordon wrote:
> % telnet localhost 80
> GET / HTTP/1.0
>
> HTTP/1.1 200 OK
> Date: Tue, 18 May 2004 22:51:14 GMT
> Server: Embperl/2.0b9 Apache/2.0.48 (Unix) mod_perl/1.99_13
> Perl/v5.8.2
>
> This is rather nitpicky, but I'd like to either move Embperl to the
> end of the above line or remove it entirely, without disabling the
> mod_perl or Perl tokens.
>
> Is this possible without patching the source, perhaps by manipulating
> Apache via mod_perl itself? If I have to patch it, where should I do
> so?
The order depends on the order in which the modules are loaded and Embperl
has to be loaded after mod_perl, this is why it is listed first.
The only chance to disable it without disabling all it to patch the source
as Angus wrote.
Gerald
---------------------------------------------------------------------------
Gerald Richter ecos electronic communication services gmbh
IT-Securitylösungen * Webapplikationen mit Apache/Perl/mod_perl/Embperl
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: richter@ecos.de Voice: +49 6133 939-122
WWW: http://www.ecos.de/ Fax: +49 6133 939-333
---------------------------------------------------------------------------
Besuchen Sie uns auf der KOMCOM 2004 in Mannheim
25. bis 27. Mai 2004 Stand K11a www.komcom.de
ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info
---------------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org
|