Re: [EMAIL PROTECTED] Apache HTTP Server 2.0.55 Windows install

2006-03-02 Thread William A. Rowe, Jr.
the Apache HTTP Server 2.0.x version. Thomas -Original Message- From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED] Sent: Thursday, March 02, 2006 10:51 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache HTTP Server 2.0.55 Windows install .dll, .so, .ocx, .cpl, .scr, .

RE: [EMAIL PROTECTED] Apache HTTP Server 2.0.55 Windows install

2006-03-02 Thread Thomsen, Thomas
ailto:[EMAIL PROTECTED] Sent: Thursday, March 02, 2006 10:51 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache HTTP Server 2.0.55 Windows install .dll, .so, .ocx, .cpl, .scr, .nls. They are ALL dynamic libraries, the filename is irrelevant. It only helps you to distinguish one ty

Re: [EMAIL PROTECTED] Apache HTTP Server 2.0.55 Windows install

2006-03-02 Thread William A. Rowe, Jr.
.dll, .so, .ocx, .cpl, .scr, .nls. They are ALL dynamic libraries, the filename is irrelevant. It only helps you to distinguish one type of module from another. So .so is a perfectly logical associate for apache modules. Apache can only load an 'apache module' - e.g. a module with an exported F

[EMAIL PROTECTED] Apache HTTP Server 2.0.55 Windows install

2006-03-02 Thread Thomsen, Thomas
I installed Apache Win32 Binary (MSI Installer): apache_2.0.55-win32-x86-no_ssl.msi located at http://httpd.apache.org/download.cgi. Why are all of the files in the modules directory *.so files? Aren't those for UNIX? I need to use mod_jk and was expecting a mod_jk.dll instead. Thomas