From 22462ca23336d42ac0b222f340e452fd000e46cb Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Nov 25 2011 01:42:26 +0000 Subject: Update `webenv.conf'. --- diff --git a/Scripts/Python/Webenv/webenv.conf b/Scripts/Python/Webenv/webenv.conf index 150e09d..6361087 100644 --- a/Scripts/Python/Webenv/webenv.conf +++ b/Scripts/Python/Webenv/webenv.conf @@ -21,12 +21,14 @@ # # ~/user # `-- public_html -# |-- cgi-bin -# | |-- Apps -# | `-- webenv.cgi -# |-- Images -# |-- Stylesheets -# `-- stylesheets.css +# `-- webenv +# |-- cgi-bin +# | |-- apps +# | `-- webenv.cgi +# `-- public +# |-- images +# |-- stylesheets +# `-- stylesheets.css # # In this structure, the `cgi-bin' directory must be set with a # `httpd_sys_script_exec_t' selinux context in order for cgi scripts @@ -46,8 +48,8 @@ # css related files which aren't loaded when the domain is different # to that one specified inside the css files. -ScriptAliasMatch ^/webenv/(.*)$ "/home/centos/public_html/Webenv/webenv.cgi" -AliasMatch ^/public/(.*)$ "/home/centos/public_html/Webenv/Public" +ScriptAliasMatch ^/centos-web/(.*)$ "/home/centos/public_html/centos-web/cgi-bin/webenv.cgi" +AliasMatch ^/public/(.*)$ "/home/centos/public_html/centos-web/public" # ------------------------------------------------------------------ # The `Virtual Domain' Configuration