enterprise1

Apache modul wurde nicht Gefunden obwohl vorhanden

Hallo ich habe ein Problem mit meinem Apache und zwar möchte ich Shibboleth mit meinem Apache Verbinden, dafür muss ich ein Bestimmtes Modul Laden nur dises modul wird nich Gefunden obwohl es existiert.
Der Pfad zum Modul ist:
C:\opt\shibboleth-sp\lib\shibboleth\mod_shib_22.so

In die httpd.conf wird die Datei apache22.config per Include eingebunden:
Include "C:/opt/shibboleth-sp/etc/shibboleth/apache22.config"

Code der apache22.config:
#
# Load the Shibboleth module.
#
LoadModule mod_shib C:/opt/shibboleth-sp/lib/shibboleth/mod_shib_22.so

#
# Used for example logo and style sheet in error templates.
#
<IfModule mod_alias.c>
  <Location /shibboleth-sp>
    Allow from all
  </Location>
  Alias /shibboleth-sp/main.css C:/opt/shibboleth-sp/share/doc/shibboleth/main.css
  Alias /shibboleth-sp/logo.jpg C:/opt/shibboleth-sp/share/doc/shibboleth/logo.jpg
</IfModule>

#
# Configure the module for content.
#
# You MUST enable AuthType shibboleth for the module to process
# any requests, and there MUST be a require command as well. To
# enable Shibboleth but not specify any session/access requirements
# use "require shibboleth".  
#
<Location /secure>
  AuthType shibboleth
  ShibRequestSetting requireSession 1
  require valid-user
</Location>


Komischerweise wird das modul aber nicht Gefunden:

httpd.exe: Syntax error on line 154 of C:/xampp/apache/conf/httpd.conf: Syntax error on line 13 of C:/opt/shibboleth-sp/etc/shibboleth/apache22.config: Cannot load C:/opt/shibboleth-sp/lib/shibboleth/mod_shib_22.so into server: Das angegebene Modul wurde nicht gefunden.

Daten zum Server:

Betriebsystem: Windows XP
Webserver: Xampp 1.7.2 mit Apache 2.2 und PHP 5.3.0, Shibboleth 3.2.1

Schonmal danke im Voraus!
Auf Facebook teilen
Auf X (Twitter) teilen
Auf Reddit teilen
Auf Linkedin teilen

Content-ID: 131576

Url: https://administrator.de/forum/apache-modul-wurde-nicht-gefunden-obwohl-vorhanden-131576.html

Ausgedruckt am: 29.04.2025 um 03:04 Uhr