Introduce CGI_BASEDIR to point to the absolute where cgis are placed - gophercgis - Collection of gopher CGI/DCGI for geomyidae
(HTM) hg clone https://bitbucket.org/iamleot/gophercgis
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) changeset 58e3b383da25edf55287e8d86fd89eb479819203
(DIR) parent dd58bb62f94152b47c38a9a9dac24100afa19909
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Wed, 5 Dec 2018 00:17:52
Introduce CGI_BASEDIR to point to the absolute where cgis are placed
While here add a comment for each variable exported.
Diffstat:
common/config.sh | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff -r dd58bb62f941 -r 58e3b383da25 common/config.sh
--- a/common/config.sh Wed Dec 05 00:07:20 2018 +0100
+++ b/common/config.sh Wed Dec 05 00:17:52 2018 +0100
@@ -1,3 +1,11 @@
#!/bin/sh
+#
+# Absolute path where cgis are placed
+#
+export CGI_BASEDIR=/cgi
+
+#
+# PATH used by cgis
+#
export PATH=/usr/pkg/bin:${PATH}