Displaying 2 results from an estimated 2 matches for "puppet_access_log".
2012 Feb 06
1
Puppet / Passenger SSL Problems with DRBD
...t;VirtualHost *:8140>
ServerName puppetmaster.foo.bar
LoadModule passenger_module /usr/lib/ruby/gems/1.8/gems/
passenger-2.2.11/ext/apache2/mod_passenger.so
PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-2.2.11
PassengerRuby /usr/bin/ruby
CustomLog "/var/log/httpd/puppet_access_log" common
ErrorLog "/var/log/httpd/puppet_error_log"
SSLEngine on
SSLCipherSuite SSLv2:-LOW:-EXPORT:RC4+RSA
SSLCertificateFile /drbd01/puppet/var/lib/puppet/ssl/certs/
puppetmaster.foo.bar.pem
SSLCertificateKeyFile /drbd01/puppet/var/lib/puppet/ssl/
private...
2012 Jun 12
1
Dashboard with RackbaseURI / and RailsAutoDetect off
...line, but this is not
> recommended.
> SSLCARevocationFile /var/lib/puppet/ssl/ca/ca_crl.pem
> SSLVerifyClient optional
> SSLVerifyDepth 1
> SSLOptions +StdEnvVars
>
> ErrorLog logs/puppet_error_log
> TransferLog logs/puppet_access_log
> LogLevel warn
> # This header needs to be set if using a loadbalancer or proxy
> #RequestHeader unset X-Forwarded-For
>
> #RequestHeader set X-SSL-Subject %{SSL_CLIENT_S_DN}e
> #RequestHeader set X-Client-DN %{SSL_CLIENT_S_DN}e
>...