Configuring the Log4J properties file is one of those tasks which you have to spend a while trying to figure out but you invariably end up with the same thing. In fact most of the time something you cut and paste from the internet will do just fine. So… more »
Tag: "apache"
I wrote a huge article titled Configuring log4j.properties on, funnily enough, how to configure Log4J but sometimes it still isn't as good as great example: log4j.rootLogger = INFO, X log4j.logger.A.B.C=ALL, X # or this for custom logger… more »
It took me a while to figure out why posix_getgid, posix_getegid, posix_getuid and posix_geteuid weren't working on my CentOS 7 installation of PHP. In fact none of the POSIX commands were available. PHPInfo revealed nothing, it didn't even mention… more »
I've recently done a project that uses load balancing. mod_proxy is a blog for another day but it was based on a LAMP stack. I install this all the time for lots of different projects. Some are development projects and some are just system administratio… more »
I suddenly started getting a very strange error message in my B2Evolution installation after restarting the web server. The error message read:
Bad Request!
The parameters of your request are invalid.
If you have obtained this error by clicking on a… more »