Skip to content
  • Stuff
  • Travel
  • Beverages
  • Support Antipaucity
  • Projects
  • About

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
May 2025
S M T W T F S
 123
45678910
11121314151617
18192021222324
25262728293031
« Oct    
RSS Error: WP HTTP Error: cURL error 7: Failed to connect to paragraph.cf port 443 after 130 ms: Could not connect to server

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
  • Vultr
  • 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
  • Vultr
  • Wish List

35-questions 48laws adoption automation blog blogging books business career centos cloud community documentation email encryption facebook google history how-to hpsa ifttt linux money networking politics prediction proxy review scifi security social social-media splunk ssl startup storage sun-tzu tutorial twitter virtualization vmware wordpress work writing zombie

Copyright © 2025 antipaucity.

Powered by PressBook Green WordPress theme