diff --git a/Scripts/Python/Webenv/webenv.conf b/Scripts/Python/Webenv/webenv.conf index 568f7f5..150e09d 100644 --- a/Scripts/Python/Webenv/webenv.conf +++ b/Scripts/Python/Webenv/webenv.conf @@ -40,7 +40,11 @@ # 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://localhost/webenv/'. +# `http://projects.centos.org/webenv/'. + +#FIXME: The css file uses absolute urls to call image files and other +# 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"