<?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 Alias Configuration in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/apache-alias-configuration/m-p/3243378#M1701</link>
    <description>Rob,&lt;BR /&gt;&lt;BR /&gt;I still have the feeling (based on the Pacahe documentation) it's a matter of resolving names/adresses. &lt;BR /&gt;&lt;BR /&gt;Check on gamma what DNS returns on it's own names (with and without domain) using NSLOOKUP and/or DIG. probably it will be Ok, but just to rule things out.&lt;BR /&gt;Do you run BIND on gamma as well, or do you use an external DNS only? It may be worthwile to check these as well. Beware of case! I would be surprised if case mattered. &lt;BR /&gt;&lt;BR /&gt;I'l have a look on my server tonight. Stay tuned.&lt;BR /&gt;&lt;BR /&gt;Willem</description>
    <pubDate>Thu, 08 Apr 2004 08:13:59 GMT</pubDate>
    <dc:creator>Willem Grooters</dc:creator>
    <dc:date>2004-04-08T08:13:59Z</dc:date>
    <item>
      <title>Apache Alias Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-alias-configuration/m-p/3243371#M1694</link>
      <description>I've got Apache running on a test node, so I decided to try and fix a problem with alias redirection.&lt;BR /&gt;&lt;BR /&gt;My HTTPD.CONF currently says :-&lt;BR /&gt;&lt;BR /&gt;alias /webreport/ "/webreport$system/"&lt;BR /&gt;alias /WEBREPORT/ "/webreport$system/"&lt;BR /&gt;&lt;BR /&gt;..which means that I have to enter the URL with a '/' on the end, i.e. "&lt;A href="http://www.server.com/webreport/" target="_blank"&gt;www.server.com/webreport/&lt;/A&gt;".&lt;BR /&gt;&lt;BR /&gt;Can anyone tell me how I can set this up to work without the slash?&lt;BR /&gt;&lt;BR /&gt;I've read through &lt;A href="http://httpd.apache.org/docs/misc/FAQ.html#set-servername" target="_blank"&gt;http://httpd.apache.org/docs/misc/FAQ.html#set-servername&lt;/A&gt;&lt;BR /&gt;, but couldn't make it work.&lt;BR /&gt;&lt;BR /&gt;Cheers, Rob.</description>
      <pubDate>Thu, 08 Apr 2004 04:43:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-alias-configuration/m-p/3243371#M1694</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2004-04-08T04:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Alias Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-alias-configuration/m-p/3243372#M1695</link>
      <description>Rob,&lt;BR /&gt;&lt;BR /&gt;I have no other access to my webserver but I'm sure I have solved this.&lt;BR /&gt;On the other hand. the link you suplied tells me the answer in paragraph 9.&lt;BR /&gt;&lt;BR /&gt;reading this, I conclude:&lt;BR /&gt;&lt;BR /&gt;Alias /example/ /home/www/example/&lt;BR /&gt;&lt;BR /&gt;will require trailing slash in the URL, where &lt;BR /&gt;&lt;BR /&gt;Alias /example /home/www/example&lt;BR /&gt;&lt;BR /&gt;does not.&lt;BR /&gt;&lt;BR /&gt;My idea is: remove the trailing slashes.</description>
      <pubDate>Thu, 08 Apr 2004 05:03:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-alias-configuration/m-p/3243372#M1695</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2004-04-08T05:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Alias Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-alias-configuration/m-p/3243373#M1696</link>
      <description>Tried that, and I just get a DNS error!</description>
      <pubDate>Thu, 08 Apr 2004 05:06:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-alias-configuration/m-p/3243373#M1696</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2004-04-08T05:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Alias Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-alias-configuration/m-p/3243374#M1697</link>
      <description>Rob,&lt;BR /&gt;&lt;BR /&gt;to get it straihgt:&lt;BR /&gt;&lt;BR /&gt;Specified WITH trailing slash:&lt;BR /&gt;&lt;BR /&gt;http://server/examples/ is Ok,&lt;BR /&gt;http://server/examples  is NOT.&lt;BR /&gt;&lt;BR /&gt;as expected.&lt;BR /&gt;WHAT is shown? Directory listing, or have you specified an index file (index.html, deafult.htm - whatever)&lt;BR /&gt;&lt;BR /&gt;Specified WITHOUT trailing slash:&lt;BR /&gt;&lt;BR /&gt;http://server/examples/ is NOT&lt;BR /&gt;http://server/examples  is NOT&lt;BR /&gt;&lt;BR /&gt;NOT = 404-page?&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Apr 2004 05:18:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-alias-configuration/m-p/3243374#M1697</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2004-04-08T05:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Alias Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-alias-configuration/m-p/3243375#M1698</link>
      <description>Config is :-&lt;BR /&gt;&lt;BR /&gt;alias /webreport "/webreport$system"&lt;BR /&gt;alias /WEBREPORT "/webreport$system"&lt;BR /&gt;&lt;BR /&gt;URL is :-&lt;BR /&gt;&lt;BR /&gt;http://gamma:8446/webreport&lt;BR /&gt;&lt;BR /&gt;Response is :-&lt;BR /&gt;"Cannot find server or DNS Error&lt;BR /&gt;Internet Explorer"&lt;BR /&gt;&lt;BR /&gt;"10.110.16.239 - raa [08/Apr/2004:11:19:49 +0000] "GET /webreport HTTP/1.1" 301 329"&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
      <pubDate>Thu, 08 Apr 2004 05:36:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-alias-configuration/m-p/3243375#M1698</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2004-04-08T05:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Alias Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-alias-configuration/m-p/3243376#M1699</link>
      <description>One thing to try:&lt;BR /&gt;I assume gamma has a domain as well:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gamma.domain.tld:8446/webreport" target="_blank"&gt;http://gamma.domain.tld:8446/webreport&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;given that the fully qualified name is known in DNS or in the local HOST file of gamma itself.&lt;BR /&gt;&lt;BR /&gt;Given the apache documentation, APACHE will try to redirect and tell the client what to use exactly. It must therefore know the server name. Either by 'guessing' - using DNS, probably - or you tell it - by the Servername directive.&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Apr 2004 05:59:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-alias-configuration/m-p/3243376#M1699</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2004-04-08T05:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Alias Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-alias-configuration/m-p/3243377#M1700</link>
      <description>Tried :-&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gamma.tbs-ltd.co.uk:8446/webreport," target="_blank"&gt;http://gamma.tbs-ltd.co.uk:8446/webreport,&lt;/A&gt; but still the same error.&lt;BR /&gt;&lt;BR /&gt;I also have a 'ServerName' directive, but this doesn't help either :-&lt;BR /&gt;&lt;BR /&gt;ServerName gamma.tbs-ltd.co.uk&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
      <pubDate>Thu, 08 Apr 2004 06:03:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-alias-configuration/m-p/3243377#M1700</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2004-04-08T06:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Alias Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-alias-configuration/m-p/3243378#M1701</link>
      <description>Rob,&lt;BR /&gt;&lt;BR /&gt;I still have the feeling (based on the Pacahe documentation) it's a matter of resolving names/adresses. &lt;BR /&gt;&lt;BR /&gt;Check on gamma what DNS returns on it's own names (with and without domain) using NSLOOKUP and/or DIG. probably it will be Ok, but just to rule things out.&lt;BR /&gt;Do you run BIND on gamma as well, or do you use an external DNS only? It may be worthwile to check these as well. Beware of case! I would be surprised if case mattered. &lt;BR /&gt;&lt;BR /&gt;I'l have a look on my server tonight. Stay tuned.&lt;BR /&gt;&lt;BR /&gt;Willem</description>
      <pubDate>Thu, 08 Apr 2004 08:13:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-alias-configuration/m-p/3243378#M1701</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2004-04-08T08:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Alias Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-alias-configuration/m-p/3243379#M1702</link>
      <description>Stupid question: do you remember restart apache server after any change?&lt;BR /&gt;Link to apache hint write as follows:&lt;BR /&gt;alias /webreport "/webreport$system"&lt;BR /&gt;without trailing slash on both names.&lt;BR /&gt;On my local test system works this one too:&lt;BR /&gt;alias /webreport "/webreport$system/"&lt;BR /&gt; &lt;BR /&gt;@Antoniov&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Apr 2004 05:28:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-alias-configuration/m-p/3243379#M1702</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-04-09T05:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Alias Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-alias-configuration/m-p/3243380#M1703</link>
      <description>Hi Rob,&lt;BR /&gt;I think  webreport$system is a logical name; don't forgot apache is projected for Unix so can't recognize reference. For example in ftp (also designed for Unix) if you type &lt;BR /&gt;cd webreport$system &lt;BR /&gt;doesn't work while typing&lt;BR /&gt;cd webreport$system: &lt;BR /&gt;works fine.&lt;BR /&gt;May be same problem on apache. Perhaps you could write&lt;BR /&gt;alias /webreport "webreport$system:/"&lt;BR /&gt; &lt;BR /&gt;@Antoniov&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Apr 2004 09:53:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-alias-configuration/m-p/3243380#M1703</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-04-10T09:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Alias Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-alias-configuration/m-p/3243381#M1704</link>
      <description>Rob,&lt;BR /&gt;&lt;BR /&gt;Just checked: I have my aliases with trailing slashed, currently - opposed to what I thought :-((&lt;BR /&gt;Anyway, I'll try to find out.</description>
      <pubDate>Mon, 16 Sep 2024 09:19:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-alias-configuration/m-p/3243381#M1704</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2024-09-16T09:19:15Z</dc:date>
    </item>
  </channel>
</rss>

