Closed (fixed)
Project:
Barracuda
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2012 at 08:14 UTC
Updated:
24 May 2012 at 12:48 UTC
Hi!
Thanks a lot for the barracuda scripts, it's magic!
I just wanted to know if I could easily freeing the 9001 port to run Etherpad Lite.
The system is a Debian 6 64bits with the most standard possible barracuda stable install.
Thanks in advance and all the best.
Comments
Comment #1
omega8cc commentedYou need to open this port on the
csffirewall in this config file:/etc/csf/csf.conf- look forTCP_INandTCP_OUTlines there. Then restart firewall withservice csf restart. Also, to prevent overwriting your changes on upgrade, create the control file:touch /var/log/custom.csf.log.Comment #2
zeropaperThanks a lot!
Comment #3
zeropaperAgain. And closing the issue.
Comment #4
muschpusch commentedSorry just for the docs :) Is it still necessary to create the control file?
Comment #5
omega8cc commentedNo control files are needed now, but if they exist, they are converted automatically into variables in the
/root/.barracuda.cnffile - in this case into_CUSTOM_CONFIG_CSF=YES. See all available options here: http://drupalcode.org/project/barracuda.git/blob/HEAD:/BARRACUDA.sh.txt#...