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

« back to all changes in this revision

Viewing changes to doc/setup/forum.txt

Update example Apache config to use an entirely virtual hierarchy, placing
the mod_python directives inside a Location rather than a Directory.

The old Directory directives pointed at www/, which no longer exists.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
You will first need to grab a copy of phpBB3. Extract it somewhere, and make it
13
13
visible under the IVLE domain. Make sure that you do not conflict with any
14
 
existing URLs, by using a directory like 'phpbb3'. A directive in your IVLE
15
 
Apache virtual host like this should work:
 
14
existing URLs, by using a directory like 'phpbb3'. You also need to tell Apache
 
15
not to send it through the IVLE dispatcher. Directives in your IVLE Apache
 
16
virtual host like this should work:
16
17
 
 
18
  <Location /phpbb3>
 
19
      SetHandler none
 
20
  </Location>
17
21
  Alias /phpbb3 /local/path/to/phpBB3
18
22
 
19
23
phpBB uses a different database. We will use PostgreSQL here, but IVLE does not