Anyone??? :( On Tuesday, March 25, 2014 7:15:53 PM UTC-5, Alex Winter wrote: > > This is a VPS, I have full control over EVERYTHING, and I do have mod_wsgi > enabled like I said above, not sure if you were responding to me or the > person thats having the same problem but ya. > > With the module loading the reviewboard.wsgi I am doing that also as you > can see above... > > I have this INCLUDED in my httpd.conf file: > Include "/home/MYUSER/www/reviewboard/conf/apache-wsgi.conf" > > Which should load it right? > > On Tuesday, March 25, 2014 12:53:47 AM UTC-5, Alex Winter wrote: >> >> www.alexwinter.info/reviewboard >> >> As you can see it is only showing the directory I absolutely cannot >> figure this out. >> >> I upated the httpd.conf file and I included the mod_wsgi loading: >> >> >> LoadModule bwlimited_module modules/mod_bwlimited.so >> LoadModule bw_module modules/mod_bw.so >> LoadModule cloudflare_module modules/mod_cloudflare.so >> LoadModule ruid2_module modules/mod_ruid2.so >> LoadModule wsgi_module modules/mod_wsgi.so >> >> Include "/usr/local/apache/conf/php.conf" >> Include "/usr/local/apache/conf/mod_ruid2.conf" >> Include "/usr/local/apache/conf/mod_bandwidth.conf" >> Include "/usr/local/apache/conf/includes/errordocument.conf" >> Include "/usr/local/apache/conf/modsec2.conf" >> Include "/usr/local/apache/conf/pagespeed.conf" >> Include "/home/MYUSER/www/reviewboard/conf/apache-wsgi.conf" >> >> Here is the apache-wsgi.conf file I loaded above: >> >> <VirtualHost MYIP:80> >> ServerName alexwinter.info >> DocumentRoot "/home/MYUSER/www/reviewboard/htdocs" >> >> # Error handlers >> ErrorDocument 500 /errordocs/500.html >> >> WSGIPassAuthorization On >> WSGIScriptAlias "/reviewboard" >> "/home/MYUSER/www/reviewboard/htdocs/reviewboard.wsgi/reviewboard" >> >> <Directory "/home/awinter/www/reviewboard/htdocs"> >> AllowOverride All >> Options -Indexes +FollowSymLinks >> Allow from all >> </Directory> >> >> # Prevent the server from processing or allowing the rendering of >> # certain file types. >> <Location "/reviewboard/media/uploaded"> >> SetHandler None >> Options None >> >> AddType text/plain .html .htm .shtml .php .php3 .php4 >> .php5 .phps .asp >> AddType text/plain .pl .py .fcgi .cgi .phtml .phtm .pht >> .jsp .sh .rb >> >> <IfModule mod_php5.c> >> php_flag engine off >> </IfModule> >> </Location> >> >> # Alias static media requests to filesystem >> Alias /reviewboard/media >> "/home/MYUSER/www/reviewboard/htdocs/media" >> Alias /reviewboard/static >> "/home/MYUSER/www/reviewboard/htdocs/static" >> Alias /reviewboard/errordocs >> "/home/MYUSER/www/reviewboard/htdocs/errordocs" >> Alias /reviewboard/favicon.ico >> "/home/MYUSER/www/reviewboard/htdocs/static/rb/images/favicon.png" >> </VirtualHost> >> >> >> Any ideas from what I provided here? Let me know if you need more >> information. >> >> I completely stuck and could really use some help... >> >> Thanks! >> >
-- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
