Apache Configuration
ServerName yourservername
ErrorLog /var/log/httpd/namedserver-error_log
CustomLog /var/log/httpd/namedserver-access_log common
WSGIDaemonProcess pylons user=apache group=root processes=1 \
threads=4 \
python-path=/usr/lib/python2.6/site-packages/
WSGIScriptAlias / /var/www/vhosts/servername/rhodecodewsgi/dispatch.wsgi
WSGIPassAuthorization On
Ldap Configuration:
User Management:
General Usage Process:
ServerName yourservername
ErrorLog /var/log/httpd/namedserver-error_log
CustomLog /var/log/httpd/namedserver-access_log common
WSGIDaemonProcess pylons user=apache group=root processes=1 \
threads=4 \
python-path=/usr/lib/python2.6/site-packages/
WSGIScriptAlias / /var/www/vhosts/servername/rhodecodewsgi/dispatch.wsgi
WSGIPassAuthorization On
Ldap Configuration:
User Management:
General Usage Process:
No comments:
Post a Comment