archive_blog_service
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| archive_blog_service [2006/05/28 12:20] – _bung | archive_blog_service [2026/09/27 04:07] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | Tardis has wordpress 2.0.1 installed now | ||
| - | |||
| - | Wordpress isn't really designed out of the box for mass hosting. Wordpress on debian makes some changes in order to deal with multiple sites, but it isn't really suited for us either. For now I'm looking at doing the following. Users can have their own blogs hosted off http:// | ||
| - | |||
| - | You should get an admin to create / | ||
| - | This will allow the webserver to read the config, but not allow other users to do so. | ||
| - | |||
| - | A sample configuration would look like | ||
| - | |||
| - | < | ||
| - | <?php | ||
| - | |||
| - | |||
| - | |||
| - | // ** MySQL settings ** // | ||
| - | |||
| - | define(' | ||
| - | |||
| - | define(' | ||
| - | |||
| - | define(' | ||
| - | |||
| - | define(' | ||
| - | |||
| - | |||
| - | |||
| - | // You can have multiple installations in one database if you give each a unique prefix | ||
| - | |||
| - | $table_prefix | ||
| - | |||
| - | |||
| - | |||
| - | ?> | ||
| - | |||
| - | </ | ||
| - | |||
| - | Users will still need a MySQL database, and have tables on that database configured for use with wordpress. I'll check out our [[my_sql_service|MySQL docs]] now to see what access we give to users. | ||
| - | |||
| - | Uploads may (or may not) be set up in a dodgy way. The same filespace is used for everyone, so we may find users can overwrite other users stuff. Testing would be nice. So would users. | ||
| - | |||
| - | |||
| - | |||
archive_blog_service.1148818837.txt.gz · Last modified: (external edit)
