Skip to content

antipaucity

fighting the lack of good ideas

Tag: apache

ssl configuration for apache 2.4 on centos 7 with let’s encrypt

Posted on 7 July 201710 July 2017 By antipaucity 1 Comment on ssl configuration for apache 2.4 on centos 7 with let’s encrypt

In follow-up to previous posts I’ve had about SSL (specifically with Let’s Encrypt), here is the set of SSL configurations I use with all my sites. These, if used correctly, should score you an “A+” with no warnings from ssllabs.com. Note: I have an improved entropy package installed (twuewand). This is adapted from the Mozilla config…

continue “ssl configuration for apache 2.4 on centos 7 with let’s encrypt” »

technical, update

putting owncloud 8 on a subdomain instead of a subdirectory on centos 7

Posted on 29 February 201629 February 2016 By antipaucity No Comments on putting owncloud 8 on a subdomain instead of a subdirectory on centos 7

After moving to a new server, I wanted to finally get ownCloud up and running (over SSL, of course) on it. And I like subdomains for different services, so I wanted to put it at sub.domain.tld. This turns out to be not as straight-forward as one might otherwise hope, sadly – ownCloud expects to be…

continue “putting owncloud 8 on a subdomain instead of a subdirectory on centos 7” »

technical, tutorial

reverse proxying from apache to tomcat

Posted on 24 August 201525 August 2015 By antipaucity No Comments on reverse proxying from apache to tomcat

After much hemming and hawing, I was able to get Apache working as a reverse proxy to Tomcat today. <VirtualHost *:80> ServerName domain.com ServerAlias www.domain.com ProxyPreserveHost on ProxyPass / http://localhost:8080/path/ ProxyPassReverse / http://domain.com:8080/path/ </VirtualHost> That’s all you need (though you can add much more). Note the trailing slashes on the proxy paths – without them,…

continue “reverse proxying from apache to tomcat” »

technical
March 2023
S M T W T F S
 1234
567891011
12131415161718
19202122232425
262728293031  
« Jan    
  • Patrick Henry 23 March 1775
  • Reincarnation by Wallace McCrae (adapted by Warren Myers)
  • Famed was Beowulf
  • Fuzzy Wuzzy (anonymous)
  • One bright morning in the middle of the night (various)

Books

  • Debugging and Supporting Software Systems
  • Storage Series

External

  • Backblaze
  • Cirkul
  • Digital Ocean
  • Fundrise
  • Great Big Purple Sign
  • Password Generator
  • PayPal
  • Tech News Channel on Telegram
  • Wish List

Other Blogs

  • Abiding in Hesed
  • Chris Agocs
  • Eric Hydrick
  • Jay Loden
  • Paragraph
  • skh:tec
  • Tech News Channel on Telegram
  • Veritas Equitas

Profiles

  • LinkedIn
  • Server Fault
  • Stack Overflow
  • Super User
  • Telegram
  • Twitter

Resume

  • LinkedIn
  • Resume (PDF)

Services

  • Datente
  • IP check
  • Password Generator
  • Tech News Channel on Telegram

Support

  • Backblaze
  • Built Bar
  • Cirkul
  • Digital Ocean
  • Donations
  • Fundrise
  • PayPal
  • Robinhood
  • Wish List

Copyright © 2023 antipaucity.

Powered by PressBook Green WordPress theme