ServerAdmin postmaster@openstreetmap.org
ServerSignature On
+ SSLEngine on
+
CustomLog /var/log/apache2/<%= @name %>-access.log combined
ErrorLog /var/log/apache2/<%= @name %>-error.log
LogLevel warn
ServerName <%= @name %>
ServerAdmin webmaster@openstreetmap.org
+ SSLEngine on
+
CustomLog /var/log/apache2/<%= @name %>-access.log combined
ErrorLog /var/log/apache2/<%= @name %>-error.log
WSGIScriptAlias / <%= @directory %>/osqa.wsgi
WSGIProcessGroup <%= @name %>
-
- SSLEngine on
</VirtualHost>
ServerName <%= @name %>
ServerAdmin webmaster@openstreetmap.org
+ SSLEngine on
+
CustomLog /var/log/apache2/<%= @name %>-access.log combined
ErrorLog /var/log/apache2/<%= @name %>-error.log
AuthExternal osm
Require valid-user
</Location>
-
- SSLEngine on
</VirtualHost>