Apache HTTP Server 2.2.22
| Full internal name: | org.apache.httpd.HTTPServer |
| Project site: | http://httpd.apache.org |
| Screen shots: | |
| Download: | Download Apache HTTP Server 2.2.22 https://github.com/tim-lebedkov/packages/releases/download/2020_04/org.apache.httpd.HTTPServer-2.2.22-httpd-2.2.22-win32-x86-openssl-0.9.8t.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.22 |
| SHA-1 or SHA-256: | 91c75dedf3adea7dd081a6e2990eee4cdd553ef1 |
| 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 05:07:02 UTC 2013 |
| Created by: | tim.lebedk... |
| Automated tests: | 10 of 14 installations succeeded, 10 of 10 removals succeeded |