Current time: 09-28-2024, 04:31 AM Hello There, Guest! (LoginRegister)


Post Reply 
A different port for ispCP
Author Message
macbishop Offline
Junior Member
*

Posts: 68
Joined: Feb 2007
Reputation: 7
Post: #13
RE: A different port for ispCP
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
(This post was last modified: 01-18-2008 10:50 AM by macbishop.)
01-17-2008 10:07 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
A different port for ispCP - macbishop - 01-09-2008, 11:12 AM
RE: A different port for ispCP - macbishop - 01-11-2008, 02:56 AM
RE: A different port for ispCP - Zothos - 01-11-2008, 03:34 AM
RE: A different port for ispCP - gOOvER - 01-11-2008, 03:48 AM
RE: A different port for ispCP - macbishop - 01-15-2008, 11:02 AM
RE: A different port for ispCP - macbishop - 01-15-2008, 08:31 PM
RE: A different port for ispCP - BioALIEN - 01-16-2008, 12:36 PM
RE: A different port for ispCP - macbishop - 01-16-2008, 07:46 PM
RE: A different port for ispCP - Zothos - 01-16-2008, 10:12 PM
RE: A different port for ispCP - joximu - 01-16-2008, 10:15 PM
RE: A different port for ispCP - Eminos - 01-17-2008, 03:43 AM
RE: A different port for ispCP - raphael - 01-17-2008, 08:31 AM
RE: A different port for ispCP - macbishop - 01-17-2008 10:07 AM
RE: A different port for ispCP - Cube - 05-08-2008, 10:02 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)