Port 81

Discussion in 'Installation/Configuration' started by DavidSFN, Mar 18, 2006.

  1. DavidSFN

    DavidSFN New Member

    Hi

    How do I change the ISPConfig setup so it uses a port other then 81 for access to the control panel? I am unable to access port 81 as my firewire controls that port exclusively (IPCop)

    David
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Change the port in /home/admispconfig/ispconfig/lib/config.inc.php and /root/ispconfig/httpd/conf/httpd.conf and restart ISPConfig:

    Code:
    /etc/init.d/ispconfig_server restart
     
  3. ctroyp

    ctroyp New Member HowtoForge Supporter

    I have changed my port to 82 in the two files and receive the following error after restart:
    Code:
    [root@server2 install_ispconfig]# /etc/init.d/ispconfig_server restart
    shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    Shutting down ISPConfig system...
    shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    /root/ispconfig/httpd/bin/apachectl stop: httpd stopped
    ISPConfig system stopped!
    shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    Starting ISPConfig system...
    shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    /root/ispconfig/httpd/bin/apachectl startssl: httpd started
    shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    ISPConfig system is now up and running!
    [root@server2 install_ispconfig]#
    
    When I try to access the CP through port 82, I get page fault. After looking at netstat -tap, I see that it is still running on port 81. Any thoughts?
     
  4. ctroyp

    ctroyp New Member HowtoForge Supporter

    Disregard...had a typo...:rolleyes:
     

Share This Page