Activity Stream
48,167 MEMBERS
6855 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 4 of 4
  1.     
    #1
    Member

    Default service httpd restart error

    Hi, I have installed kloxo on my new VPS. When I trying to restart apache using service httpd restart or /etc/init.d/httpd restart command getting this error please help me.

    Code: 
    Starting httpd: [Mon Jul 30 13:59:42 2012] [warn] VirtualHost 5.34.241.149:80 overlaps with VirtualHost 5.34.241.149:80, the first has precedence, perhaps you need a NameVirtualHost directive
    [Mon Jul 30 13:59:42 2012] [warn] VirtualHost 5.34.241.150:80 overlaps with VirtualHost 5.34.241.150:80, the first has precedence, perhaps you need a NameVirtualHost directive
    [Mon Jul 30 13:59:42 2012] [warn] VirtualHost 5.34.241.149:443 overlaps with VirtualHost 5.34.241.149:443, the first has precedence, perhaps you need a NameVirtualHost directive
    [Mon Jul 30 13:59:42 2012] [warn] VirtualHost 5.34.241.150:443 overlaps with VirtualHost 5.34.241.150:443, the first has precedence, perhaps you need a NameVirtualHost directive
    [Mon Jul 30 13:59:42 2012] [warn] VirtualHost 5.34.241.149:80 overlaps with VirtualHost 5.34.241.149:80, the first has precedence, perhaps you need a NameVirtualHost directive
    [Mon Jul 30 13:59:42 2012] [warn] VirtualHost 5.34.241.150:80 overlaps with VirtualHost 5.34.241.150:80, the first has precedence, perhaps you need a NameVirtualHost directive
    [Mon Jul 30 13:59:42 2012] [warn] VirtualHost 5.34.241.149:443 overlaps with VirtualHost 5.34.241.149:443, the first has precedence, perhaps you need a NameVirtualHost directive
    [Mon Jul 30 13:59:42 2012] [warn] VirtualHost 5.34.241.150:443 overlaps with VirtualHost 5.34.241.150:443, the first has precedence, perhaps you need a NameVirtualHost directive
    [Mon Jul 30 13:59:42 2012] [warn] VirtualHost 5.34.241.149:80 overlaps with VirtualHost 5.34.241.149:80, the first has precedence, perhaps you need a NameVirtualHost directive
    [Mon Jul 30 13:59:42 2012] [warn] VirtualHost 5.34.241.150:80 overlaps with VirtualHost 5.34.241.150:80, the first has precedence, perhaps you need a NameVirtualHost directive
    [Mon Jul 30 13:59:42 2012] [warn] VirtualHost 5.34.241.149:443 overlaps with VirtualHost 5.34.241.149:443, the first has precedence, perhaps you need a NameVirtualHost directive
    [Mon Jul 30 13:59:42 2012] [warn] VirtualHost 5.34.241.150:443 overlaps with VirtualHost 5.34.241.150:443, the first has precedence, perhaps you need a NameVirtualHost directive
    MiTU? Reviewed by MiTU? on . service httpd restart error Hi, I have installed kloxo on my new VPS. When I trying to restart apache using service httpd restart or /etc/init.d/httpd restart command getting this error please help me. Starting httpd: VirtualHost 5.34.241.149:80 overlaps with VirtualHost 5.34.241.149:80, the first has precedence, perhaps you need a NameVirtualHost directive VirtualHost 5.34.241.150:80 overlaps with VirtualHost 5.34.241.150:80, the first has precedence, perhaps you need a NameVirtualHost directive VirtualHost Rating: 5


  2.   Sponsored Links

  3.     
    #2
    Banned
    Website's:
    takedownpiracy.com

  4.     
    #3
    Member
    You must have to create name virtual host on your domain except IP.

    for example:

    Add NameVirtualHost as follows:
    NameVirtualHost *:80

    OR add server IP on Domain

    NameVirtualHost Domain.com:80

  5.     
    #4
    Member
    Website's:
    imageditings.com shimory.com uniquerelease.com
    Try to find

    #ServerName www.example.com:80
    and change to

    ServerName "YourServerName"
    and...

    PHP Code: 
    <VirtualHost *:80>     # Admin email, Server Name (domain name) and any aliases   ServerAdmin [email protected]   ServerName  domain1.com   ServerAlias www.domain1.com       # Index file and Document Root (where the public files are located)   DirectoryIndex index.html   DocumentRoot /home/demo/public_html/domain1.com/public       # Custom log file locations   LogLevel warn   ErrorLog  /home/demo/public_html/domain1.com/log/error.log   CustomLog /home/demo/public_html/domain1.com/log/access.log combined   </VirtualHost> 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. service httpd restart giving error
    By msk19994 in forum Server Management
    Replies: 8
    Last Post: 29th Mar 2012, 07:11 AM
  2. [getting error] httpd dead but subsys locked | on centos 5.7 64 bit
    By soum111 in forum Technical Help Desk Support
    Replies: 1
    Last Post: 29th Feb 2012, 06:54 AM
  3. namecheap.com - HTTP Error 503. The service is unavailable.
    By m107 in forum Webmasters, Money Making
    Replies: 13
    Last Post: 2nd Feb 2012, 01:25 AM
  4. I can't restart my VPS
    By ILHFFS in forum Server Management
    Replies: 8
    Last Post: 28th Jan 2012, 10:41 AM
  5. [Buying] [Ready to pay If ReSolved] getting error "httpd dead but subsys locked"
    By soum111 in forum Completed Transactions
    Replies: 0
    Last Post: 27th Dec 2011, 02:21 PM

Tags for this Thread

BE SOCIAL