This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
sermn_wiki:userpages:marta:phpbb3_3.0.7-pl1-4_readme-multiboard [2011/04/29 12:54] miquel |
sermn_wiki:userpages:marta:phpbb3_3.0.7-pl1-4_readme-multiboard [2011/04/29 13:26] (current) miquel |
||
|---|---|---|---|
| Line 65: | Line 65: | ||
| If you want to have multiple boards using virtual hosts, and have each board use a separate database, then instead of the above, do the following: | If you want to have multiple boards using virtual hosts, and have each board use a separate database, then instead of the above, do the following: | ||
| - | ==== 1. Edit / | + | ==== / |
| + | |||
| + | Edit / | ||
| <code php> | <code php> | ||
| Line 110: | Line 112: | ||
| </ | </ | ||
| - | ==== 2. Uncomment the < | + | ==== < |
| Uncomment the ''< | Uncomment the ''< | ||
| Line 120: | Line 122: | ||
| points towards the file which you just edited above in step #1. Each VirtualHost section should include this same line and all should point | points towards the file which you just edited above in step #1. Each VirtualHost section should include this same line and all should point | ||
| to the same config file. | to the same config file. | ||
| - | |||
| - | ==== 3. Add additional < | ||
| Add additional ''< | Add additional ''< | ||
| Line 127: | Line 127: | ||
| forum.example.org, | forum.example.org, | ||
| - | ==== 4. Check DNS resolution ==== | + | ==== DNS resolution ==== |
| Make sure you have proper DNS resolution on your DNS server for each of the different boards of your set up in each of the VirtualHost | Make sure you have proper DNS resolution on your DNS server for each of the different boards of your set up in each of the VirtualHost | ||
| sections. | sections. | ||
| - | ==== 5. Reload Apache ==== | + | ==== Reload Apache ==== |
| After making all changes, reload apache - ''/ | After making all changes, reload apache - ''/ | ||
| Line 156: | Line 156: | ||
| ==== Avatar Upload ==== | ==== Avatar Upload ==== | ||
| - | |||
| - | ============= | ||
| Avatar uploads go to the ''/ | Avatar uploads go to the ''/ | ||
| Line 187: | Line 185: | ||
| ==== Attachments ==== | ==== Attachments ==== | ||
| - | =========== | + | Attachments to posts are stored in '' |
| - | Attachments to posts are stored in / | + | |
| + | Since these filenames are generated by md5() and microtime(), | ||
| + | |||
| + | As far as security is concerned, the files have permissions -rw-rw-rw- but the directory has only drwx-wx-wt, so noone can list them. The | ||
| + | forum a specific file belongs to knows its exact name (in the ' | ||
| - | Since these filenames are generated by md5() and microtime(), | + | ==== Styles ==== |
| - | not much need to worry about collisions. | + | |
| - | As far as security is concerned, the files have permissions -rw-rw-rw- | + | All styles |
| - | but the directory has only drwx-wx-wt, so noone can list them. The | + | |
| - | forum a specific file belongs to knows its exact name (in the | + | |
| - | 'attachments' | + | |
| - | Styles | ||
| - | ====== | ||
| - | All styles (from / | ||