hi all, I try to install osqa as this instruction, my ubuntu is 9.0, python is 2.62. I don't get error during installation, but I can not start my apapche server, and got this error:

Syntax error on line 2 of /etc/apache2/sites-enabled/osqa: Invalid command 'WSGISocketPrefix', perhaps misspelled or defined by a module not included in the server configuration

I exactly follow this installation instruction, who can tell me why I get this error? Thanks!

This question is marked "community wiki".

asked 22 Feb '11, 23:37

rohou's gravatar image

rohou
46158
accept rate: 0%


activate the apache2 wsgi module with the following command :

sudo a2enmod wsgi

then restart apache :

sudo service apache2 restart

link

answered 15 Nov '11, 16:35

cucurb's gravatar image

cucurb
112
accept rate: 0%

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:

×298
×33
×29
×23

Asked: 22 Feb '11, 23:37

Seen: 1,123 times

Last updated: 15 Nov '11, 16:35

powered by OSQA