Find the answer to your Linux question:
Results 1 to 2 of 2
I am getting this error Starting web server: apache2[Wed Dec 09 15:36:40 2009] [warn] NameVirtualHost XX.XX.XX.XXX:80 has no VirtualHosts (99)Cannot assign requested address: make_sock: could not bind to address 68.178.232.100:80 ...
  1. #1
    Just Joined!
    Join Date
    Oct 2009
    Posts
    8

    Angry Apache2 Start Error

    I am getting this error

    Starting web server: apache2[Wed Dec 09 15:36:40 2009] [warn] NameVirtualHost XX.XX.XX.XXX:80 has no VirtualHosts
    (99)Cannot assign requested address: make_sock: could not bind to address 68.178.232.100:80
    no listening sockets available, shutting down
    Unable to open logs
    failed!

    also what is 68.178.232.100

  2. #2
    Just Joined!
    Join Date
    Dec 2009
    Posts
    9
    chek in your /etc/apache2/sites-available/default/

    change your setting to

    <VirtualHost *:80>
    ...............
    ..............
    </VirtualHost>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •