Lines Matching refs:cgi
4 # desktop.cgi:
6 # This is an example CGI script to provide multi-user web access to
31 # https://your.webserver.net/cgi-bin/desktop.cgi
54 # 'desktop.cgi.conf' in the same directory as desktop.cgi. It will be
55 # sourced after the defaults are set. The format of desktop.cgi.conf
58 # For example, if you put something like this in desktop.cgi.conf:
88 # You should put this script in, say, a cgi-bin directory. Enable cgi
94 # ScriptAlias /cgi-bin/ "/dist/apache/2.0/cgi-bin/"
96 # <Directory "/dist/apache/2.0/cgi-bin">
105 # <Directory "/dist/apache/2.0/cgi-bin">
112 # You can test that you have CGI scripts working properly with the
113 # 'test-cgi' and 'printenv' scripts apache provides.
115 # Copy this file (desktop.cgi) to /dist/apache/2.0/cgi-bin and then run
180 # customize it to meet your needs, e.g. switch to php, newer cgi modules,
196 # You can modify them in this script or by override file 'desktop.cgi.conf'
202 # desktop.cgi is free software; you can redistribute it and/or modify
207 # desktop.cgi is distributed in the hope that it will be useful,
213 # along with desktop.cgi; if not, write to the Free Software
456 # the bye() subtroutine in your desktop.cgi.conf file.
461 # 'desktop.cgi.conf'. It is sourced here.
763 my $tmpfile = `/bin/mktemp /tmp/desktop.cgi.XXXXXX`;
820 my $md5 = `/bin/mktemp /tmp/desktop.cgi.XXXXXX`;
1056 my $fifo = `/bin/mktemp /tmp/desktop.cgi.XXXXXX`;
1154 my $lock = '/tmp/desktop.cgi.lock';