Apache HTTP Server 2.2.21

Full internal name:org.apache.httpd.HTTPServer
Project site:http://httpd.apache.org
Screen shots:
Download: Download Apache HTTP Server 2.2.21

https://github.com/tim-lebedkov/packages/releases/download/2020_04/org.apache.httpd.HTTPServer-2.2.21-httpd-2.2.21-win32-x86-openssl-0.9.8r.msi

VirusTotal results
Change log:n/a
Description:

HTTP server. The server runs on the port 8083

License:Apache License 2.0
Version:2.2.21
SHA-1 or SHA-256:09179d1720073d55ce9954ad2569c77c9659ab4a
Type:one file
Dependencies:
    Tags:
    Text files:
    .Npackd\Install.bat:
    for /f "delims=" %%x in ('dir /b *.msi') do set setup=%%x
    copy "%setup%" .Npackd
    msiexec.exe /qn /norestart /Lime .Npackd\MSI.log /i "%setup%" INSTALLDIR="%CD%" ALLUSERS=1 SERVERADMIN=admin@localhost SERVERNAME=localhost SERVERDOMAIN=localhost SERVERPORT=8083
    set err=%errorlevel%
    type .Npackd\MSI.log
    rem 3010=restart required
    if %err% equ 3010 exit 0
    if %err% neq 0 exit %err%
    
    .Npackd\Uninstall.bat:
    move .Npackd\*.msi .
    for /f "delims=" %%x in ('dir /b *.msi') do set setup=%%x
    msiexec.exe /qn /norestart /Lime .Npackd\MSI.log /x "%setup%"
    set err=%errorlevel%
    type .Npackd\MSI.log
    rem 3010=restart required
    if %err% equ 3010 exit 0
    if %err% neq 0 exit %err%
    
    Last modified:Sat May 15 09:03:03 UTC 2021
    Last modified by:tim.lebedk...
    Created:Wed Dec 04 03:38:30 UTC 2013
    Created by:tim.lebedk...
    Automated tests:1 of 1 installations succeeded, 1 of 1 removals succeeded