Apache HTTP Server 2.2.20
| Full internal name: | org.apache.httpd.HTTPServer |
| Project site: | http://httpd.apache.org |
| Screen shots: | |
| Download: | Download Apache HTTP Server 2.2.20 https://github.com/tim-lebedkov/packages/releases/download/2020_04/org.apache.httpd.HTTPServer-2.2.20-httpd-2.2.20-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.20 |
| SHA-1 or SHA-256: | bfceef0e187525cd66f16582bad5577bada2f166 |
| 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: | Tue Jul 15 08:52:36 UTC 2014 |
| Created by: | tim.lebedk... |
| Automated tests: | 1 of 1 installations succeeded, 1 of 1 removals succeeded |