Hi,
I use ap_add_version_component() in a module; and use 
ap_hook_post_config(avc_init, NULL, NULL, APR_HOOK_REALLY_FIRST);
to add it as first string right after the server signature. This works fine on Linux 
and NetWare, but on Win32 the string appears _before_ and not _after_ the server 
signature:

Linux:
Server Version: Apache/2.0.48 (Unix) MyString

NetWare:
Server Version: Apache/2.0.49-dev (NETWARE) MyString

Win32:
Server Version: MyString Apache/2.0.48 (Win32)

Bug or feature??

Guenter.

Reply via email to