<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Linux Apache server in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-apache-server/m-p/2532778#M79150</link>
    <description>Here is an excerpt from the httpd.conf file that needs to be configured for apache to run correctly. The server name directive that is referred to in your error is addressed here.&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# ServerName: allows you to set a host name which is sent back to clients for&lt;BR /&gt;# your server if it's different than the one the program would get (i.e., use&lt;BR /&gt;# "www" instead of the host's real name).&lt;BR /&gt;#&lt;BR /&gt;# Note: You cannot just invent host names and hope they work. The name you&lt;BR /&gt;# define here must be a valid DNS name for your host. If you don't understand&lt;BR /&gt;# this, ask your network administrator.&lt;BR /&gt;# If your host doesn't have a registered DNS name, enter its IP address here.&lt;BR /&gt;# You will have to access it by its address (e.g., &lt;A href="http://123.45.67.89/)" target="_blank"&gt;http://123.45.67.89/)&lt;/A&gt;&lt;BR /&gt;# anyway, and this will make redirections work in a sensible way.&lt;BR /&gt;#&lt;BR /&gt;ServerName intweb.interex.org&lt;BR /&gt;&lt;BR /&gt;This should fix your problem</description>
    <pubDate>Wed, 12 Sep 2001 15:41:51 GMT</pubDate>
    <dc:creator>Jeffrey S. Sims</dc:creator>
    <dc:date>2001-09-12T15:41:51Z</dc:date>
    <item>
      <title>Linux Apache server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-apache-server/m-p/2532772#M79144</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;How do I know if I have the Linux Apache server installed on my box? I've seen a few apache files lying around the server but I don't know if the web server is active. If it is not, how do I install it?</description>
      <pubDate>Fri, 25 May 2001 06:21:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-apache-server/m-p/2532772#M79144</guid>
      <dc:creator>Clarence J</dc:creator>
      <dc:date>2001-05-25T06:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Apache server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-apache-server/m-p/2532773#M79145</link>
      <description>Clarence,&lt;BR /&gt;&lt;BR /&gt;To determine if apache is running on the box, issue the following command:&lt;BR /&gt;&lt;BR /&gt;ps aux | grep httpd&lt;BR /&gt;&lt;BR /&gt;It should list a few httpd processes running that are waiting for connections.  Depending on what distribution of linux you're running apache will be located in different directories.  You can start and stop the apache server using the shell script 'apachectl'.  To find this script issue the follwoing command:&lt;BR /&gt;&lt;BR /&gt;find / -name apachectl -print&lt;BR /&gt;&lt;BR /&gt;Once you find the script run it with the start command and apache will start.  Use the following link for a reference to help you out:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://httpd.apache.org/docs/invoking.html" target="_blank"&gt;http://httpd.apache.org/docs/invoking.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can also just open a web browser and point it to the address of the server and see if any pages come up or if the server responds at all.&lt;BR /&gt;&lt;BR /&gt;By the way, Apache 1.3.20 is now out and can be downloaded from the follwoing address:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://httpd.apache.org/dist/httpd/" target="_blank"&gt;http://httpd.apache.org/dist/httpd/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you are running Redhat or another major distrubution you can download a pre compiled version (.rpm).  Hope that helps.&lt;BR /&gt;&lt;BR /&gt;- Mike&lt;BR /&gt;</description>
      <pubDate>Fri, 25 May 2001 12:10:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-apache-server/m-p/2532773#M79145</guid>
      <dc:creator>Mike Hassell</dc:creator>
      <dc:date>2001-05-25T12:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Apache server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-apache-server/m-p/2532774#M79146</link>
      <description>If you're using Red Hat, type "rpm -qi apache" at the command line.&lt;BR /&gt;&lt;BR /&gt;(this may work for other RPM-based distros (like Mandrake), too)&lt;BR /&gt;&lt;BR /&gt;if rpm responds with "package apache not installed", then you need to install the apache rpm.&lt;BR /&gt;&lt;BR /&gt;If it is installed, then you can start it (as root) with "/etc/rc.d/init.d/httpd start".&lt;BR /&gt;&lt;BR /&gt;If you want it to start automatically when you start the computer, then type "chkconfig --add httpd". That creates links to apache's startup script.&lt;BR /&gt;&lt;BR /&gt;FWIW, "apachectl" isn't part of the Red Hat distro (I suspect it's not in other RPM-based distros, eikther).</description>
      <pubDate>Sat, 26 May 2001 01:12:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-apache-server/m-p/2532774#M79146</guid>
      <dc:creator>Calvin Dodge</dc:creator>
      <dc:date>2001-05-26T01:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Apache server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-apache-server/m-p/2532775#M79147</link>
      <description>I tried httpd start but got the following error msg:&lt;BR /&gt;&lt;BR /&gt;httpd: cannot determine local host name.&lt;BR /&gt;Use the ServerName directive to set it manually.&lt;BR /&gt;&lt;BR /&gt;How do I resolve the above?&lt;BR /&gt;&lt;BR /&gt;Thanks for your help!</description>
      <pubDate>Mon, 28 May 2001 07:39:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-apache-server/m-p/2532775#M79147</guid>
      <dc:creator>Clarence J</dc:creator>
      <dc:date>2001-05-28T07:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Apache server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-apache-server/m-p/2532776#M79148</link>
      <description>Apache is doing a reverse DNS lookup - trying to find the machine's name from its IP address.&lt;BR /&gt;&lt;BR /&gt;You can either set up DNS locally on your network (create a phony local domain and add entries for your Linux box), or use the ServerName directive.&lt;BR /&gt;&lt;BR /&gt;To do the latter, edit /etc/httpd/conf/httpd.conf and search for "ServerName".  Uncomment it (remove the "#" character in front of it) and put the name after it (you'll want a fully-qualified name, like "&lt;A href="http://www.mynetwork.local" target="_blank"&gt;www.mynetwork.local&lt;/A&gt;")</description>
      <pubDate>Mon, 28 May 2001 11:59:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-apache-server/m-p/2532776#M79148</guid>
      <dc:creator>Calvin Dodge</dc:creator>
      <dc:date>2001-05-28T11:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Apache server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-apache-server/m-p/2532777#M79149</link>
      <description>With mandrake linux, the easiest thing to do is type &lt;BR /&gt;&lt;BR /&gt;urpmi apache&lt;BR /&gt;&lt;BR /&gt;to install apache, followed by:&lt;BR /&gt;&lt;BR /&gt;service httpd start&lt;BR /&gt;&lt;BR /&gt;to be sure apache is running. you should be able to see a default page by contacting to &lt;A href="http://localhost.localdomain" target="_blank"&gt;http://localhost.localdomain&lt;/A&gt; imediately...&lt;BR /&gt;&lt;BR /&gt;In case you don't like command line, the same can be done with GUI tools in mandrake Control center</description>
      <pubDate>Fri, 03 Aug 2001 16:21:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-apache-server/m-p/2532777#M79149</guid>
      <dc:creator>Deno</dc:creator>
      <dc:date>2001-08-03T16:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Apache server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-apache-server/m-p/2532778#M79150</link>
      <description>Here is an excerpt from the httpd.conf file that needs to be configured for apache to run correctly. The server name directive that is referred to in your error is addressed here.&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# ServerName: allows you to set a host name which is sent back to clients for&lt;BR /&gt;# your server if it's different than the one the program would get (i.e., use&lt;BR /&gt;# "www" instead of the host's real name).&lt;BR /&gt;#&lt;BR /&gt;# Note: You cannot just invent host names and hope they work. The name you&lt;BR /&gt;# define here must be a valid DNS name for your host. If you don't understand&lt;BR /&gt;# this, ask your network administrator.&lt;BR /&gt;# If your host doesn't have a registered DNS name, enter its IP address here.&lt;BR /&gt;# You will have to access it by its address (e.g., &lt;A href="http://123.45.67.89/)" target="_blank"&gt;http://123.45.67.89/)&lt;/A&gt;&lt;BR /&gt;# anyway, and this will make redirections work in a sensible way.&lt;BR /&gt;#&lt;BR /&gt;ServerName intweb.interex.org&lt;BR /&gt;&lt;BR /&gt;This should fix your problem</description>
      <pubDate>Wed, 12 Sep 2001 15:41:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-apache-server/m-p/2532778#M79150</guid>
      <dc:creator>Jeffrey S. Sims</dc:creator>
      <dc:date>2001-09-12T15:41:51Z</dc:date>
    </item>
  </channel>
</rss>

