I have this in the httpd.conf file, but should it even be enabled at all? Does anyone know of a plesk service that depends on mod_proxy?
I know that tomcat runs on port 8080 as a "proxy" according to nmap, but am not sure if these two things are connected.
Does anyone know for sure?
Code:
<Proxy *>
Order Deny,Allow
Deny from all
</Proxy>
I know that tomcat runs on port 8080 as a "proxy" according to nmap, but am not sure if these two things are connected.
Code:
$nmap -sS -O localhost
8080/tcp open http-proxy
Code:
$nmap -sV -O localhost
8080/tcp open http Apache Tomcat/Coyote JSP engine 1.1
Does anyone know for sure?