<?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 FTP Site Hosting problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-site-hosting-problem/m-p/4275002#M334805</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I have modified the Apache httpd.conf file to include the pub dircetory to host the ftp site along with another web application that is running on the server.&lt;BR /&gt;&lt;BR /&gt;The problem is when I am logging into the ftp site. It is giving the directories but the icons are not coming properly. The error log from apache says&lt;BR /&gt;&lt;BR /&gt;client denied by server configuration: /opt/apache/icons/back.gif, re&lt;BR /&gt;ferer: &lt;MYSERVER name=""&gt;/pub/&lt;BR /&gt;&lt;BR /&gt;This is how I modified the httpd.conf to include the pub dircetory&lt;BR /&gt;&lt;BR /&gt;&lt;LOCATION&gt;&lt;BR /&gt;AuthName "FTP Site"&lt;BR /&gt;AuthType Basic&lt;BR /&gt;AuthUserFile /opt/hpws/apache/pswd.file&lt;BR /&gt;require valid-user&lt;BR /&gt;#AuthGroupFile /opt/hpws/apache/group.file&lt;BR /&gt;&lt;/LOCATION&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;/MYSERVER&gt;</description>
    <pubDate>Wed, 24 Sep 2008 07:54:30 GMT</pubDate>
    <dc:creator>Sutapa Dey</dc:creator>
    <dc:date>2008-09-24T07:54:30Z</dc:date>
    <item>
      <title>FTP Site Hosting problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-site-hosting-problem/m-p/4275002#M334805</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I have modified the Apache httpd.conf file to include the pub dircetory to host the ftp site along with another web application that is running on the server.&lt;BR /&gt;&lt;BR /&gt;The problem is when I am logging into the ftp site. It is giving the directories but the icons are not coming properly. The error log from apache says&lt;BR /&gt;&lt;BR /&gt;client denied by server configuration: /opt/apache/icons/back.gif, re&lt;BR /&gt;ferer: &lt;MYSERVER name=""&gt;/pub/&lt;BR /&gt;&lt;BR /&gt;This is how I modified the httpd.conf to include the pub dircetory&lt;BR /&gt;&lt;BR /&gt;&lt;LOCATION&gt;&lt;BR /&gt;AuthName "FTP Site"&lt;BR /&gt;AuthType Basic&lt;BR /&gt;AuthUserFile /opt/hpws/apache/pswd.file&lt;BR /&gt;require valid-user&lt;BR /&gt;#AuthGroupFile /opt/hpws/apache/group.file&lt;BR /&gt;&lt;/LOCATION&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;/MYSERVER&gt;</description>
      <pubDate>Wed, 24 Sep 2008 07:54:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-site-hosting-problem/m-p/4275002#M334805</guid>
      <dc:creator>Sutapa Dey</dc:creator>
      <dc:date>2008-09-24T07:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Site Hosting problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-site-hosting-problem/m-p/4275003#M334806</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;ftp is designed to work in a little jail of its own, /pub/ This looks like anonymous ftp to me.&lt;BR /&gt;&lt;BR /&gt;You are trying to impose apache access restrictions on an area that is unable to see the apache icons.&lt;BR /&gt;&lt;BR /&gt;ftp has its own authorization.&lt;BR /&gt;&lt;BR /&gt;What you might be able to do is modify the home directory of the ftp user in /etc/passwd to be inside the apache patch, /var/www/html and then you might get the functionality you want.&lt;BR /&gt;&lt;BR /&gt;I'm not sure your .htaccess configuration will work, but you can try that after relocating the default ftp directory from /pub/ to a better location.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 24 Sep 2008 08:16:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-site-hosting-problem/m-p/4275003#M334806</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-09-24T08:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Site Hosting problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-site-hosting-problem/m-p/4275004#M334807</link>
      <description>Is there no way like what if I copy paste the icons from the apache icons folder to the ftp folder. Space is a constraint in /opt/apache partition. Hence cannot move the ftp folder to /opt. Please suggest any alternate configurations in httpd.conf if there is one for the same.</description>
      <pubDate>Wed, 24 Sep 2008 08:32:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-site-hosting-problem/m-p/4275004#M334807</guid>
      <dc:creator>Sutapa Dey</dc:creator>
      <dc:date>2008-09-24T08:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Site Hosting problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-site-hosting-problem/m-p/4275005#M334808</link>
      <description>The problem is with alias /icons in apache configuration. This alias is global for all hosted sites.&lt;BR /&gt;&lt;BR /&gt;You can define your alias for your host or just copy the icons directory under root directory of your virtual host.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Wed, 24 Sep 2008 09:11:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-site-hosting-problem/m-p/4275005#M334808</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2008-09-24T09:11:13Z</dc:date>
    </item>
  </channel>
</rss>

