LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 06-08-2016, 03:56 PM   #1
juanbravo88
LQ Newbie
 
Registered: Jun 2016
Posts: 1

Rep: Reputation: Disabled
Rancid CVSweb and Apache configuration in Ubuntu 14.07


Hi all,
I configured on my Ubuntu the rancid tool, everything is working properly but i can´t see the repositories via web. I tried configuring ViewVC and CVSweb, following some tutorials but unfortunatly it was not possible. Honestly I´m getting crazy trying to figure whats going on.
I think maybe is something on the apache or CVS configuration.

Here is the Apache and CVS repository configuration:

etc/apache2/sites-available/default.conf:
erverAdmin webmaster@localhost
ServerName www.gilatserver.com
DocumentRoot /var/www
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>

ScriptAlias /cgi-bin/ /var/www/cgi-bin/
<Directory /var/www/cgi-bin>
AllowOverride all
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>

ErrorLog /var/log/apache2/error.log

# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn

CustomLog /var/log/apache2/access.log combined

Alias /doc/ “/usr/share/doc/”
<Directory “/usr/share/doc/”>
Options Indexes MultiViews FollowSymLinks
AllowOverride None
Order deny,allow
#Deny from all
Allow from all
Allow from 127.0.0.0/255.0.0.0 ::1/128
</Directory>

</VirtualHost>

apache2.conf:
<Directory />
Options FollowSymLinks
AllowOverride None
Require all denied
</Directory>

<Directory /usr/share>
AllowOverride None
Require all granted
</Directory>

<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride all
Require all granted
</Directory>

#<Directory /srv/>
# Options Indexes FollowSymLinks
# AllowOverride None
# Require all granted
#</Directory>

CVS Repository:
´Local´ => [´Local Repository´, ´/usr/lib/cvs´]
´Rancid´ => [´Networking Repository´, ´/usr/local/rancid/var/CVS´]

When i access via web:
myserverip/ = I can see the /var/www/directory
if i try with myserverip/cgi-bin/cvsweb = directory is not in this server

I aldready gave privilegies to /var/www directory (chmod 777)

Please if someone can help me whit my issue. Thanks in advance!

Juan Manuel
 
Old 09-21-2016, 03:59 AM   #2
Eric101
LQ Newbie
 
Registered: Sep 2016
Posts: 2

Rep: Reputation: Disabled
Hi Juan, where are the cvsweb icons and css files? on Ubuntu mine were in /var/www/cvsweb so had to create symbolic link

ln -s /usr/share/cvsweb /var/www/cvsweb


Also cvsweb does not work with Perl 5.18, I had to update to v5.22.1


Regards

Eric
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Sendmail configuration work with RANCID ooivanoo Linux - Networking 5 11-16-2010 02:50 AM
Simple configuration and administration of Apache on Ubuntu 9.04/ brianpbarnes Linux - Software 3 04-29-2009 06:45 PM
CVSWEB configuration for cvs server sanjee Linux - Server 0 04-08-2009 02:20 AM
CVSweb gobi_dgm Fedora 12 10-26-2006 05:50 AM
CVSweb gobi_dgm Linux - Software 2 10-26-2006 05:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 07:39 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration