Apache HTTP Server 2.2.17
| Full internal name: | org.apache.httpd.HTTPServer |
| Project site: | http://httpd.apache.org |
| Screen shots: | |
| Download: | Download Apache HTTP Server 2.2.17 https://github.com/tim-lebedkov/packages/releases/download/2020_04/org.apache.httpd.HTTPServer-2.2.17-httpd-2.2.17-win32-x86-openssl-0.9.8o.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.17 |
| SHA-1 or SHA-256: | 2aa9d9cbc8cb50e19eef0c49fe6272029f6e092e |
| 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 Dec 03 22:56:43 UTC 2013 |
| Created by: | tim.lebedk... |
| Automated tests: | 3 of 3 installations succeeded, 3 of 3 removals succeeded |