source: trunk/docs/example_virtualhost_directive.txt @ 247

Last change on this file since 247 was 213, checked in by quinn, 17 years ago
File size: 552 bytes
RevLine 
[213]1<VirtualHost 123.123.123.123:80>
2    ServerName example.com
3    ServerAlias *.example.com
4    DocumentRoot /home/user/www.example.com/html
5    CustomLog /home/user/www.example.com/log/access_log combined
6    ErrorLog /home/user/www.example.com/log/error_log
[1]7    SetEnv DB_NAME carl
8    SetEnv DB_USER user_asdf
9    SetEnv DB_PASS pass_asdf
[213]10    SetEnv SIGNING_KEY wekgbb92e2397g3r293gh
[1]11    <Directory "/home/user/www.example.com">
12        php_admin_value open_basedir "/home/user/www.example.com:/usr/local/lib/php:/tmp"
13    </Directory>
14</VirtualHost>
Note: See TracBrowser for help on using the repository browser.