skip to Main Content

How to install Apache 2 on Windows 10?

I want to install an Apache 2 server on a Windows 10 system. The official documentation (https://httpd.apache.org/docs/2.4/platform/windows.html) states that: "The Apache HTTP Server Project itself does not provide binary releases of software, only source code" To have a binary of…

VIEW QUESTION

Formatting date in Apache JsonToStringStyle

I am implementing toString methods for my entities. There are a lot of fields of type ZonedDateTime. Unfortunately, it's converted to extremely long text representation: java.util.GregorianCalendar[ time=1545826815293, areFieldsSet=true, areAllFieldsSet=true, lenient=true, zone=sun.util.calendar.ZoneInfo [ id= "UTC", offset=0, dstSavings=0, useDaylight=false, transitions=0, lastRule=null ],…

VIEW QUESTION

Apache 2.4 Basic Authentication slow

I have a Debian Stretch server running Apache 2.4. I want to use Basic Authentication to allow only a few users access to the served directory. My configuration: <Directory "/var/www/html"> AuthType Basic AuthName "VPN Gateway Lpgin" AuthBasicProvider file AuthUserFile /var/www/.htpasswd…

VIEW QUESTION
Back To Top
Search