Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Error trying to view repository: File does not exist
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Célio Cidral  
View profile  
 More options Aug 23 2012, 10:45 pm
From: Célio Cidral <ccid...@gmail.com>
Date: Thu, 23 Aug 2012 19:45:47 -0700 (PDT)
Local: Thurs, Aug 23 2012 10:45 pm
Subject: Error trying to view repository: File does not exist

Hi,

I just installed Gitlist 0.2 in my server and there is this strange error
that I cannot figure out how to fix it.  The server is running Ubuntu
Server 12.04 and Apache 2 + PHP 5.3.10.  I extracted Gitlist at
/var/www/gitlist, copied/modified the config.ini file, etc. The home page
renders perfectly, listing all available repositories and with all css
styles, etc.  When I click on a repository (i.e. test.git), I get a 404 Not
Found.  The Apache's error log shows:

File does not exist: /var/www/gitlist/test.git, referer:
https://my_server/gitlist/

I guess the repositories are not supposed to be at /var/www/gitlist,
instead they should be found at whatever path is configured in the
"repositories" setting, is that correct?  By the way, this is my config.ini
file:

[git]
client = '/usr/bin/git' ; Your git executable path
repositories = '/home/git' ; Path to your repositories

; You can hide repositories from GitList, just copy this for each
repository you want to hide
; hidden[] = '/var/www/projects/BetaTest'

[app]
baseurl = '/gitlist' ; Base URL of the application

; If you need to specify custom filetypes for certain extensions, do this
here
[filetypes]
; extension = type
; dist = xml

Do you guys know what's up?  I tried to look at the source code but I
really suck at PHP.

Célio


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Klaus Silveira  
View profile  
 More options Aug 23 2012, 10:54 pm
From: Klaus Silveira <cont...@klaussilveira.com>
Date: Thu, 23 Aug 2012 23:54:03 -0300
Local: Thurs, Aug 23 2012 10:54 pm
Subject: Re: Error trying to view repository: File does not exist

Is mod_rewrite enabled on your Apache?

--
Klaus Silveira
(011) 8564-2492
www.klaussilveira.com

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Célio Cidral  
View profile  
 More options Aug 24 2012, 9:31 am
From: Célio Cidral <ccid...@gmail.com>
Date: Fri, 24 Aug 2012 06:31:57 -0700 (PDT)
Local: Fri, Aug 24 2012 9:31 am
Subject: Re: Error trying to view repository: File does not exist

Yes it is.

May be it's worth mentioning, I installed everything via apt-get.

Célio

Em quinta-feira, 23 de agosto de 2012 23h54min03s UTC-3, Klaus Silveira
escreveu:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Klaus Silveira  
View profile  
 More options Aug 24 2012, 1:20 pm
From: Klaus Silveira <cont...@klaussilveira.com>
Date: Fri, 24 Aug 2012 14:20:59 -0300
Local: Fri, Aug 24 2012 1:20 pm
Subject: Re: Error trying to view repository: File does not exist

You're probably using the default virtual host configuration on Apache,
then. Please, use your favorite text editor to edit *
/etc/apache2/sites-enabled/000-default*. Then, inside the *<Directory
/var/www>* section, change the *AllowOverride* option to *All*. Restart
Apache.

This will allow your Apache setup to read the custom configuration rules
stored in .htaccess files inside that directory. Therefore, GitList will be
able to configure mod_rewrite and show nice URLs.

--
Klaus Silveira
(011) 8564-2492
www.klaussilveira.com

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
zhang.chu...@zte.com.cn  
View profile  
 More options Jan 21, 2:04 am
From: zhang.chu...@zte.com.cn
Date: Sun, 20 Jan 2013 23:04:53 -0800 (PST)
Local: Mon, Jan 21 2013 2:04 am
Subject: Re: Error trying to view repository: File does not exist

I have the same problem. *AllowOverride* has already changed the option to *
All*. But it can not work properly as well. I was confused that why did
gitlist search where gitlist root folder located but repositoies folder I
set in gilist/config.ini .

Klaus Silveira於 2012年8月25日星期六UTC+8上午1時20分59秒寫道:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »