Changeset 486

Show
Ignore:
Timestamp:
07/31/2005 09:20:42 AM (3 years ago)
Author:
jan
Message:

minor additions

Location:
branches/lighttpd-1.3.x/doc
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/lighttpd-1.3.x/doc/configuration.txt

    r485 r486  
    8181  match on socket.  Value must be on the format "$ip:$port" where $ip is an IP 
    8282  address and $port a port number.  Only equal match (==) is supported. 
     83  It also binds to this socket. 
    8384 
    8485<operator> is one of: 
  • branches/lighttpd-1.3.x/doc/ssl.txt

    r89 r486  
    4545  } 
    4646 
     47If you have a .crt and a .key file cat them together into a single PEM file: 
     48:: 
    4749 
     50  $ cat host.key host.crt > host.pem 
    4851 
    4952