You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2001/11/23 05:57:42 UTC

cvs commit: httpd-docs-1.3/htdocs/manual/howto cgi.html.en

rbowen      01/11/22 20:57:42

  Modified:    htdocs/manual/howto cgi.html.en
  Log:
  Remove references to rcbowen.com to try to cut down on the spam just a
  little.
  
  Revision  Changes    Path
  1.8       +1 -2      httpd-docs-1.3/htdocs/manual/howto/cgi.html.en
  
  Index: cgi.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/howto/cgi.html.en,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- cgi.html.en	2001/10/08 01:23:28	1.7
  +++ cgi.html.en	2001/11/23 04:57:42	1.8
  @@ -6,7 +6,6 @@
       <meta name="generator" content="HTML Tidy, see www.w3.org" />
   
       <title>Apache Tutorial: Dynamic Content with CGI</title>
  -    <link rev="made" href="mailto:rbowen@rcbowen.com" />
     </head>
     <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
   
  @@ -158,7 +157,7 @@
       be treated as a CGI program.</p>
   
       <p>For example, if the URL
  -    <code>http://dev.rcbowen.com/cgi-bin/test.pl</code> is
  +    <code>http://www.example.com/cgi-bin/test.pl</code> is
       requested, Apache will attempt to execute the file
       <code>/usr/local/apache/cgi-bin/test.pl</code> and return the
       output. Of course, the file will have to exist, and be