[gitorious] Install Problem Centos 5.8

2012-10-18 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

AllowOverride All
Options -MultiViews


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] 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