for the docs
Robert Schulze <
rob@...>
2009-05-25 16:41:30 GMT
Notes to http://pentabarf.org/Installation/Webserver_Setup
(Apache 2 with Mongrel)
When driving pentabarf on a non-standard port, like 8042, some links
don't work, because they miss the correct port in the url. This can be
fixed by specifing
<Proxy balancer://pentabarf>
[...]
RequestHeader set Host foo.com:8042
</Proxy>
Furthermore, sending mail with the default config/mail.yml failed with:
8<------------------------------------------------------------------------
OpenSSL::SSL::SSLError (hostname was not match with the server certificate):
/usr/lib/ruby/1.8/openssl/ssl.rb:123:in `post_connection_check'
/usr/lib/ruby/1.8/net/smtp.rb:582:in `tlsconnect'
/usr/lib/ruby/1.8/net/smtp.rb:562:in `do_start'
/usr/lib/ruby/1.8/net/smtp.rb:525:in `start'
/var/lib/gems/1.8/gems/actionmailer-2.2.2/lib/action_mailer/base.rb:671:in
`perform_delivery_smtp'
/var/lib/gems/1.8/gems/actionmailer-2.2.2/lib/action_mailer/base.rb:526:in
`__send__'
/var/lib/gems/1.8/gems/actionmailer-2.2.2/lib/action_mailer/base.rb:526:in
`deliver!'
(Continue reading)