Hey,

I'm looking to get Apache::ASP to insert itself into the module
Server tokens with the add_version_component() API, so I call
it like this:

package Apache::ASP
   ...
   &Apache::add_version_component("Apache::ASP/$VERSION");
   ...
1;

but then it becomes the first header on the list!, and I do
not want it to look like it is the actual web server itself...

  Server: Apache::ASP/2.49 Apache/1.3.27 (Unix) PHP/4.2.3 mod_perl/1.27 Perl/v5.8.0 mod_ssl/2.8.11 OpenSSL/0.9.6g

So, how can I use this method correctly, so that Apache::ASP ends
up near the end of the server tokens?

BTW, I dug up this method from the mod_perl Cookbook
very good examples, http://www.modperlcookbook.org/

Thanks,

Josh
________________________________________________________________
Josh Chamas, Founder                   phone:925-552-0128
Chamas Enterprises Inc.                http://www.chamas.com
NodeWorks Link Checking                http://www.nodeworks.com

Reply via email to