#
# Setup logging
#
- LogFormat "%a %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\" %Ts" combined_with_time
+ LogFormat "%a %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\" %Dus %{UNIQUE_ID}e %{SSL_PROTOCOL}x %{SSL_CIPHER}x" combined_with_time
CustomLog /var/log/apache2/access.log combined_with_time
ErrorLog /var/log/apache2/error.log
#
RewriteEngine on
+ #
+ # Recover the unique ID from the request headers
+ #
+ SetEnvIf X-Request-Id ^(.*)$ UNIQUE_ID=$1
+
#
# Configure rails
#
RailsEnv production
PassengerMinInstances 3
PassengerMaxRequests 500
+<% if port == 443 -%>
+ PassengerPreStart https://www.openstreetmap.org/
+<% else -%>
PassengerPreStart http://www.openstreetmap.org/
+<% end -%>
SetEnv SECRET_KEY_BASE <%= @secret_key_base %>
#
#
RemoteIPHeader X-Forwarded-For
RemoteIPTrustedProxy 146.179.159.160/27
+ RemoteIPTrustedProxy 10.0.32.0/24
+
+ #
+ # Pass authentication related headers to cgimap
+ #
+ <Location />
+ CGIPassAuth On
+ </Location>
#
# Pass supported calls to cgimap