vhosts
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | vhosts [2014/11/24 01:14] (current) – created 0.0.0.0 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Vhosts ====== | ||
| + | ===== Pitchfork ===== | ||
| + | The following packages need to be installed: | ||
| + | * {{Package|direct=yes|dev-php/ | ||
| + | |||
| + | Create the following vhost: | ||
| + | {{File|/ | ||
| + | < | ||
| + | # you will probably want to change the two following settings: | ||
| + | ServerName pitchfork.sihnon.net | ||
| + | ServerAlias pitchfork | ||
| + | DocumentRoot / | ||
| + | < | ||
| + | AllowOverride all | ||
| + | </ | ||
| + | DirectoryIndex index.php | ||
| + | Options -Indexes | ||
| + | php_flag magic_quotes_gpc off | ||
| + | php_flag display_errors off | ||
| + | php_flag allow_url_fopen on | ||
| + | php_flag log_errors on | ||
| + | #AddType application/ | ||
| + | # switch comment marks on the two items to disable access logging | ||
| + | # completely for pitchfork. See INSTALL | ||
| + | SetEnvIf Request_URI " | ||
| + | #SetEnv pitchforknolog | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | Then extract the pitchfork source into < | ||
| + | {{Command|< | ||
| + | cd / | ||
| + | ln -s pitchfork-version html | ||
| + | </ | ||
vhosts.txt · Last modified: by 0.0.0.0
