GRH wrote:
> On Monday, August 07, 2006 1:40 PM, Johnson, Deron
> <mailto:DLJohnson@firstcommand.com> wrote:
>
>
>> Windows 2003 server with Apache 2.0.54. Yes, I have perused all the
>> articles I have found on how to make this work. Particularly having
>> the problem with getting the Apache service to start once the
>> mod_auth_sspi.so module is added to modules folder and load line
>> included in httpd.conf file. The fact that the module cannot be
>> downloaded from anywhere now has me wondering if it just doesn't
>> work. Feedback and/or a file that does work would be beneficial
>> and info would be appreciated.
>>
>>
>
> We use mod_auth_sspi with Apache 2.0.54 just fine. Is the module you have
> compiled against 2.0.54? Here is the order in which we load modules in our
> apach setup:
>
> LoadModule access_module modules/mod_access.so
> LoadModule actions_module modules/mod_actions.so
> LoadModule alias_module modules/mod_alias.so
> LoadModule asis_module modules/mod_asis.so
> LoadModule sspi_auth_module modules/mod_auth_sspi.so
> LoadModule auth_module modules/mod_auth.so
>
>
Perhaps if the above does not work for you, you could look in your
error_log file and let us know what specific error you are getting?
Also - as mentioned above, perhaps you got the wrong version of the sspi
module? You can find the various modules here -
http://www.gknw.net/development/apache/httpd-2.0/win32/modules/
Regards,
Frank
Received on Mon Aug 7 20:02:53 2006