From 79405ad9433af8b56a1579a68fbb2c8e77f6eb48 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Nov 24 2011 05:02:56 +0000 Subject: Update `webenv.conf'. --- diff --git a/Scripts/Python/Webenv/webenv.conf b/Scripts/Python/Webenv/webenv.conf index d40a5a3..568f7f5 100644 --- a/Scripts/Python/Webenv/webenv.conf +++ b/Scripts/Python/Webenv/webenv.conf @@ -40,11 +40,10 @@ # public_html directory inside the `/etc/httpd/conf/httpd.conf' file # and copy this file (i.e., `webenv.conf') to `/etc/httpd/conf.d/' # directory in order to make the web application available at the URL: -# `http://projects.centos.org/~user/webenv/', where `user' is your -# user name. +# `http://localhost/webenv/'. -ScriptAliasMatch ^/~centos/webenv/(.*)$ "/home/centos/public_html/cgi-bin/webenv.cgi" -Alias /public "/home/centos/public_html" +ScriptAliasMatch ^/webenv/(.*)$ "/home/centos/public_html/Webenv/webenv.cgi" +AliasMatch ^/public/(.*)$ "/home/centos/public_html/Webenv/Public" # ------------------------------------------------------------------ # The `Virtual Domain' Configuration