mirror of https://github.com/zulip/zulip.git
Fix up whitespace in Apache configs
(imported from commit 605253abf9b029e18774f80979d23c60ffca034b)
This commit is contained in:
parent
ae0d007e56
commit
a9c16b38ce
|
@ -12,23 +12,23 @@ Alias /nagios3 /usr/share/nagios3/htdocs
|
||||||
RedirectMatch ^/?$ https://nagios.humbughq.com/nagios3/
|
RedirectMatch ^/?$ https://nagios.humbughq.com/nagios3/
|
||||||
|
|
||||||
<DirectoryMatch (/usr/share/nagios3/htdocs|/usr/lib/cgi-bin/nagios3|/etc/nagios3/stylesheets)>
|
<DirectoryMatch (/usr/share/nagios3/htdocs|/usr/lib/cgi-bin/nagios3|/etc/nagios3/stylesheets)>
|
||||||
Options FollowSymLinks
|
Options FollowSymLinks
|
||||||
|
|
||||||
DirectoryIndex index.php index.html
|
DirectoryIndex index.php index.html
|
||||||
|
|
||||||
AllowOverride AuthConfig
|
AllowOverride AuthConfig
|
||||||
Order Allow,Deny
|
Order Allow,Deny
|
||||||
Allow From All
|
Allow From All
|
||||||
|
|
||||||
AuthType Digest
|
AuthType Digest
|
||||||
AuthName "wiki"
|
AuthName "wiki"
|
||||||
AuthDigestProvider file
|
AuthDigestProvider file
|
||||||
AuthUserFile /etc/apache2/users/wiki
|
AuthUserFile /etc/apache2/users/wiki
|
||||||
Require valid-user
|
Require valid-user
|
||||||
</DirectoryMatch>
|
</DirectoryMatch>
|
||||||
|
|
||||||
<Directory /usr/share/nagios3/htdocs>
|
<Directory /usr/share/nagios3/htdocs>
|
||||||
Options +ExecCGI
|
Options +ExecCGI
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
# Enable this ScriptAlias if you want to enable the grouplist patch.
|
# Enable this ScriptAlias if you want to enable the grouplist patch.
|
||||||
|
@ -36,4 +36,3 @@ RedirectMatch ^/?$ https://nagios.humbughq.com/nagios3/
|
||||||
# It allows you to see a clickable list of all hostgroups in the
|
# It allows you to see a clickable list of all hostgroups in the
|
||||||
# left pane of the Nagios web interface
|
# left pane of the Nagios web interface
|
||||||
ScriptAlias /nagios3/side.html /usr/lib/cgi-bin/nagios3/grouplist.cgi
|
ScriptAlias /nagios3/side.html /usr/lib/cgi-bin/nagios3/grouplist.cgi
|
||||||
|
|
||||||
|
|
|
@ -16,16 +16,16 @@
|
||||||
Alias /chrome/site /home/humbug/trac/htdocs/site
|
Alias /chrome/site /home/humbug/trac/htdocs/site
|
||||||
|
|
||||||
<Directory "/home/humbug/trac/htdocs">
|
<Directory "/home/humbug/trac/htdocs">
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
Allow from all
|
Allow from all
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
WSGIScriptAlias / /home/humbug/trac/cgi-bin/trac.wsgi
|
WSGIScriptAlias / /home/humbug/trac/cgi-bin/trac.wsgi
|
||||||
|
|
||||||
<Directory /home/humbug/trac>
|
<Directory /home/humbug/trac>
|
||||||
WSGIApplicationGroup %{GLOBAL}
|
WSGIApplicationGroup %{GLOBAL}
|
||||||
Order deny,allow
|
Order deny,allow
|
||||||
Allow from all
|
Allow from all
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
<Location "/">
|
<Location "/">
|
||||||
|
|
Loading…
Reference in New Issue