Tag: Web
All the articles with the tag "Web".
Mobility Printing from a Guest Network
Updated:oday I have been mostly fumbling around in DNS trying to get untrusted devices on our Guest network to print to our PaperCut Pull Printing system using NAT.
PaperCut Certificate
Time to replace the PaperCut web server certificate. So pleased I ran into Keystore Explorer previously as this made changing the web server certificate a breeze.
Git - Version Control
We have a distinct lack of version control in the relatively small development team that manages one of our business applications. One of the main challeng
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