On 12/30/2013 11:16 AM, Alex Crow wrote:
Hi,
Are you sure you don't have it in twice once you add your line? Check
line 3 of the conf to make sure it's not there already.
Cheers
Alex
Alex,
Yes I'm sure it's only in the file once, it's pretty small:
# CUSTOM OPTIONS
#
-----------------------------------------------------------------------------
workers = 2
if ${process_number} = 1
http_port 80
http_port 8080
http_port 10080
endif
if ${process_number} = 2
http_port 180
http_port 18080
http_port 11080
endif
I realize there's not a lot of content in my config. I'm just trying to
get an understanding of how the option works before I integrate it with
my more complicated set up.
Thanks,
--Will