After 6 hours of learning the install process (which was awesome!!!!), I finally have everything working correctly (no errors in the log files). However when I try to view the website, I receive your typical error 500. I believe my host file is jacked up. Could anybody hook me up?

<virtualhost *:80=""> ServerAdmin hidden DocumentRoot /home/hidden/hidden ServerName hidden.com

#run mod_wsgi process for django in daemon mode
#this allows avoiding confused timezone settings when
#another application runs in the same virtual host
WSGIDaemonProcess OSQA
WSGIProcessGroup OSQA

#force all content to be served as static files
#otherwise django will be crunching images through itself wasting time
Alias /m/ /home/hidden/hidden/forum/skins/
Alias /upfiles/ /home/hidden/hidden/forum/upfiles/
<Directory /home/hidden/hidden/forum/skins>
        Order allow,deny
        Allow from all
</Directory>

#this is your wsgi script described in the prev section
#this is your wsgi script described in the prev section
WSGIScriptAlias / /opt/OSQA/osqa.wsgi

CustomLog /var/log/httpd/OSQA/access_log common
ErrorLog /var/log/httpd/OSQA/error_log
</virtualhost>

asked 23 Jul '11, 14:35

zerobandwidth's gravatar image

zerobandwidth
354513
accept rate: 0%

closed 24 Jul '11, 10:34

Andrew_S's gravatar image

Andrew_S ♦
5.6k45674

Try setting DEBUG=True in the settings_local.py file, reload the Apache server and post the stack-trace returned by OSQA.

(23 Jul '11, 14:41) Jordan ♦♦

New Issue. The last issue was mysql was hung up.

[Sat Jul 23 14:19:00 2011] [error] [client 108.Masked.147.Masked] File does not exist: /home/Masked/Masked/forum, referer: http://Masked.com/ [Sat Jul 23 14:19:00 2011] [error] [client 108.Masked.147.Masked] File does not exist: /home/Masked/Masked/forum, referer: http://Masked.com/ Masked

(23 Jul '11, 15:25) zerobandwidth

nevermind, my conf file was jacked up. Typos... Thanks a lot.

(23 Jul '11, 15:27) zerobandwidth

nevermind, my conf file was jacked up. Typos... Thanks a lot. The front end loads images now I am working on the admin page to load images.

(23 Jul '11, 15:29) zerobandwidth

@zerobandwidth, we require all postings to have a clear, specific QUESTION in the title field. Please edit this right away to rephrase the title as a proper question.

(23 Jul '11, 18:01) rickross ♦♦

The question has been closed for the following reason "Questioner has found their own fix" by Andrew_S 24 Jul '11, 10:34

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:

×113
×38
×6

Asked: 23 Jul '11, 14:35

Seen: 275 times

Last updated: 24 Jul '11, 10:34

powered by OSQA