in reply to Apache won't load when mod_perl enabled

It's been a while since I configured Apache on Win32, so I might be completely wrong, but isn't mod_perl.so used only on Unix-based machines, and on Win32 you load DLLs?
  • Comment on Re: Apache won't load when mod_perl enabled

Replies are listed 'Best First'.
Re^2: Apache won't load when mod_perl enabled
by bart (Canon) on May 07, 2008 at 08:59 UTC
    It's a DLL with file extension .so.

    But I think that in the past, Apache modules on Windows indeed had the file extension .dll. I think they made it more uniform across platforms for Apache, as Windows actually doesn't seem to care about the file extension of the DLL file.