configuring httpd.conf on linux to use port 80

Ask a Question related to Macromedia Flash Flashcom, Design and Development.

  1. #1

    Default configuring httpd.conf on linux to use port 80

    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!

    ottocid Guest

  2. Similar Questions and Discussions

    1. #39800 [NEW]: Windows installer does not remove PHP hooks in httpd.conf
      From: php at ahlenstorf dot ch Operating system: Windows XP SP2 PHP version: 5.2.0 PHP Bug Type: *Configuration Issues Bug...
    2. #15872 [Opn->Bgs]: php_admin_value disable_functions does not work when set in httpd.conf
      ID: 15872 Updated by: iliaa@php.net Reported By: jr-phpbugs at 3Rcom dot cz -Status: Open +Status: ...
    3. Apache httpd.conf for distributed mode
      Hi, I plan to have CFMX application server under Win2003 and Apache 1.3 web server under Linux. (we have today the same with CF5 and it works...
    4. reading a httpd.conf file
      Hello everyone, I have a little issue that I am sure someone has come across here once before and was wondering if I can get some pointers. I...
    5. #24702 [NEW]: disable_functions + httpd.conf should not set value
      From: philip at cornado dot com Operating system: linux PHP version: 4.3.3RC1 PHP Bug Type: PHP options/info functions Bug...
  3. #2

    Default Re: configuring httpd.conf on linux to use port 80

    Hi, I have just posted a whole bunch of things on another post you started
    relating to the same problem. It would probably be beneficial next time to not
    start a second thread relating to one you have already started : )

    Looking at the information you have posted it looks like FCS is already
    running. Can you confirm?

    How to configure httpd for virtual hosts depends whether you are using one
    demon or several.

    See the following: [url]http://httpd.apache.org/docs-2.0/vhosts/ip-based.html[/url]

    Muffin Research Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139