8000 GitHub - daviddoran/personal-apache-sites: Apache site config files for my personal sites and projects.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

daviddoran/personal-apache-sites

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Apache Sites

This is a repo for the Apache site configs for my personal sites and side-projects; a way to track the VirtualHosts and SSL configs in Git.

I use an rsync script to sync tracked files to the server so updating the configs is even easier than SSHing in and editing them on the server.

SSL Ciphersuite

After researching a few alternatives for the perfect SSL ciphersuite (the set of SSL ciphers the server will use to encrypt the connection) I came across the Mozilla Recommended Ciphersuite.

When implemented on daviddoran.com and three.daviddoran.com this ciphersuite earned an A+ on the Qualys SSL Labs test.

Unless you can think of a reason not to I'd highly recommend following their advice.

Relative Paths

It's unfortunate that (as far as I know) Apache 2.4 still doesn't support using paths relative to the current config file. This would be helpful for the paths to the config includes and the SSL files (certs, keys, chain files).

I'd be interested to hear if there are any ways to avoid absolute paths.

About

Apache site config files for my personal sites and projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages 2A92

No packages published
0