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

2000-11-12 Thread slive
slive 00/11/12 15:54:17 Modified:htdocs/manual index.html htdocs/manual/mod mod_cgi.html htdocs/manual/howto cgi.html Log: Link up the cgi tutorial. I'm done for now if anyone else wants to take a crack at it. I'll probably change CGI script back

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

2000-11-12 Thread Rich Bowen
[EMAIL PROTECTED] wrote: ... > Rich, I hope I'm not stepping on your toes with these changes. Please > let me know if you object to anything here, and I'll be happy to back > it out. The only one that I'm not particularly fond of is ... - Change "CGI Program" to "CGI Script" in most loc

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

2000-11-12 Thread slive
slive 00/11/12 14:46:49 Modified:htdocs/manual/howto cgi.html Log: Some updates to the cgi tutorial. Notable changes: - Change "CGI Program" to "CGI Script" in most locations. This is less accurate overall, but is the canonical way of saying it in the Apache documentati

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

2000-11-12 Thread slive
slive 00/11/12 13:39:34 Modified:htdocs/manual/howto cgi.html Log: Just running this through html-tidy to make it easier to edit by hand. Revision ChangesPath 1.2 +414 -290 httpd-docs-1.3/htdocs/manual/howto/cgi.html Index: cgi.html ===

Re: File naming conventions

2000-11-12 Thread Rich Bowen
Joshua Slive wrote: > > On Sun, 12 Nov 2000, Rich Bowen wrote: > > So, we need to have a naming convention (I think we should get rid of > > the HOWTO, and use all lower case) and then get someone to change the > > file names in the actual CVS tree. > > +1 (I agree.) > > I think that you have th

cvs commit: httpd-docs-1.3/htdocs/manual index.html

2000-11-12 Thread rbowen
rbowen 00/11/12 12:41:12 Modified:htdocs/manual index.html Log: Changed link from howto/SSI-HOWTO.html to howto/ssi.html. I've renamed the files in howto/ to have more reasonable and consistent names. Submitted by: Rich Bowen Revision ChangesPath 1.42 +1 -1

cvs commit: httpd-docs-2.0/htdocs/manual/mod mod_rewrite.html

2000-11-12 Thread slive
slive 00/11/12 12:19:08 Modified:htdocs/manual/mod mod_rewrite.html Log: Typo in mod_rewrite.html. PR: 6835 Submitted by: [EMAIL PROTECTED] Revision ChangesPath 1.53 +1 -1 httpd-docs-2.0/htdocs/manual/mod/mod_rewrite.html Index: mod_rewrite.html

cvs commit: httpd-docs-1.3/htdocs/manual/mod mod_rewrite.html

2000-11-12 Thread slive
slive 00/11/12 12:17:56 Modified:htdocs/manual/mod mod_rewrite.html Log: Typo in mod_rewrite.html. PR: 6835 Submitted by: [EMAIL PROTECTED] Revision ChangesPath 1.53 +1 -1 httpd-docs-1.3/htdocs/manual/mod/mod_rewrite.html Index: mod_rewrite.html

Re: File naming conventions

2000-11-12 Thread Joshua Slive
On Sun, 12 Nov 2000, Rich Bowen wrote: > So, we need to have a naming convention (I think we should get rid of > the HOWTO, and use all lower case) and then get someone to change the > file names in the actual CVS tree. +1 (I agree.) I think that you have the premissions you need to muck directly

File naming conventions

2000-11-12 Thread Rich Bowen
Before I get so far down this road that I can't do anything about it, is there a file naming convention that I'm ignoring? I did the _HOWTO thing for no other reason than that it's what the LDP (Linux Documentation Project) does, which is, in retrospect, not a very good reason. And now I just reali

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

2000-11-12 Thread rbowen
rbowen 00/11/12 05:15:52 Added: htdocs/manual/howto cgi_HOWTO.html Log: CGI tutorial. Initial contribution. Revision ChangesPath 1.1 httpd-docs-1.3/htdocs/manual/howto/cgi_HOWTO.html Index: cgi_HOWTO.html

Re: CGI tutorial

2000-11-12 Thread Rich Bowen
Joshua Slive wrote: Thanks for your useful input. I've implemented it all except #5 and #7: > 5. A mention of suexec, perhaps under the "File permissions" section would > be appropriate. This is especially important because Redhat ships with > suexec enabled, but with permissions that cause scr

cvs commit: httpd-docs-1.3/htdocs/manual/misc FAQ-B.html

2000-11-12 Thread slive
slive 00/11/11 16:28:07 Modified:htdocs/manual/misc FAQ-B.html Log: Woops... support.cgi is only on www.apache.org. Revision ChangesPath 1.6 +3 -3 httpd-docs-1.3/htdocs/manual/misc/FAQ-B.html Index: FAQ-B.html ==

cvs commit: httpd-docs-1.3/htdocs/manual/misc FAQ-A.html FAQ-B.html FAQ-C.html FAQ-D.html FAQ-E.html FAQ-F.html FAQ-G.html FAQ-H.html FAQ-I.html FAQ.html

2000-11-12 Thread slive
slive 00/11/11 16:25:31 Modified:htdocs/manual/misc FAQ-A.html FAQ-B.html FAQ-C.html FAQ-D.html FAQ-E.html FAQ-F.html FAQ-G.html FAQ-H.html FAQ-I.html FAQ.html Log: Update all the references in the FAQ to the correct location of the

cvs commit: httpd-docs-1.3/htdocs index.html.ca index.html.de index.html.dk index.html.ee index.html.en index.html.fr index.html.he.iso8859-8 index.html.it index.html.ja.jis index.html.kr.iso-kr index.html.lu index.html.nl index.html.po.iso-pl index.html.pt index.html.pt-br index.html.ru.cp-1251 index.html.ru.cp866 index.html.ru.iso-ru index.html.ru.koi8-r index.html.ru.utf8 index.html.se index.html.tw.Big5

2000-11-12 Thread slive
slive 00/11/11 16:14:01 Modified:htdocs index.html.ca index.html.de index.html.dk index.html.ee index.html.en index.html.fr index.html.he.iso8859-8 index.html.it index.html.ja.jis index.html.kr.iso-kr

Re: CGI tutorial

2000-11-12 Thread Joshua Slive
On Sat, 11 Nov 2000, Rich Bowen wrote: > Just what we need. Yet another CGI tutorial. But I thought it might be > useful to have an introductory CGI tutorial in the Apache docs, and, > hey, I've already written it. > > For your rewiew and comments, here 'tis. Please be ruthless, as before, > and