[users@httpd] My LAMP Back Up And Running

2015-06-15 Thread Stephen
Thanks to all that posting help. To review, I was running Ubuntu 12.04 did an on-line upgrade to 14.04 and it broke my PHP. All efforts to fix failed. So I did a clean install from DVD. Having /home on a separate drive made this much less complex that it otherwise would have been. I backed

[users@httpd] VirtualHosts, SSLProtocol, and SSLCipherSuite

2015-06-15 Thread karl karloff
Is there a way in the current Apache (2.4.x or 2.2.x) to specify an SSLProtocol and SSLCipherSuite that affects only a singular VirtualHost? e.g. www.example.com requires modern encryption (i.e. TLSv1.2) old.example.com allows only deprecated Protocols/ciphers (e.g. SSLv3) I tried using somethin

[users@httpd] Redirect gets ignored

2015-06-15 Thread Daniel Zenczak
So I am running Apache 2.4 on Windows Server 2008. My Virtualhost looks kinda like this: Code: ServerName www.site1.org ServerAlias www2.site1.org ServerAlias server1.org ServerAlias *.site2.com ServerAlias *.site2.org . 15 more aliases In