Skip to content

Commit 4f1628e

Browse files
committed
[doc] Update apache config in docs
1 parent 25b1f49 commit 4f1628e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/web_site_setup.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,9 @@ Create an Apache configuration file at `/etc/httpd/conf.d/rcdb.conf`:
9595
# Mount the RCDB web interface at /rcdb
9696
WSGIScriptAlias /rcdb /group/halld/www/halldwebdev/html/rcdb/rcdb_www.wsgi
9797
98+
# If WSGI script is using RCDB_CONNECTION environment variable (not in this example)
9899
# Set the database connection string
99-
SetEnv RCDB_CONNECTION "mysql://rcdb@hallddb.jlab.org/rcdb2"
100+
# SetEnv RCDB_CONNECTION "mysql://rcdb@hallddb.jlab.org/rcdb2"
100101
101102
# If using a virtual environment, specify the python-home
102103
# Uncomment the line below if using Option B (virtual environment)

0 commit comments

Comments
 (0)