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

2002-01-20 Thread rbowen
rbowen 02/01/20 08:39:41 Modified:htdocs/manual/mod mod_include.html Log: Based on a discussion on usenet, a little more detail regarding exec cgi and include virtual, with a few examples. Revision ChangesPath 1.39 +19 -3 httpd-docs-1.3/htdocs/manual/mod/mod_i

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

2002-01-20 Thread rbowen
rbowen 02/01/20 06:43:56 Modified:htdocs/manual/mod mod_include.html Log: Formatting changes for better readability. Specific examples in the #exec cgi section. Anchor on the "include variables" section so that references to it don't seem quite so out of context. Revision

Re: german doc

2002-01-20 Thread Lars Eilebrecht
According to Simon Putz: > its not too easy to translate those things yes thats right, because > you just cant find words and you have to explain it > in your own words not going too far from the original text;) Well, actually it is sometimes better to going away from the original text, because a

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

2002-01-20 Thread Joshua Slive
> From: Rich Bowen [mailto:[EMAIL PROTECTED] > > On 20 Jan 2002 [EMAIL PROTECTED] wrote: > > > + > > + The server will execute the given string using > > /bin/sh. The include variables are available > > + to the command. > > It occurred to me after s

Re: SSI exec cmd on Win32

2002-01-20 Thread William A. Rowe, Jr.
At one time, this was a problem with suexec as well. Does it remain a problem on that platform? I have no problem, seeing the issue, with writing the fix later tonight for 2.0.31-dev/1.3.23-dev. The bigger issue, did we ever fix for suexec as well? The lingering pain was with spaces in the comm

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

2002-01-20 Thread rbowen
rbowen 02/01/19 18:58:23 Modified:htdocs/manual/mod mod_log_agent.html Log: Add an example to the mod_log_agent documentation - rather than jsut saying that the directive is deprecated, show the right way to do it. Revision ChangesPath 1.14 +9 -1 httpd-docs-1

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

2002-01-20 Thread Rich Bowen
On 20 Jan 2002 [EMAIL PROTECTED] wrote: > + > + The server will execute the given string using > /bin/sh. The include variables are available > + to the command. It occurred to me after submitting the patch that I don't know what this statement means

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

2002-01-20 Thread rbowen
rbowen 02/01/19 18:41:08 Modified:htdocs/manual/mod mod_include.html Log: Insert a warning about the broken-ness of #exec cmd on Win32, and encourage people to use #include virtual instead. Revision ChangesPath 1.37 +20 -2 httpd-docs-1.3/htdocs/manual/mod/mod_

RE: SSI exec cmd on Win32

2002-01-20 Thread Rich Bowen
On Sat, 19 Jan 2002, Rich Bowen wrote: > Yes, I will add a comment of that nature to my patch, althoght there is, > I believe, already a comment like this in the #exec cgi documentation. OK, here's my revised patch: diff -B -b -u -r1.36 mod_include.html --- mod_include.html11 Nov 2001 03:24:

RE: SSI exec cmd on Win32

2002-01-20 Thread Rich Bowen
On Sat, 19 Jan 2002, Joshua Slive wrote: > > > From: Rich Bowen [mailto:[EMAIL PROTECTED] > > > On Win32, the SSI directive 'exec cmd' is borked, permitting the > > execution of simple one-word commands like 'dir', but failing on > > commands containing spaces, such as 'perl /path/to/script arg1 a

Re: SSI exec cmd on Win32

2002-01-20 Thread Rich Bowen
On Sat, 19 Jan 2002, Rich Bowen wrote: > On Win32, the SSI directive 'exec cmd' is borked, permitting the > execution of simple one-word commands like 'dir', but failing on > commands containing spaces, such as 'perl /path/to/script arg1 arg2' > > After wrestling with this for nearly 2 hours, I as

RE: SSI exec cmd on Win32

2002-01-20 Thread Joshua Slive
> From: Rich Bowen [mailto:[EMAIL PROTECTED] > On Win32, the SSI directive 'exec cmd' is borked, permitting the > execution of simple one-word commands like 'dir', but failing on > commands containing spaces, such as 'perl /path/to/script arg1 arg2' > > After wrestling with this for nearly 2 hour

SSI exec cmd on Win32

2002-01-20 Thread Rich Bowen
On Win32, the SSI directive 'exec cmd' is borked, permitting the execution of simple one-word commands like 'dir', but failing on commands containing spaces, such as 'perl /path/to/script arg1 arg2' After wrestling with this for nearly 2 hours, I asked on c.i.w.servers.www, and got a very rapid re