summaryrefslogtreecommitdiff
path: root/templates/itk_plus/CentOS/00-listen.conf.erb
blob: 30b204660d23b33d2c31bf5163beae353aab57c4 (plain)
1
2
3
4
5
6
7
8
<IfDefine HttpdLocal>
Listen 127.0.0.1:80
PidFile run/httpdlocal.pid
</IfDefine>
<IfDefine !HttpdLocal>
Listen <%= scope.lookupvar('::ipaddress') %>:80
PidFile run/httpd.pid
</IfDefine>