First page Back Continue Last page Summary Graphic
Apache Configuration
This is the hairy bit
- Couple of example server configs
- using ssl means you're running two virtual servers
- one on port 80 (the regular server)
- one on port 443 (the ssl server)
- more directories to keep track of because your keys
- key generated is valid for only one hostname
- so a key per virtual host is a good idea if you're doing virtual hosts with ssl servers as well
Notes: