I don't know where is your problem, and I deployed django with apache time
ago, but if I remember well WSGIDaemonProcess is not a IP, It is the user
of process that run wsgi so I used like

WSGIDaemonProcess myuser
WSGIDaemonGroup myusergroup

I sorry if I am not in the truth.


El martes, 16 de febrero de 2016, Adriaan Wilmink <a_wilm...@msn.com>
escribió:
>
>
> Op dinsdag 16 februari 2016 14:03:20 UTC+1 schreef Adriaan Wilmink:
>>
>> I setup Nagios Core in a Centos 6.4 VM.
>> updated httpd.conf file:
>> WSGIScriptAlias / /opt/adagios/adagios/wsgi.py
>> WSGIPythonPath /opt/adagios/
>> WSGIDaemonProcess 10.149.21.79
python-path=/opt/adagios:/usr/lib64/python2.6/site-packages
>> WSGIProcessGroup 10.149.21.79
>>
>>
>> <Directory /opt/adagios/adagios>
>> <Files wsgi.py>
>> Order deny,allow
>> Allow from all
>> </Files>
>> </Directory>
>>
>> Regardless of adding the actual python path, or when I leave out
daemonizing Django, I get a website error.
>
> If I use port number 8000 I get the error connection refused, if I use
default port 80 I get a service temporarily unavailable error.
>
>
> --
> You received this message because you are subscribed to the Google Groups
"Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/3fe21c11-2225-4eff-bcf9-e634fc032973%40googlegroups.com
.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
"La utopía sirve para caminar" Fernando Birri

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAG%2B5VyMyJXVGeXFefUDdEfuaFSWjJo78v%3Dmx1P_tNHQqi4V9Og%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to