Why must I edit ispconfig.vhost

Discussion in 'Installation/Configuration' started by rlischer, Aug 1, 2009.

  1. rlischer

    rlischer Member

    Why am I having to edit ispconfig.vhost to get the ispconfig interface to come up on 8080? The only way it works for me is in the code below. Is there some other file I need to edit and remove other virtual hosts?

    Code:
     Listen 8080
    NameVirtualHost *:8080
    
    #<VirtualHost _default_:8080> 
    [COLOR="Red"]<VirtualHost server.some_site_i_own_here.com:8080>[/COLOR]
    
    
     
  2. rlischer

    rlischer Member

Share This Page