WSGISocketPrefix and WSGIPythonEggs
I'm trying to install askbot and now I'm here: deployment
but I don't have these two folders on my ubuntu server which are needed for WSGISocketPrefix and WSGIPythonEggs:
#the following two directories must be both readable and writable by apache
WSGISocketPrefix /path/to/socket/sock
WSGIPythonEggs /var/python/eggs
Any hint what to do?
Comments