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
...
- 12-09-2009 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 8
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
- 12-23-2009 #2Just Joined!
- Join Date
- Dec 2009
- Posts
- 9
chek in your /etc/apache2/sites-available/default/
change your setting to
<VirtualHost *:80>
...............
..............
</VirtualHost>


Reply With Quote
