Feature #6711 » vhost.conf
| 1 |
NameVirtualHost *:80 |
|---|---|
| 2 |
<VirtualHost *:80> |
| 3 |
ServerName redmine.mycompany.com |
| 4 |
ServerAdmin imc@okto7.com |
| 5 |
DocumentRoot e:/data/redmine/public |
| 6 |
DirectoryIndex index.html index.php |
| 7 |
|
| 8 |
# httpd-proxy-mongrel.conf resides where vhost.conf resides.
|
| 9 |
Include httpd-proxy-mongrel.conf |
| 10 |
|
| 11 |
ErrorLog e:/data/log/redmine.error.log |
| 12 |
TransferLog e:/data/log/redmine.transfer.log |
| 13 |
AddDefaultCharset WINDOWS-1251 |
| 14 |
AddCharset WINDOWS-1251 .cp-1251 .win-1251 |
| 15 |
</VirtualHost>
|