From http://wiki.osqa.net/display/docs/Setting+Up+OSQA+for+Apache

I need to add these three lines to apache (I assume, /etc/apache2/sites-available/default).

WSGISocketPrefix /path/to/socket/sock #must be readable and writable by apache
WSGIPythonHome /usr/local #must be readable by apache
WSGIPythonEggs /var/python/eggs #must be readable and writable by apache

I could not figure out what are "/path/to/socket/sock" and "/var/python/eggs". I followed http://wiki.osqa.net/display/docs/Ubuntu+with+MySQL and installed python on my ubuntu box.

and these two lines.

WSGIDaemonProcess OSQA
WSGIProcessGroup OSQA

do I need to change "OSQA" to something else if I don't call my site OSQA?

Please help!

Thanks,

Jach

asked 16 Jul '10, 20:40

jachyuen's gravatar image

jachyuen
26126
accept rate: 0%

edited 16 Jul '10, 20:44

Hernani%20Cerqueira's gravatar image

Hernani Cerq... ♦♦
16.8k65975


The first three lines, you can forget about them. The other two lines, you can name it whatever you want, even after your favorite movie or something, as long it is a single word with only ASCII characters :)

link

answered 16 Jul '10, 20:47

Hernani%20Cerqueira's gravatar image

Hernani Cerq... ♦♦
16.8k65975
accept rate: 52%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×156
×30

Asked: 16 Jul '10, 20:40

Seen: 480 times

Last updated: 16 Jul '10, 20:47

powered by OSQA