Tag: Web
All the articles with the tag "Web".

Tomcat log4j Errors
log4j:WARN The content of element type "log4j:configuration" must match "(renderer*,throwableRenderer?,appender*,plugin*,(category|logger)*,root?,(categoryFactory|loggerFactory)?)".

Forcing Tomcat to HTTPS
As our environment needs change more and more of our internal services are being forced to change to HTTPS. Tomcat supports the deployment of services usin

Tomcat and HTTPS
Updated:By default Tomcat gets installed with HTTP only and a number of default applications. Previously I linked documents on how to secure Tomcat . But put simpl

Windows, Apache 2.4 and OpenSSL
In order to make Apache 2.4.27 compliant it needs the later version of OpenSSL v1.1.0. To get this you need to install the VC15 version. The VC11 etc. do not include the later OpenSSL and fail because they are compiled with v1.0.2

Apache 2.4 TRACE - Nessus plugin 11213
Updated:If you're using Apache 2.4 then there is a config TraceEnable directive that you should use to simply turn off the TRACE method.

OwnCloud, php7.0-fpm and Memcache
Updated:When checking out the setup for our OwnCloud system it came up with a few cautionary problems that needed to be resolved. The problems related to environme

Owncloud 10.0 Upgrade
Updated:This should have been easier, but I guess I missed a few things I shouldn't have. I took the opportunity to upgrade Owncloud to v10.0 and also upgraded fro

Owncloud Upgrade and Maintenance Mode
$ cd /var/www/html/owncloud $ sudo -u www-data php occ upgrade $ sudo -u www-data php occ maintenance:mode --off

HTTPS on the Synology NAS
Updated:I love this Synology NAS. It's so versatile and immensely capable. I use it for streaming my TV, movies and music. It also acts as my Couchpotato, Sonarr a

HTTPS and SNI
Server Name Indication. How to present multiple certificates over the same port based on what the client is asking for. References: https://en.wikipedia.or