From e3c1e4660a0fa359a4d00cd292b308ff261799e8 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Nov 26 2011 18:52:22 +0000 Subject: Add `centos-web.cfg' file to `centos-web' application. --- diff --git a/Scripts/Python/centos-web/cgi-bin/centos-web.cfg b/Scripts/Python/centos-web/cgi-bin/centos-web.cfg new file mode 100644 index 0000000..f956eec --- /dev/null +++ b/Scripts/Python/centos-web/cgi-bin/centos-web.cfg @@ -0,0 +1,17 @@ +# +# This file provides the configuration options used by +# `centos-web.cgi' script. +# +# ------------------------------------------------------------------ +# $Id$ +# ------------------------------------------------------------------ + +[webserver] + +# baseurl: define the url string used to acess the `centos-web.cgi' +# application. This configuration must reflects the configuration set +# inside the `/etc/httpd/conf.d/centos-web.conf' file and, this way, +# refer refer public contents (e.g., images and css files) from +# `centos-web.cgi' script in a portable way. By default, an alias +# configuration is used. +baseurl = "https://projects.centos.org/centos-web/"