• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

SSO Using Apache 2.2 : error with mod_auth_sspi.so

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I'm trying to implement SSO using Apache Server 2.2 . I have installed required servers( Apache Server 2.2 for SSO and Tomcat 7.0 for the web app).
I have made necessary changes in httpd.conf to make my web app(myApp) SSO enabled.
But when i try to start the Apache Server, it gives me an error saying

httpd.exe: Syntax error on line 497 of D:/ApacheServer/conf/httpd.conf: Cannot load D:/ApacheServer/modules/mod_auth_sspi.so into server: %1 is not a valid Win32 application.


Below is the code from httpd.conf. The second line(where i'm trying to load mod_auth_sspi.so ) is the one with "supposed" syntax error.



I tried googling for such errors, couldn't find much help.
Please tell me how to work around this error.

Thanks
 
He's dead Jim. Grab his tricorder. I'll get his wallet and this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic