Changes between Version 12 and Version 13 of UbuntuRunningDeepaMehtaAsDaemon


Ignore:
Timestamp:
04.09.2011 19:20:34 (13 years ago)
Author:
JuergeN
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UbuntuRunningDeepaMehtaAsDaemon

    v12 v13  
    266266}}} 
    267267 
    268 Drop incoming requests on port 8080: 
    269 {{{ 
    270 iptables -A INPUT ! -s 127.0.0.1 -p tcp --destination-port 8080 -j REJECT 
    271 }}} 
    272  
    273 Check (from a remote client machine) if jetty is securely blocked: 
    274 {{{ 
    275 nmap deepamehta.yourdomain.tld -p 8080 
    276 }}} 
    277 should return  
    278 {{{ 
    279 Starting Nmap 5.00 ( http://nmap.org ) at 2011-09-02 22:17 CEST 
    280 Interesting ports on deepamehta.yourdomain.tld (xxx.xxx.xxx.xxx): 
    281 PORT     STATE    SERVICE 
    282 8080/tcp filtered http-proxy 
    283  
    284 Nmap done: 1 IP address (1 host up) scanned in 0.53 seconds 
    285 }}} 
    286  
    287  
    288268That's it. :) 
    289269---- 
    290 Continue with [[UbuntuConfiguringApache2ServerSSLProxy|Configuring Apache2 Server as SSL Proxy with htdigest auth]]. 
     270Continue with [[UbuntuConfiguringApache2ServerSSLProxy|Configuring Apache2 Server as SSL Proxy with htdigest auth]] ''or'' [[UbuntuSecuringDeepaMehta|Securing DeepaMehta]] [[BR]] 
    291271Back to [[Documentation]]