[gitorious] Newbie configuration question

2012-07-12 Thread Benjamin Lieb
This should be easy, I followed all the steps from http://famousphil.com/blog/2011/06/installing-gitorious-on-centos-5-6-x64/ but when I go to the website, it displays the apache welcome page. I can view the 500.html error pages in the browser, so I know I have the apache directory configured

Re: [gitorious] Newbie configuration question

2012-07-12 Thread Federico Don
Hello, you could try view on /var/log/httpd/error_log I configured my gitorious followed this howto, could you check Apache? /etc/init.d/httpd configtest Regards, 2012/7/12 Benjamin Lieb > This should be easy, I followed all the steps from > http://famousphil.com/blog/2011/06/installing-gito

Re: [gitorious] Newbie configuration question

2012-07-12 Thread Benjamin Lieb
the configtest returns ok... error log shows missing resources like gitorious/public/stylesheets/gts-common.css and gitorious/public/javascripts/lib/all.js I'm guessing this is something with the Passenger module. I configured it in apache with these lines: LoadModule passenger_module /o

Re: [gitorious] Newbie configuration question

2012-07-12 Thread Federico Don
You need this config on /etc/httpd/conf/httpd.conf if you have Passenger 3.0.12: LoadModule passenger_module /opt/ruby-enterprise-1.8.7-2011.03/lib/ruby/gems/1.8/gems/passenger-3.0.12/ext/apache2/mod_passenger.so PassengerRoot /opt/ruby-enterprise-1.8.7-2011.03/lib/ruby/gems/1.8/gems/passenger-

Re: [gitorious] Newbie configuration question

2012-07-12 Thread Benjamin Lieb
I checked, it works fine with passenger 3.0.13 so, my /about and /contact links both give 404 errors... I assume this is still some kind of config issue. On Thursday, July 12, 2012 2:02:37 PM UTC-4, Federico Don wrote: > > You need this config on /etc/httpd/conf/httpd.conf if you have Passenger

Re: [gitorious] Newbie configuration question

2012-07-12 Thread Federico Don
Could you paste /etc/httpd/conf/host.conf please? regards, 2012/7/12 Benjamin Lieb > I checked, it works fine with passenger 3.0.13 > > so, my /about and /contact links both give 404 errors... I assume this is > still some kind of config issue. > > On Thursday, July 12, 2012 2:02:37 PM UTC-4, F

Re: [gitorious] Newbie configuration question

2012-07-12 Thread Benjamin Lieb
#enable ~user home directories. Options MultiViews Indexes SymLinksIfOwnerMatch Includes ExecCGI AllowOverride All Order allow,deny Allow from all NameVirtualHost *:80 ServerName kmcrheldev.unx.mycompany.com ServerAdmin ben.l...@mycompany.com Document

Re: [gitorious] Newbie configuration question

2012-07-12 Thread Federico Don
Try with this= #enable ~user home directories. Options MultiViews Indexes SymLinksIfOwnerMatch Includes ExecCGI AllowOverride All Order allow,deny Allow from all NameVirtualHost *:80 # # ServerName kmcrheldev.unx.mycompany.com #ServerAdmin ben.l...@mycompany.com #

Re: [gitorious] Newbie configuration question

2012-07-12 Thread Benjamin Lieb
Thanks for all the help. I did try that, but the same thing occurs... On Thursday, July 12, 2012 2:44:15 PM UTC-4, Federico Don wrote: > > Try with this= > > #enable ~user home directories. > > Options MultiViews Indexes SymLinksIfOwnerMatch Includes ExecCGI > AllowOverride All > Ord

Re: [gitorious] Newbie configuration question

2012-07-13 Thread Benjamin Lieb
it looks like the public/ directory is not setup correctly. I dont seem to have a config/ directory in there that should have the ruby configuration? On Thursday, July 12, 2012 2:48:29 PM UTC-4, Benjamin Lieb wrote: > > Thanks for all the help. > > I did try that, but the same thing occurs... >