Apache/IBM_IHS
httpd.conf
Options +Indexes
AddDefaultCharset utf-8VirtualHost
a2enmod
mod_ssl
mod_proxy
ProxyPass
IBM IHS
Docker
Windows
Last updated
Options +Indexes
AddDefaultCharset utf-8Last updated
a2enmod sslfor m in proxy proxy_http proxy_balancer lbmethod_byrequests; do a2enmod $m; echo ----; done
systemctl restart apache2; systemctl status apache2
ProxyPass /tsadmin http://localhost:8000/
ProxyPassReverse /tsadmin http://localhost:8000/docker run --name ibm-http-server -h IHS \
-d --restart unless-stopped \
--net host -v /:/host \
ibmcom/ibm-http-server httpd.exe -k install -n "IBM HTTP Server V9.0"
# Fixed name to address error:
# The system cannot find the file specified. : AH00436: No installed service named "IBM HTTP Server V9.0".
apache.exe -k start