May I add one bug to Bill's list:
- mod_vhost_alias not accepting drive letters on Win32 and I assume also no volume 
names on NetWare. I assume it's here:

     if (*map != '/') {
        if (strcasecmp(map, "none")) {
            return "format string must start with '/' or be 'none'";

because this is the error returned;

sorry but I had no time to test more or find a patch...

Guenter.

Reply via email to