Project

General

Profile

Feature #6711 » vhost.conf

virtual host redmine.mycompany.conf configuration -- Should be Include-d in the main httpd.conf file - Ivan Cenov, 2010-10-20 21:58

 
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>
(2-2/3)