<?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: httpd.conf file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/httpd-conf-file/m-p/2780326#M584142</link>
    <description>Eric,&lt;BR /&gt;&lt;BR /&gt;I think you will receive more help here if you drop a line what your problem is, or what you want to achieve.&lt;BR /&gt;&lt;BR /&gt;N.B.&lt;BR /&gt;You don't have to care for the BindAddress directive if you don't plan to set up virtual hosts</description>
    <pubDate>Tue, 06 Aug 2002 07:50:59 GMT</pubDate>
    <dc:creator>Ralph Grothe</dc:creator>
    <dc:date>2002-08-06T07:50:59Z</dc:date>
    <item>
      <title>httpd.conf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/httpd-conf-file/m-p/2780323#M584139</link>
      <description>it is the apache server's httpd.conf file</description>
      <pubDate>Tue, 06 Aug 2002 07:31:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/httpd-conf-file/m-p/2780323#M584139</guid>
      <dc:creator>Eric_83</dc:creator>
      <dc:date>2002-08-06T07:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: httpd.conf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/httpd-conf-file/m-p/2780324#M584140</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;look at&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.onlamp.com/pub/a/apache/2000/03/02/configuring_apache.html" target="_blank"&gt;http://www.onlamp.com/pub/a/apache/2000/03/02/configuring_apache.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.pandc.org/proxy/slides-recent/slide22.htm" target="_blank"&gt;http://www.pandc.org/proxy/slides-recent/slide22.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.apache-ssl.org/httpd.conf.example" target="_blank"&gt;http://www.apache-ssl.org/httpd.conf.example&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What exactly is your question&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;         Steve Steel</description>
      <pubDate>Tue, 06 Aug 2002 07:38:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/httpd-conf-file/m-p/2780324#M584140</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-08-06T07:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: httpd.conf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/httpd-conf-file/m-p/2780325#M584141</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;  I think you must specify the addresses in which the webserver will listen. Uncomment the line Bind * and try. If it doesn??t work post the error mesagges that should appear in the errors file.&lt;BR /&gt;&lt;BR /&gt;Best regards.</description>
      <pubDate>Tue, 06 Aug 2002 07:42:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/httpd-conf-file/m-p/2780325#M584141</guid>
      <dc:creator>oiram</dc:creator>
      <dc:date>2002-08-06T07:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: httpd.conf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/httpd-conf-file/m-p/2780326#M584142</link>
      <description>Eric,&lt;BR /&gt;&lt;BR /&gt;I think you will receive more help here if you drop a line what your problem is, or what you want to achieve.&lt;BR /&gt;&lt;BR /&gt;N.B.&lt;BR /&gt;You don't have to care for the BindAddress directive if you don't plan to set up virtual hosts</description>
      <pubDate>Tue, 06 Aug 2002 07:50:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/httpd-conf-file/m-p/2780326#M584142</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2002-08-06T07:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: httpd.conf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/httpd-conf-file/m-p/2780327#M584143</link>
      <description>Hi,&lt;BR /&gt;I would have been easier to understand if this file was in the main thread .&lt;BR /&gt;To make it work on your system (virtuel hosting):&lt;BR /&gt;uncomment listen directives as follows :&lt;BR /&gt;listen &lt;MAIN_IP&gt;:80&lt;BR /&gt;listen &lt;VIRTUAL 1=""&gt;:80&lt;BR /&gt;listen &lt;VIRTUAL 2=""&gt;:80&lt;BR /&gt;replace main_ip ,virtual 1,virtual 2 by the ip address of your main server and your virtuals hosts.&lt;BR /&gt;&lt;BR /&gt;If you built with DSO your Apache , then add also :&lt;BR /&gt;LoadModule vhost_alias_module lib/modules/mod_vhost_alias.so &lt;BR /&gt;But I think it's not the case..&lt;BR /&gt;&lt;BR /&gt;hope that help&lt;BR /&gt;Benoit&lt;BR /&gt;&lt;/VIRTUAL&gt;&lt;/VIRTUAL&gt;&lt;/MAIN_IP&gt;</description>
      <pubDate>Tue, 06 Aug 2002 08:20:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/httpd-conf-file/m-p/2780327#M584143</guid>
      <dc:creator>benoit Bruckert</dc:creator>
      <dc:date>2002-08-06T08:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: httpd.conf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/httpd-conf-file/m-p/2780328#M584144</link>
      <description>My problem : the attach file is my web server&lt;BR /&gt;config file  and before I add the virtual &lt;BR /&gt;items , the web server is work well. But &lt;BR /&gt;when I add the virtual items the site isn't &lt;BR /&gt;work well. my main domain is xxx , virtual domain is &lt;A href="http://www.yyy.com" target="_blank"&gt;www.yyy.com&lt;/A&gt; and bbs.yyy.com .&lt;BR /&gt;After I edit the config file and restart httpd,&lt;BR /&gt;the main page did not output insted it the virutal site page outputed.&lt;BR /&gt;So I attach the config file for solve the problem . thankyou .&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Aug 2002 09:06:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/httpd-conf-file/m-p/2780328#M584144</guid>
      <dc:creator>Eric_83</dc:creator>
      <dc:date>2002-08-06T09:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: httpd.conf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/httpd-conf-file/m-p/2780329#M584145</link>
      <description>Did you make the changes I posted above ??</description>
      <pubDate>Tue, 06 Aug 2002 13:36:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/httpd-conf-file/m-p/2780329#M584145</guid>
      <dc:creator>benoit Bruckert</dc:creator>
      <dc:date>2002-08-06T13:36:43Z</dc:date>
    </item>
  </channel>
</rss>

