Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenloses um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereiche, welche für Gäste verwehrt bleiben

change IPC listen port

angelsanges

Newbie
Registriert
23. März 2009
Beiträge
8
Reaktionspunkte
0
Punkte
1
hi!
how to change IPC listen port?

actually i have ipc on my server on port 80! i want to change it to another one please....

and also....i can bind the config webpage to only a specific IP address??

thanks
 
AW: change IPC listen port

Hi,

vi /etc/apache2/ports.conf
change the listen and NameVirtualHost to your new port

vi /etc/apache2/sites-available/default
<VirtualHost *:pORT>

/etc/init.d/apache2 restart
 
AW: change IPC listen port

ok...i'have modified!

but if i go to the new port IP:pORT , come out Apache2 Debian Default Page and not the IPC cofigs....
 
if i go to IP:pORT/ipc i have....
Not Found

The requested URL /ipc was not found on this server.

all done...but not working!

/etc/apache2/ports.conf

Du musst dich Anmelden oder Registrieren um diesen Inhalt sichtbar zu machen!
netstat -ntlp | grep apache2

tcp6 0 0 :::1703 :::* LISTEN 481/apache2
 
Zuletzt bearbeitet von einem Moderator:
AW: change IPC listen port

Hi,

have you tested another webbrowser? e.g. Chrome? Cache deleted?

Kind regards
 
AW: change IPC listen port

i try later...


and about the other question??

how i can limit access to configs to only my IP?
 
Zurück
Oben