ispCP - Board - Support
A different port for ispCP - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Contributions Area (/forum-40.html)
+--- Forum: Howtos (/forum-41.html)
+--- Thread: A different port for ispCP (/thread-2114.html)

Pages: 1 2


RE: A different port for ispCP - Eminos - 01-17-2008 03:43 AM

Hi,

What it the benefit of running the CP at a different port ?

/E


RE: A different port for ispCP - raphael - 01-17-2008 08:31 AM

Quote:What it the benefit of running the CP at a different port ?
without running it with an other httpd? playing with the config files (ouch, that ain't a benefit at all) Smile


RE: A different port for ispCP - macbishop - 01-17-2008 10:07 AM

Eminos Wrote:What it the benefit of running the CP at a different port ?

1.To independ the service of the panel that web pages
2.To separate the panel traffic that web content traffic*
3.Separate URL web content and URL panel for any domain hosted
http://domain
http://domain:xxx
4.Possibility that create Iptables rules that involve only the ispCP service panel

* If the port is ex.: 384 it would be good to add in add_rules() function in /etc/init.d/ispcp_network
the lines:
Code:
# ispcp
    
    ${IPTABLES} -I ISPCP_INPUT -p tcp --dport 384 2>> "${LOGDIR}/ispcp_network.err.log"
    ${IPTABLES} -I ISPCP_OUTPUT -p tcp --sport 384 2>> "${LOGDIR}/ispcp_network.err.log"
and create the code to see in the gui.

Raphael Wrote:without running it with an other httpd? playing with the config files (ouch, that ain't a benefit at all)
It's only a howto not obligation anyone !
I think that can be positive in future releases this isn't for this time
--
querer es poder


RE: A different port for ispCP - DigItalWarrior - 05-08-2008 09:58 PM

Hallo all. How to change this port in rc4 version?
Please help me.
Thanks in advance


RE: A different port for ispCP - Cube - 05-08-2008 10:02 PM

Does the method described here not work?


RE: A different port for ispCP - DigItalWarrior - 05-08-2008 10:25 PM

Apparently no, dont work. Everything was perfect until the rc3 but now the file 00_master is full of variable taken elsewhere and certainly we must change the file that contains these variables.
But I do not understand what is the file in question.
Any idea?