Project

General

Profile

« Previous | Next » 

Revision 7883c780

Added by dsorber over 12 years ago

Updating Apache configs, also adding new config for baikal.

View differences:

configs/apache/baikal.conf
Alias /calendar /var/www/baikal/html
Alias /calendar/ /var/www/baikal/html/
<Directory "/var/www/baikal">
Options -Indexes
</Directory>
<Directory "/var/www/baikal/html">
Options None
Options +FollowSymlinks
AllowOverride All
</Directory>
configs/apache/main.conf
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
Require all granted
</Directory>
Alias /htdocs /var/htdocs
<Directory /var/htdocs>
Order allow,deny
Allow from all
Require all granted
</Directory>
WSGIScriptAlias /bfcs /home/dsorber/bfcs/app.wsgi
#WSGIScriptAlias /bfcs /home/dsorber/bfcs/app.wsgi
ErrorDocument 403 /error_pages/404.html
ErrorDocument 404 /error_pages/404.html
CustomLog ${APACHE_LOG_DIR}/access.log combined
ErrorLog ${APACHE_LOG_DIR}/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access.log combined
SSLEngine On
SSLCertificateFile /etc/apache2/ssl/server.crt
SSLCertificateKeyFile /etc/apache2/ssl/server.key
configs/apache/trac.conf
<Directory /home/dsorber/trac/projects/headquarters/>
WSGIApplicationGroup %{GLOBAL}
Order deny,allow
Allow from all
Require all granted
</Directory>
<Location "/trac/login">
......
Alias /trac/chrome/site /home/dsorber/trac/projects/headquarters/htdocs/site
<Directory "/home/dsorber/trac/projects/headquarters/htdocs">
Order allow,deny
Allow from all
Require all granted
</Directory>

Also available in: Unified diff