Hi Alex, Do you happen to have a 000-default file or similar in your Apache configuration that may be sharing /var/www?
If not, are there any other vhosts on this Apache install? Or something sharing this vhost? (I assume so because of the /reviewboard/ subdirectory.) Christian -- Christian Hammond - [email protected] Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On Mon, Mar 24, 2014 at 10:53 PM, Alex Winter <[email protected]> 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. > -- 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.
