<?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: own cgi scripts and security by Apache 2 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/own-cgi-scripts-and-security-by-apache-2/m-p/3262634#M11745</link>
    <description>hi Stuart&lt;BR /&gt;&lt;BR /&gt;and where can I find "cgiwrap" ?&lt;BR /&gt;&lt;BR /&gt;greetings&lt;BR /&gt;chris</description>
    <pubDate>Fri, 30 Apr 2004 18:35:29 GMT</pubDate>
    <dc:creator>'chris'</dc:creator>
    <dc:date>2004-04-30T18:35:29Z</dc:date>
    <item>
      <title>own cgi scripts and security by Apache 2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/own-cgi-scripts-and-security-by-apache-2/m-p/3262630#M11741</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;I have linux SuSE 8.2 with Apache 2&lt;BR /&gt;and I've setup many virtual server&lt;BR /&gt;&lt;BR /&gt;following example:&lt;BR /&gt;&lt;BR /&gt;&lt;VIRTUALHOST x.x.x.x=""&gt;&lt;BR /&gt;DocumentRoot "/srv/www/htdocs"&lt;BR /&gt;ServerName domain.com:80&lt;BR /&gt;Scriptalias /cgi-bin/ "/srv/www/cgi-bin/"&lt;BR /&gt;&lt;/VIRTUALHOST&gt;&lt;BR /&gt;&lt;BR /&gt;how to secure cgi ?&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;chris</description>
      <pubDate>Thu, 29 Apr 2004 05:54:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/own-cgi-scripts-and-security-by-apache-2/m-p/3262630#M11741</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-04-29T05:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: own cgi scripts and security by Apache 2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/own-cgi-scripts-and-security-by-apache-2/m-p/3262631#M11742</link>
      <description>What do you meant with "secure cgi" ?&lt;BR /&gt;&lt;BR /&gt;Peace, R.&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Apr 2004 07:40:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/own-cgi-scripts-and-security-by-apache-2/m-p/3262631#M11742</guid>
      <dc:creator>Roberto Polli</dc:creator>
      <dc:date>2004-04-29T07:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: own cgi scripts and security by Apache 2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/own-cgi-scripts-and-security-by-apache-2/m-p/3262632#M11743</link>
      <description>Step 1:&lt;BR /&gt;&lt;BR /&gt;make sure permissions on the scripts in the cgi-bin directory are as stingy as possible. chmod a+x *&lt;BR /&gt;chmod o-w *&lt;BR /&gt;chmod a+r *&lt;BR /&gt;&lt;BR /&gt;that o-w statment makes sure the world outside your server can't change them. If they can change them, the spammers WILL use the scripts to send spam mail.&lt;BR /&gt;&lt;BR /&gt;Step 2&lt;BR /&gt;&lt;BR /&gt;Have a robots.txt file&lt;BR /&gt;&lt;BR /&gt;It looks like this.&lt;BR /&gt;&lt;BR /&gt;User-agent: * &lt;BR /&gt;Disallow: /cgi-bin&lt;BR /&gt;Disallow: /server-cgi&lt;BR /&gt;Disallow: /images&lt;BR /&gt;&lt;BR /&gt;This prevents people from directly executing, your cgi scripts without running the form that is supposed to call it in a post/get.&lt;BR /&gt;&lt;BR /&gt;If they try and use them directly and they will with names like hostform.cgi and form.cgi and formail.cgi it will show up in the httpd error log.&lt;BR /&gt;&lt;BR /&gt;At that point you can process those logs into firewall entries and keep the spammers off your servers.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 29 Apr 2004 09:40:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/own-cgi-scripts-and-security-by-apache-2/m-p/3262632#M11743</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-04-29T09:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: own cgi scripts and security by Apache 2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/own-cgi-scripts-and-security-by-apache-2/m-p/3262633#M11744</link>
      <description>You might also want to look into 'cgiwrap' to get users to be able to create/own their own..</description>
      <pubDate>Thu, 29 Apr 2004 20:40:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/own-cgi-scripts-and-security-by-apache-2/m-p/3262633#M11744</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-04-29T20:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: own cgi scripts and security by Apache 2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/own-cgi-scripts-and-security-by-apache-2/m-p/3262634#M11745</link>
      <description>hi Stuart&lt;BR /&gt;&lt;BR /&gt;and where can I find "cgiwrap" ?&lt;BR /&gt;&lt;BR /&gt;greetings&lt;BR /&gt;chris</description>
      <pubDate>Fri, 30 Apr 2004 18:35:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/own-cgi-scripts-and-security-by-apache-2/m-p/3262634#M11745</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-04-30T18:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: own cgi scripts and security by Apache 2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/own-cgi-scripts-and-security-by-apache-2/m-p/3262635#M11746</link>
      <description>&lt;A href="http://cgiwrap.unixtools.org/" target="_blank"&gt;http://cgiwrap.unixtools.org/&lt;/A&gt;</description>
      <pubDate>Sat, 01 May 2004 08:58:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/own-cgi-scripts-and-security-by-apache-2/m-p/3262635#M11746</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-05-01T08:58:28Z</dc:date>
    </item>
  </channel>
</rss>

