Der Apache HTTPD-Server kann vor allem als HTTP-Frontend von komplexeren Web-Sites verwendet werden.

!Referenz auf interne Web-Server
{{{
ProxyPass /path http://localhost:8080/
ProxyPass /other-path http://localhost:8081/
}}}