Change port admin connecting ISPCOnfig3

Discussion in 'Installation/Configuration' started by gkot, Jan 9, 2010.

  1. gkot

    gkot New Member

    Hi there,

    i finished successfully the setup process for my new ISPConfig3 on a debian 5 distribution.
    The installation mode was "expert" but unfortunately i changed the :8080 connecting port and now i forgot it. I thought that this value is saved in
    /usr/local/ispconfig/server/lib/config.inc.php or in
    /usr/local/ispconfig/interface/lib/config.inc.php files
    but there is nowhere.

    Could some1 tell me where the system saves the port in order to change it manyally back to :8080?
    I have full SSH access and of course ftp access too.

    Thanks
     
  2. gkot

    gkot New Member

    edit

    etc/apache2/sites-available/ispconfig.vhost

    change line 7-10 to
    Code:
     Listen 8080
    NameVirtualHost *:8080
    
    <VirtualHost _default_:8080>
    login SSH to reboot apache
    Code:
    /etc/init.d/apache2 restart
     

Share This Page