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
35●4●5●13
accept rate:
0%
Try setting DEBUG=True in the settings_local.py file, reload the Apache server and post the stack-trace returned by OSQA.
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
nevermind, my conf file was jacked up. Typos... Thanks a lot.
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.
@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.