Warm when i restart my apache

Discussion in 'Installation/Configuration' started by sulfuric, Feb 7, 2006.

  1. sulfuric

    sulfuric ISPConfig Developer ISPConfig Developer

    this is the warm that apear when i restart my apache some idea about this...
    Thanks

    [Tue Feb 07 16:38:55 2006] [warn] VirtualHost 62.14.179.12:443 overlaps with VirtualHost 62.14.179.12:443, the first has precedence, perhaps you need a NameVirtualHost directive
    [Tue Feb 07 16:38:55 2006] [warn] VirtualHost 62.14.179.12:443 overlaps with VirtualHost 62.14.179.12:443, the first has precedence, perhaps you need a NameVirtualHost directive
    [Tue Feb 07 16:38:55 2006] [warn] NameVirtualHost 62.14.179.12:80 has no VirtualHosts
    [Tue Feb 07 16:38:55 2006] [warn] NameVirtualHost 62.14.179.12:80 has no VirtualHosts
    [Tue Feb 07 16:38:56 2006] [warn] VirtualHost 62.14.179.12:443 overlaps with VirtualHost 62.14.179.12:443, the first has precedence, perhaps you need a NameVirtualHost directive
    [Tue Feb 07 16:38:56 2006] [warn] VirtualHost 62.14.179.12:443 overlaps with VirtualHost 62.14.179.12:443, the first has precedence, perhaps you need a NameVirtualHost directive
    [Tue Feb 07 16:38:56 2006] [warn] NameVirtualHost 62.14.179.12:80 has no VirtualHosts
    [Tue Feb 07 16:38:56 2006] [warn] NameVirtualHost 62.14.179.12:80 has no VirtualHosts
     
  2. falko

    falko Super Moderator ISPConfig Developer

    I guess you have the line
    Code:
    Include /path/to/Vhosts_ispconfig.conf
    more than once in your Apache configuration. Remove the redundant entries and restart Apache.
     
  3. benjami

    benjami New Member

    I have he same warning. I see 3 times this configuration:

    Code:
    ###############ispconfig_log###############
    LogFormat "%v||||%b||||%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined_ispconfig
    CustomLog "|/root/ispconfig/cronolog --symlink=/var/log/httpd/ispconfig_access_log /var/log/httpd/ispconfig_access_log_%Y_%m_%d" combined_is
    pconfig
    
    <Directory /home/www/*/web>
        Options +Includes -Indexes
        AllowOverride None
        AllowOverride Indexes AuthConfig Limit FileInfo
        Order allow,deny
        Allow from all
        <Files ~ "^\.ht">
        Deny from all
        </Files>
    </Directory>
    
    <Directory /home/www/*/user/*/web>
        Options +Includes -Indexes
        AllowOverride None
        AllowOverride Indexes AuthConfig Limit FileInfo
        Order allow,deny
        Allow from all
        <Files ~ "^\.ht">
        Deny from all
        </Files>
    </Directory>
    
    <Directory /home/www/*/cgi-bin>
        Options ExecCGI -Indexes
        AllowOverride None
        AllowOverride Indexes AuthConfig Limit FileInfo
        Order allow,deny
        Allow from all
        <Files ~ "^\.ht">
        Deny from all
        </Files>
    </Directory>
    
    Include /etc/apache2/vhosts/Vhosts_ispconfig.conf
    
    Is due 3 ISPConfig installations?

    PS: I've deleted the repeated text and now the apache2 warning is gone, thanks!
     
    Last edited: Feb 28, 2006
  4. falko

    falko Super Moderator ISPConfig Developer

    I guess you tried to install ISPConfig three times, where the first two times failed. ;)
     
  5. benjami

    benjami New Member

    Yes!

    Yest, that is :D
    I'm learning a lot of good details of ISPConfig, great program. Thanks!
     

Share This Page