ssl debugging

Ask Bjørn Hansen ask at develooper.com
Wed Apr 2 22:03:02 UTC 2008


On Apr 2, 2008, at 14:42, Bill Moseley wrote:

> Is there a difference with the config there and the config I posted
> and the example in the conf directory?


My config is below.

LOAD Vhosts
LOAD Stats

xs enable headers

server aio_mode = ioaio
server aio_threads = 5

CREATE SERVICE foo_ssl
   SET listen  = 10.1.2.3:443
   SET role    = reverse_proxy
   SET pool    = auth_pool
   SET plugins = stats
   SET persist_client = on
   SET persist_backend = on
   SET backend_persist_cache = 5
   SET connect_ahead = 2
   SET verify_backend = on

   SET enable_ssl = on
   SET ssl_key_file  = /path/to/key
   SET ssl_cert_file = /path/to/cert

ENABLE foo_ssl


(The same server is also doing a few other things; hence the VHosts  
plugin).

It's running on Fedora 8 with a (home built) perl 5.8.8.


  - ask

-- 
http://develooper.com/ - http://askask.com/




More information about the perlbal mailing list