how to config the cvsweb on linux
Ville Skyttä
scop at FreeBSD.org
Wed Jun 1 18:27:51 GMT 2005
On Mon, 2005-05-30 at 16:07 +0000, 胡 峻 wrote:
> I installed a cvsweb on my linux server . And I configured it like,what
> wrote in the INSTALL document . But when I access the url like
> http://localhost/cgi-bin/cvsweb.cgi. it gives me a error message. It says
> /: permission denied. I don’t know,what the / mean. I have already changed
> the cvsroot into 777. how can I resovle this problem
Do you have an SELinux enabled Linux installation? I've seen similar
errors when trying to run cvsweb on Fedora Core 4 test 3 with a targeted
SELinux policy enforced. If you have SELinux enabled, look for related
messages in /var/log/messages and /var/log/audit/audit.log, and modify
your policy and/or relabel the files in the CVS root so that cvsweb.cgi
is allowed to access them.
More information about the freebsd-cvsweb
mailing list