From 154a915aa215bb6dd189b18973e5e27fa7b59051 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 07 2011 13:07:04 +0000 Subject: Update `CentOS-Web/centos-web.conf'. --- diff --git a/Scripts/CentOS-Web/centos-web.conf b/Scripts/CentOS-Web/centos-web.conf index b26317f..161f11c 100644 --- a/Scripts/CentOS-Web/centos-web.conf +++ b/Scripts/CentOS-Web/centos-web.conf @@ -27,7 +27,7 @@ # Define the CGI script location. Be sure to use the script file, not # the directory where the script file is stored in. This way, the # security issues are reduced to that CGI script you refered to. -ScriptAlias /centos-web/ "/home/centos/public_html/CentOS-Web/centos-web.cgi" +ScriptAliasMatch ^/centos-web/(.*)$ "/home/centos/public_html/CentOS-Web/centos-web.cgi" # Define the CGI public location. This is the location where public # files (e.g., images and css files) are stored in.