summaryrefslogtreecommitdiffstats
path: root/modules/generators/mod_cgi.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Once moved to a shared location, this bouncy #include diesWilliam A. Rowe Jr2002-06-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95537 13f79535-47bb-0310-9956-ffa450edef68
* Consolidated the startup attributes for building the command line for a CGIBradley Nicholes2002-06-061-1/+18
| | | | | | | | | binary into a single structure. This allows platform integrator to manipulate the startup parameters much more easily. Also added the detach attribute so that each CGI binary can be spawn appropriately for the OS. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95534 13f79535-47bb-0310-9956-ffa450edef68
* process_cgi is more descriptive than replace_cmd.William A. Rowe Jr2002-04-131-3/+3
| | | | | | | It also affects query_string args. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94638 13f79535-47bb-0310-9956-ffa450edef68
* In order for Win32 to accept the shebang line of #!perl so we 1) searchWilliam A. Rowe Jr2002-04-131-1/+6
| | | | | | | | | the PATH and 2) resolve perl.exe for perl, we must add the progtype so we can override APR_PROGRAM with APR_PROGRAM_PATH. This is the API change only for the cgi build command line option function. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94634 13f79535-47bb-0310-9956-ffa450edef68
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93918 13f79535-47bb-0310-9956-ffa450edef68
* Fix the cmd command for mod_include. When we are processingRyan Bloom2001-11-241-1/+1
| | | | | | | | | | | | | a cmd command, we do not want to use the r->filename to set the command name. The command comes from the SSI tag. To do this, I added a variable to the function that builds the command line in mod_cgi. This allows the include_cmd function to specify the command line itself. PR: 8772 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92150 13f79535-47bb-0310-9956-ffa450edef68
* Doxygenize thisCliff Woolley2001-09-181-2/+1
| | | | | | | Submitted by: Ian Holsman git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91061 13f79535-47bb-0310-9956-ffa450edef68
* Here's the declaration for all to share. Don't expect many to use it.William A. Rowe Jr2001-09-181-0/+79
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91059 13f79535-47bb-0310-9956-ffa450edef68