(Warning) Ubuntu-Server overlaps and earlier Alias

13,939

Solution 1

I've found that the contents of apache.conf are already being loaded by phpmyadmin.conf located in /etc/apache2/conf.d which means that you can remove (or comment) the following line from your apache2.conf file.

Include /etc/phpmyadmin/apache.conf

Hope this helps.

Solution 2

It appears as if you may have manually edited or copied the configuration file in order to create an Alias statement for the phpMyAdmin file, but the package manager also did that for you, so you seem to now have two statements that overlap.

Share:
13,939

Related videos on Youtube

Josua Marcel C
Author by

Josua Marcel C

&#x2665 ♥ Your Job          

Updated on June 04, 2022

Comments

  • Josua Marcel C
    Josua Marcel C almost 2 years

    There's a warn after i type sudo service apache2 restart.

     * Restarting web server apache2
    [Thu Sep 26 05:46:24 2013] [warn] The Alias directive in /etc/phpmyadmin/apache.conf at line 3 will probably never match because it overlaps an earlier Alias.
    ... waiting
    [Thu Sep 26 05:46:25 2013] [warn] The Alias directive in /etc/phpmyadmin/apache.conf at line 3 will probably never match because it overlaps an earlier Alias.
    

    it shows after i start the apache2.

    Warn

    Already tried this solution but didn't work for me. Anyone can help?

  • Josua Marcel C
    Josua Marcel C over 10 years
    Then how to fix that? it still show after restarting the apache2 service
  • Isaac Bennetch
    Isaac Bennetch over 10 years
    In that case, simply undo the changes you manually made.