APACHE SERVER & CFMX

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default APACHE SERVER & CFMX

    The people who manage my servers have switched us to an APACHE 2.0.52 server
    with CFMX 6.1. I had been using the code below to send people to the correct
    pages based on where they were coming from. <cfif #CGI.REMOTE_HOST# CONTAINS
    '.net' OR #CGI.REMOTE_HOST# CONTAINS '.gov'> Now - the REMOTE_HOST resolves to
    an IP address or a number. This does not help me. I need to know if this is an
    APACHE 2.0.52 problem or what. Is there an alternative in CFMX that I do not
    know about for finding out someone's domain and sending them to the right page?
    This is a huge requirement for me and I'm not sure if the server folks are up
    to fixing it.

    WebmasterMama Guest

  2. Similar Questions and Discussions

    1. apache and cfmx 7
      We need to connect apache v. 2.2 to coldfusion mx. Is there any way to do this? Background: We currently hold a license for coldfusion mx 6.1...
    2. CFMX 6.1 Apache and Linux?
      I am moving my site "in house" and have currently set up Apache 2.0.54 with XP Pro and CFMX 6.1 on a test machine as I learn to use Apache. I would...
    3. CFMX with apache
      I got cmfx 6.1 install perfectly fine, and I edited the apache connector to match up with my system. But for some reason every time I try to run it...
    4. CFMX 7 And Apache
      I am trying to install cfmx to work with apache 2. I have looked over every faq I could find, and I still get this same error messgage. Here is the...
    5. CFMX 7 and Apache connector
      I've installed CFMX 7 on a newly built machine running SUSE Linux Enterprise 9. Every time i run wsconfig to configure Apache i get the message:...
  3. #2

    Default Re: APACHE SERVER & CFMX

    [url]http://www.macromedia.com/cfusion/exchange/index.cfm#loc=en_us&amp;view=sn106&am[/url]
    p;viewName=Exchange%20Search%20Details&amp;authori d=19588859&amp;page=0&amp;scro
    llPos=0&amp;subcatid=0&amp;snid=sn106&amp;itemnumb er=2&amp;extid=1000006&amp;cat
    id=0

    solosier2 Guest

  4. #3

    Default Re: APACHE SERVER & CFMX

    I don't know if they allow custom tags or not. They are military servers so
    they are quite strict on things like this. The tag includes info that I'm not
    familiar with - I am just basics here. I wasn't sure if that was going to
    return the IP address of the user visiting the site or the something that would
    include the domain they are visiting from or both.

    WebmasterMama 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