Difference between revisions of "Server Settings"
From GeeklogWiki
m |
|||
| Line 32: | Line 32: | ||
|location where mysqldump (see above) will store database backups | |location where mysqldump (see above) will store database backups | ||
|} | |} | ||
| + | |||
| + | ;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]] | ||
Latest revision as of 08:15, 6 July 2004
| Variable | Default Value | Description |
|---|---|---|
| path | /path/to/geeklog/ | Base file system path for your site (trailing slash necessary) |
| path_system | /path/to/geeklog/system/ | Path to your system directory for your site (trailing slash necessary). This directory holds the code libraries used throughout Geeklog |
| path_html | /path/to/geeklog/public_html/ | Path to your web tree directory for your site (trailing slash necessary). This directory holds all the web pages used by Geeklog. |
| path_images | /path/to/geeklog//public_html/images/ | Path where Geeklog expects to find its images, including user photos and images for stories. |
| path_log | /path/to/geeklog/logs/ | File system path for the log files |
| path_language | /path/to/geeklog/language/ | location of the Geeklog language files |
| backup_path | Base path with "/backups/" suffix | location where mysqldump (see above) will store database backups |