Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15:Update
viewvc
viewvc.conf
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File viewvc.conf of Package viewvc
# Example configuration for a subversion viewvc repository # # put the string SVN_VIEWCVS in /etc/sysconfig/apache2 APACHE_SERVER_FLAGS # to enable the URL # http://localhost/viewvc # - OR - # add SVN_VIEWCVS_MODPYTHON to APACHE_SERVER_FLAGS to use mod_python # instead of CGI Python <IfDefine SVN_VIEWCVS> <IfModule mod_rewrite.c> RewriteEngine On RewriteRule /viewcvs(.*) /viewvc$1 [L,R] </IfModule> ScriptAlias /viewvc /srv/viewvc/bin/cgi/viewvc.cgi <Directory "/srv/viewvc/bin/cgi"> AllowOverride None Options +ExecCGI <IfModule mod_authz_core.c> Require all granted </IfModule> <IfModule !mod_authz_core.c> Order allow,deny Allow from all </IfModule> </Directory> # apache can serve the static files directly Alias /viewvc-docroot "/srv/viewvc/templates/docroot" <Directory /srv/viewvc/templates/docroot/> AllowOverride None <IfModule mod_authz_core.c> Require all granted </IfModule> <IfModule !mod_authz_core.c> Order allow,deny Allow from all </IfModule> </Directory> </IfDefine> <IfModule mod_python.c> <IfDefine SVN_VIEWCVS_MODPYTHON> <IfModule mod_rewrite.c> RewriteEngine On RewriteRule /viewcvs(.*) /viewvc$1 [L,R] </IfModule> <Directory "/srv/viewvc/bin/mod_python"> AllowOverride None #Options +ExecCGI <IfModule mod_authz_core.c> Require all granted </IfModule> <IfModule !mod_authz_core.c> Order allow,deny Allow from all </IfModule> </Directory> ScriptAlias /viewvc "/srv/viewvc/bin/mod_python/myviewvc.py" <Location /viewvc> AddHandler python-program .py PythonPath "['/srv/viewvc/bin/mod_python']+sys.path" PythonHandler handler #PythonDebug On #AddDefaultCharset UTF-8 </Location> # apache can serve the static files directly Alias /viewvc-docroot "/srv/viewvc/templates/docroot" <Directory /srv/viewvc/templates/docroot/> AllowOverride None <IfModule mod_authz_core.c> Require all granted </IfModule> <IfModule !mod_authz_core.c> Order allow,deny Allow from all </IfModule> </Directory> </IfDefine> </IfModule>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor