On 16 June 2010 18:48, kakulukia <[email protected]> wrote: > Hi there, > > I was running into problems with the daemon socket, but thankfully > that was covered in the help section and there i was told to configure > the socket prefix. But now i got a new problem :/ > AS soon as i add > > WSGISocketPrefix /var/run/wsgi > > to my config file and try to relaod httpd, it tells me that it couldnt > reload due to a syntax error. > What could possibly be wrong with that line? > I created the direcory by hand and made it accessible by everyone. > Still Apache refuses to load that config. > > Im using wsgi 3.2 on CentOS 5.4 64bit with Apache 2.2.3 > > Any hints?
Provide output of running: apachectl -t and: httpd -V Post config including half dozen lines before and after that line. Comment out that line and confirm again with 'apachectl -t' that the error is somehow associated with that line and not some other line. Graham -- 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.
