kochleffel
Goto Top

Wsgi unter Xampp und Windows 03

Ich möchte für Mumble einen viewer installieren leider steig ich hier leider gar net durch, was ich brauch ist django und Python hab beides drauf.

Leider brauch ich noch wsgi also habe ich die wsgi_mod in das apache verzeichniss gepackt wo es hingehört.

beim apache starten geht dieser wieder aus mit folgender fehlermeldung


Syntax error on line 219 of C:/www/xampp/apache/conf/httpd.conf:
Invalid command 'WSGIDaemonProcess', perhaps misspelled or defined by a module not included in the server configuration


<VirtualHost localhost:80>
ServerName test.dao.nu
ServerAlias test1.dao.nu

Alias /static/ /www/xampp/htdocs/test.dao.nu/mumble-django

Alias /media/ /django/django/contrib/admin/media/
#Alias /media/ /usr/lib/python2.4/site-packages/django/contrib/admin/media/
#Alias /media/ /usr/lib/python2.5/site-packages/django/contrib/admin/media/

WSGIDaemonProcess mumble-django threads=25
WSGIProcessGroup mumble-django
WSGIScriptReloading Off
WSGIcriptAlias /www/xampp/htdocs/test.dao.nu/mumble-django.wsgi
</VirtualHost>
WSGISocketPrefix /tmp/wsgi

ich hoff jemand hat das durch und weiß weiter.

Content-Key: 124911

Url: https://administrator.de/contentid/124911

Printed on: April 24, 2024 at 18:04 o'clock

Member: RoterFruchtZwerg
RoterFruchtZwerg Sep 14, 2009 at 16:17:02 (UTC)
Goto Top
Hast du das Modul überhaupt via "LoadModule" geladen? Steht etwas in der Error-Log des Apachen oder in der Ereignis-Log von Windows?
Member: Kochleffel
Kochleffel Sep 14, 2009 at 16:34:03 (UTC)
Goto Top
der obere auszug ist aus der errorlog das modul habe ich geladen

LoadModule wsgi_module modules/mod_wsgi.so

achso Zeile 219 ist

WSGIDaemonProcess mumble-django threads=25