alright, thanks one more thing though, im already consulting y hosting service about the virtual host, but for the meantime im trying to deploy django using mod_wsgi in daemon mode and i have done everything right as far as i can tell, but now i am getting a 503 error when i visit the url, and this in the error logs
(13)Permission denied: mod_wsgi (pid=26962): Unable to connect to WSGI \ daemon process '<process-name>' on '/etc/httpd/logs/wsgi. 26957.0.1.sock' \ after multiple attempts. so i implemented the solution you provided on the docs which is WSGISocketPrefix /var/run/wsgi since im running Red Hat, but now i get a 500 error, when i tried to go to the path /var/run/wsgi using root, i see that theres no such path, so i tried going to /var/run , and i did the ls command and saw theres no file named wsgi, so what do you suggest ? -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
