RE: [viewvc-users] NFS mounted CVS repository
Elliot Mednick <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.viewcvs.user |
|---|---|
| Message-ID | <14176459.62057.1256178090066.JavaMail.httpd@localhost> |
I found the problem. It had to do with SELinux. From a how-to... Disable Apache SELinux Protection Open /etc/selinux/targeted/booleans file using a text editor: # vi /etc/selinux/targeted/booleans Append or modify value for httpd_disable_trans as follows: httpd_disable_trans=1 Save and close the file. Type the following two commands: # setsebool httpd_disable_trans 1 # /etc/init.d/httpd restart ------------------------------------------------------ http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4255&dsMessageId=2410042 To unsubscribe from this discussion, e-mail: [[email protected]].