<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ubuntu Linux, ubuntu desktop, Linux operating system, ubuntu guide &#187; httpd: (98)Address already in use</title>
	<atom:link href="http://ubuntulinux.co.in/blog/tag/httpd-98address-already-in-use/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntulinux.co.in/blog</link>
	<description>How to fix the Technical issue in Ubuntu linux</description>
	<lastBuildDate>Sat, 21 Jan 2012 05:57:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>apache error &#8211; Starting httpd: (98)Address already in use</title>
		<link>http://ubuntulinux.co.in/blog/ubuntu/apache-error-starting-httpd-98address-already-in-use/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=apache-error-starting-httpd-98address-already-in-use</link>
		<comments>http://ubuntulinux.co.in/blog/ubuntu/apache-error-starting-httpd-98address-already-in-use/#comments</comments>
		<pubDate>Fri, 28 May 2010 07:13:40 +0000</pubDate>
		<dc:creator>sahab</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[RHEL5]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ubuntu 10.04]]></category>
		<category><![CDATA[Ubuntu 9.10]]></category>
		<category><![CDATA[Webserver]]></category>
		<category><![CDATA[apache startup error]]></category>
		<category><![CDATA[httpd: (98)Address already in use]]></category>

		<guid isPermaLink="false">http://ubuntulinux.co.in/blog/?p=106</guid>
		<description><![CDATA[httpd: (98)Address already in use]]></description>
			<content:encoded><![CDATA[<div><span style="font-family: Times New Roman; font-size: small;">My client doing some virtual hosting set-up that time that apache showing following error</span></div>
<div><span style="font-family: Times New Roman; font-size: small;"> </span></div>
<div><span style="font-family: Times New Roman; font-size: small;"><strong>[root@]# /etc/init.d/httpd start</strong></span></div>
<div><span style="font-family: Times New Roman; font-size: small;"><br />
Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80<br />
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80<br />
no listening sockets available, shutting down<br />
Unable to open logs<br />
[FAILED]</p>
<p>For resolving this issue grep list of open files and kill that file</span></div>
<div><span style="font-family: Times New Roman; font-size: small;"><br />
<strong>[root@]# lsof -i :80</strong><br />
COMMAND  PID   USER   FD   TYPE   DEVICE SIZE NODE NAME<br />
perl    7448 apache    4u  IPv6 33113387       TCP *:http (LISTEN)</p>
<p><strong>[root@]# kill -9 7448<br />
</strong><br />
[root@]# /etc/init.d/httpd start<br />
Starting httpd:                                            [  OK  ]</span></div>
<p><span style="font-family: Times New Roman; font-size: small;"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntulinux.co.in/blog/ubuntu/apache-error-starting-httpd-98address-already-in-use/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

