diff --git a/doc/security-guide/ch027_storage.xml b/doc/security-guide/ch027_storage.xml index 42158c3980..8de1cf0b28 100644 --- a/doc/security-guide/ch027_storage.xml +++ b/doc/security-guide/ch027_storage.xml @@ -268,23 +268,19 @@ below. Also consult the Apache Deployment Guide - sudo apt-get install libapache2-mod-wsgi + # apt-get install libapache2-mod-wsgi Modify file /etc/apache2/envvars with - - export APACHE_RUN_USER=swift - export APACHE_RUN_GROUP=swift - + export APACHE_RUN_USER=swift +export APACHE_RUN_GROUP=swift An alternative is to modify your Apache conf file with - - User swift - Group swift - - Create a "swift" directory in your Apache document - root: - #sudo mkdir /var/www/swift/ + User swift +Group swift + Create a swift directory in + your Apache document root: + # mkdir /var/www/swift/ Create the file $YOUR_APACHE_DOC_ROOT/swift/proxy-server.wsgi: from swift.common.wsgi import init_request_processor application, conf, logger, log_name = \