Changes between Version 12 and Version 13 of UbuntuRunningDeepaMehtaAsDaemon
- Timestamp:
- 04.09.2011 19:20:34 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UbuntuRunningDeepaMehtaAsDaemon
v12 v13 266 266 }}} 267 267 268 Drop incoming requests on port 8080:269 {{{270 iptables -A INPUT ! -s 127.0.0.1 -p tcp --destination-port 8080 -j REJECT271 }}}272 273 Check (from a remote client machine) if jetty is securely blocked:274 {{{275 nmap deepamehta.yourdomain.tld -p 8080276 }}}277 should return278 {{{279 Starting Nmap 5.00 ( http://nmap.org ) at 2011-09-02 22:17 CEST280 Interesting ports on deepamehta.yourdomain.tld (xxx.xxx.xxx.xxx):281 PORT STATE SERVICE282 8080/tcp filtered http-proxy283 284 Nmap done: 1 IP address (1 host up) scanned in 0.53 seconds285 }}}286 287 288 268 That's it. :) 289 269 ---- 290 Continue with [[UbuntuConfiguringApache2ServerSSLProxy|Configuring Apache2 Server as SSL Proxy with htdigest auth]] .270 Continue with [[UbuntuConfiguringApache2ServerSSLProxy|Configuring Apache2 Server as SSL Proxy with htdigest auth]] ''or'' [[UbuntuSecuringDeepaMehta|Securing DeepaMehta]] [[BR]] 291 271 Back to [[Documentation]]