summaryrefslogtreecommitdiff
path: root/templates/itk_plus/CentOS/00-listen.conf.erb
blob: 9f2c62684f69541715c42521fb76c07e57be0ecd (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 <%= ipaddress %>:80
PidFile run/httpd.pid
</IfDefine>