Hi ti all, i have a linux fedora box with apache running on, and I want to
make tunneling possible with FCS i have of course two IPs avaiable, but I
don't know exactly how to configure the httpd.conf to keep apache only on the
the first IP.... and how assign the port 80 of the second IP to fcs can
somebody tell me what to write on httpd.conf to make things work? actually my
Linux systemist wrote just this into httpd.conf.... <VirtualHost
xxx.xxx.xxx.53:80> DocumentRoot '/HOSTING/fcsweb.2ware.it/' ServerName
fcsweb.2ware.it </VirtualHost> but i get this errors when triyng to set the
second ip for FCS use into the adaptor.xml Feb 24 09:36:04 fcs Adaptor[8262]:
Failed to create listener for adaptor admin, IP , port 1111:
TCCommBridge::createListener - bind failed!!!. Feb 24 09:36:04 fcs
Adaptor[8262]: Failed to create listener for adaptor admin, IP , port 1111:
TCCommBridge::createListener - bind failed!!!. Feb 24 09:36:04 fcs
Adaptor[8262]: Failed to initialize listeners for adaptor ad min, fcserver is
already running or other processes are using the same ports. any help would
be appreciated!