<?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: Apache httpd.conf in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-httpd-conf/m-p/3179570#M515101</link>
    <description>John,&lt;BR /&gt;&lt;BR /&gt;Here are some samples:&lt;BR /&gt;&lt;A href="http://66.102.7.104/search?q=cache:uqWtBHuoAd8J:www.ccl.net/cca/software/UNIX/apache/tj3.1/httpd.conf.shtml+httpd.conf&amp;amp;hl=en&amp;amp;ie=UTF-8" target="_blank"&gt;http://66.102.7.104/search?q=cache:uqWtBHuoAd8J:www.ccl.net/cca/software/UNIX/apache/tj3.1/httpd.conf.shtml+httpd.conf&amp;amp;hl=en&amp;amp;ie=UTF-8&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://dev.w3.org/cvsweb/validator/httpd/conf/httpd.conf" target="_blank"&gt;http://dev.w3.org/cvsweb/validator/httpd/conf/httpd.conf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://robert-web.de/httpdconf.shtml" target="_blank"&gt;http://robert-web.de/httpdconf.shtml&lt;/A&gt; (in German, but you can see the ideas)&lt;BR /&gt;&lt;BR /&gt;And a document discussing how it's done:&lt;BR /&gt;&lt;A href="http://httpd.apache.org/docs/configuring.html" target="_blank"&gt;http://httpd.apache.org/docs/configuring.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Mic&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 31 Jan 2004 16:50:38 GMT</pubDate>
    <dc:creator>Mic V.</dc:creator>
    <dc:date>2004-01-31T16:50:38Z</dc:date>
    <item>
      <title>Apache httpd.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-httpd-conf/m-p/3179569#M515100</link>
      <description>Could someone show me a configured httpd.conf file?&lt;BR /&gt;I'm having trouble knowing where to put the web pages and allowing access. When I go to another machine on my intranet and type the IP and port 80 I get a "Forbidden" page but it does identify the srever as running. Could someone help?</description>
      <pubDate>Sat, 31 Jan 2004 15:43:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-httpd-conf/m-p/3179569#M515100</guid>
      <dc:creator>John Ramsay_2</dc:creator>
      <dc:date>2004-01-31T15:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Apache httpd.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-httpd-conf/m-p/3179570#M515101</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;Here are some samples:&lt;BR /&gt;&lt;A href="http://66.102.7.104/search?q=cache:uqWtBHuoAd8J:www.ccl.net/cca/software/UNIX/apache/tj3.1/httpd.conf.shtml+httpd.conf&amp;amp;hl=en&amp;amp;ie=UTF-8" target="_blank"&gt;http://66.102.7.104/search?q=cache:uqWtBHuoAd8J:www.ccl.net/cca/software/UNIX/apache/tj3.1/httpd.conf.shtml+httpd.conf&amp;amp;hl=en&amp;amp;ie=UTF-8&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://dev.w3.org/cvsweb/validator/httpd/conf/httpd.conf" target="_blank"&gt;http://dev.w3.org/cvsweb/validator/httpd/conf/httpd.conf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://robert-web.de/httpdconf.shtml" target="_blank"&gt;http://robert-web.de/httpdconf.shtml&lt;/A&gt; (in German, but you can see the ideas)&lt;BR /&gt;&lt;BR /&gt;And a document discussing how it's done:&lt;BR /&gt;&lt;A href="http://httpd.apache.org/docs/configuring.html" target="_blank"&gt;http://httpd.apache.org/docs/configuring.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Mic&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 31 Jan 2004 16:50:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-httpd-conf/m-p/3179570#M515101</guid>
      <dc:creator>Mic V.</dc:creator>
      <dc:date>2004-01-31T16:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Apache httpd.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-httpd-conf/m-p/3179571#M515102</link>
      <description>I'm sure someone can give a better answer, but this is Saturday, so I'll jump in.&lt;BR /&gt;&lt;BR /&gt;Basically, in your httpd.conf, you have a DocumentRoot line.  That's where your web pages (including index.html) go.  There's also a Port line in httpd.conf; that tells what port to use.  If you have "Port 1080", you cannot use http ... myserver:80 -- you must use http ... myserver:1080. &lt;BR /&gt;&lt;BR /&gt;Answering from memory; I think I'm correct, but I know there are a lot of possible permutations to this.  &lt;BR /&gt;&lt;BR /&gt;It would be easiest to debug if you posted your httpd.conf, but if this server is ever going to be visible from the Internet, it's not a good idea without a lot of "hiding" of information.  (It's the idea of why give someone the outline of the key to your house so they can forge a key.)&lt;BR /&gt;&lt;BR /&gt;Mic</description>
      <pubDate>Sat, 31 Jan 2004 16:55:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-httpd-conf/m-p/3179571#M515102</guid>
      <dc:creator>Mic V.</dc:creator>
      <dc:date>2004-01-31T16:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Apache httpd.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-httpd-conf/m-p/3179572#M515103</link>
      <description>I'm attaching mine for reference.  Nothing special in there, but its production.&lt;BR /&gt;&lt;BR /&gt;This is Apache 2.0.48, let me know if you need a 1.3 file, I have that too.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sat, 31 Jan 2004 20:44:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-httpd-conf/m-p/3179572#M515103</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-01-31T20:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Apache httpd.conf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-httpd-conf/m-p/3179573#M515104</link>
      <description>Note, that if you start your apache server via a user other than root, I'm told you can't get to the low port number like 80</description>
      <pubDate>Sun, 01 Feb 2004 15:05:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-httpd-conf/m-p/3179573#M515104</guid>
      <dc:creator>R. Allan Hicks</dc:creator>
      <dc:date>2004-02-01T15:05:39Z</dc:date>
    </item>
  </channel>
</rss>

