[gitorious] Install Problem Centos 5.8

2012-10-19 Thread zwg
Hi All,

I think I'm having some trouble with my Apache configuration. Is there 
anything I should keep in mind when configuring my gitorious application to 
run as an aliased subdirectory (rather than a vhost)

Here is the output in my apache error_log
[Thu Oct 18 23:47:30 2012] [error] [client xxx.xxx.xxx.xxx] client denied 
by server configuration: /var/www/gitorious/public


Next is my /etc/httpd/conf.d/gitorious.conf which configures the directory:

Alias /gitorious /var/www/gitorious/public
Directory /var/www/gitorious/public
AllowOverride All
Options -MultiViews
/Directory

EOF

This is my first time running rails/passenger so I'm at a loss on where to 
go for more debug info. The /var/www/gitorious/log/*.log seem to be of no 
help


Thank You,
ZG

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com


Re: [gitorious] Install Problem Centos 5.8

2012-10-19 Thread Marius Mårnes Mathiesen
On Thu, Oct 18, 2012 at 08:51:54PM -0700, zwg wrote:
 Hi All,

 I think I'm having some trouble with my Apache configuration. Is there
 anything I should keep in mind when configuring my gitorious application to
 run as an aliased subdirectory (rather than a vhost)

 Here is the output in my apache error_log
 [Thu Oct 18 23:47:30 2012] [error] [client xxx.xxx.xxx.xxx] client denied
 by server configuration: /var/www/gitorious/public

I'm not entirely sure if Gitorious will run correctly under an alias
like this.

One thing that may bite you is if selinux is enabled on the server. I
don't remember the exact error message you would be getting if it is
enabled, but have a look at /etc/sysconfig/selinux

Cheers,
- Marius

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com


Re: [gitorious] Backup and restore repos

2012-10-19 Thread Thomas Kjeldahl Nilsson

On 10/19/2012 02:27 PM, Felipe Sere wrote:

Hi everyone,

I'd like to backup all my repositories, reinstall my OS, install the latest 
Gitorious and restore my repos.

Is there a guide for this?

Cheers,
Felipe



There is indeed:

http://blog.gitorious.org/2012/09/20/simple-backup-and-recovery-with-the-snapshot-command/

Also added to the official doc in 
http://getgitorious.com/documentation#sec-8 recently.


--
best regards,
Thomas Kjeldahl Nilsson
http://gitorious.com

--
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com


Re: [gitorious] Backup and restore repos

2012-10-19 Thread Felipe Sere
I think my install was to old. I just cloned my current repos down to my laptop 
and will set it up fresh and push them back. Should be easy.

Last question: From my hoster I get to choose between Debian 6 and Ubuntu 10.04 
LTS. Distupgrading is PITA I would like to avoid. Should I go with Debian or 
Ubuntu for a Gitorious Server?

Felipe

On Oct 19, 2012, at 2:31 PM, Thomas Kjeldahl Nilsson wrote:

 On 10/19/2012 02:27 PM, Felipe Sere wrote:
 Hi everyone,
 
 I'd like to backup all my repositories, reinstall my OS, install the latest 
 Gitorious and restore my repos.
 
 Is there a guide for this?
 
 Cheers,
 Felipe
 
 
 There is indeed: 
 
 http://blog.gitorious.org/2012/09/20/simple-backup-and-recovery-with-the-snapshot-command/
 
 Also added to the official doc in http://getgitorious.com/documentation#sec-8 
 recently.
 -- 
 best regards,
 Thomas Kjeldahl Nilsson
 http://gitorious.com
 
 -- 
 To post to this group, send email to gitorious@googlegroups.com
 To unsubscribe from this group, send email to
 gitorious+unsubscr...@googlegroups.com

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com


Re: [gitorious] Install Problem Centos 5.8

2012-10-19 Thread zwg
I'll check that out. If not I'll submit a ticket to my net admin to add a 
subdomain for the vhost.

On Friday, October 19, 2012 3:41:40 AM UTC-7, Marius Mårnes Mathiesen wrote:

 On Thu, Oct 18, 2012 at 08:51:54PM -0700, zwg wrote: 
  Hi All, 
  
  I think I'm having some trouble with my Apache configuration. Is there 
  anything I should keep in mind when configuring my gitorious application 
 to 
  run as an aliased subdirectory (rather than a vhost) 
  
  Here is the output in my apache error_log 
  [Thu Oct 18 23:47:30 2012] [error] [client xxx.xxx.xxx.xxx] client 
 denied 
  by server configuration: /var/www/gitorious/public 

 I'm not entirely sure if Gitorious will run correctly under an alias 
 like this. 

 One thing that may bite you is if selinux is enabled on the server. I 
 don't remember the exact error message you would be getting if it is 
 enabled, but have a look at /etc/sysconfig/selinux 

 Cheers, 
 - Marius 


-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com