running on port 80

Discussion in 'Installation/Configuration' started by t_ras, Jun 11, 2006.

  1. t_ras

    t_ras New Member

    How do I configure ISPConfig to run on port 80?

    Thakns
     
  2. erk

    erk New Member HowtoForge Supporter

    I suppose you have already installed ISPC and want it on port 80 and not 81 as per default? Correct?
    Change this in /ispconfig/httpd/conf/httpd.conf.
    Change the line
    <VirtualHost _default_:81>
    to
    <VirtualHost _default_:80>
    and restart ISPC.

    //Erk
     
  3. falko

    falko Super Moderator ISPConfig Developer

    You must also change the Listen directive in /root/ispconfig/httpd/conf/httpd.conf, like

    Code:
    Listen 1.2.3.4:80
    Also change the port number in /home/admispconfig/ispconfig/lib/config.inc.php.

    Then you must configure your main Apache to listen on another IP address than the ISPConfig Apache. Afterwards restart ISPConfig and your main Apache.
     
  4. krishol

    krishol New Member

    doesn't it affect later on , i mean while we upgrade ISPC
     
  5. falko

    falko Super Moderator ISPConfig Developer

    Yes, it does. You must do these steps after every update of ISPConfig.
     
  6. t_ras

    t_ras New Member

    thanks, I havnt install yet but I will try
     
  7. t_ras

    t_ras New Member

    Now I dont get it even in port 81, should I have a diferent IP for apache if I use port 80?
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    Yes, it must be a dedicated IP.
     

Share This Page