Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: copyedit and format

If you have a requirement need to disable the port 80 SCSP proxy on a CSN, you would follow these steps.  There are two ways can use one or both of the following methods to disable the proxy effectively.  You can do one or both.  

Steps:

Info
titleImportant

Neither method will survive a CSN upgrade, so you will need to reapply these steps after any future upgrade.

Method 1: Disable port 80

  1. Edit /opt/caringo/csn/bin/setfirewall.sh
  2. Comment out the line that

  3. says
  4. references the CSN firewall

    Code Block
    languagebash
    $IPTABLES -A CSNFIREWALL -p tcp -m tcp --dport 80 -j ACCEPT


  5. Run: /opt/caringo/csn/bin/setfirewall.shDisable the scspproxy service, type

Method 2: Disable the SCSP Proxy service

  1. Run the following commands:

    Code Block
    languagebash
    service scspproxy stop
    
    chkconfig scspproxy off
    
    mv /etc/monit.d/caringo-scspproxy.monitrc
    ~
     

...

  1.  ~


Filter by label (Content by label)
showLabelsfalse
max5
spacesKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("scspproxy","csn") and type = "page" and space = "KB"
labelsscspproxy csn

...