~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to doc/man/faq.rst

  • Committer: David Coles
  • Date: 2010-07-20 05:55:20 UTC
  • Revision ID: coles.david@gmail.com-20100720055520-yxyfn2qqycfwboiq
URL quote paths in checkout URLs.

The two benefits of this are that we no longer have issues with spaces in 
submitted paths and also don't have to worry about shell escape characters 
(and possible shell injection to a lectures console).

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
 
145
145
Look for ``PythonOption mod_python.file_session.database_directory``. Make
146
146
sure it is set to the place you want. Then, you need to manually make sure
147
 
that directory exists.
 
147
that directory exists. If you have multiple slaves, this directory will
 
148
need to be shared between them all.
148
149
 
149
150
The default is :file:`/var/lib/ivle/sessions`.
150
151