diff --git a/Scripts/Python/centos-web/centos-web.conf b/Scripts/Python/centos-web/centos-web.conf index 0857a5b..4a4397e 100644 --- a/Scripts/Python/centos-web/centos-web.conf +++ b/Scripts/Python/centos-web/centos-web.conf @@ -67,8 +67,8 @@ # (e.g., `/sbin/service httpd reload'), in order for the layout # described here to take effect. -ScriptAliasMatch ^/(.+)/(.*)$ "/home/centos/cgi-bin/$1/$1.cgi" -AliasMatch ^/public/(.*)$ "/home/centos/public_html" +ScriptAliasMatch ^/centos-web/(.*)$ "/home/centos/cgi-bin/centos-web/centos-web.cgi" +Alias /public "/home/centos/public_html" # ------------------------------------------------------------------ # Using Virtual Domains