Apache Connector not working RH EL4

Ask a Question related to Coldfusion - Getting Started, Design and Development.

  1. #1

    Default Apache Connector not working RH EL4

    Does Coldfusion MX 7 work in Red Hat Enterprise 4? I installed it in silent
    mode and ran the cf_apache_connector.sh (with the right parameters) and I keep
    getting a 'Cannot load /opt/coldfusionmx7/runtime/lib/wsconfig/1/mod_jrun20.so'
    error when I restart Apache. It says something about 'Permission Denied'

    I did this exact install on Enterprise 3 with no problems.

    Any thoughts cause this is frustrating?

    SemajSki Guest

  2. Similar Questions and Discussions

    1. installing apache connector
      I am trying to get the cfmx apache connector to install with the default rhel 3 install of apache, I have changed all the parameters in the...
    2. MX7 Connector install problem with Apache
      I'm trying to configure a connector on Fedora Core 2 with MX7. When I try to configure the connector it keeps telling me it can't find the version...
    3. Apache Connector Fails
      I am getting "connector installation was not successful" each time I restart coldfusion. My apache is running and coldfusion is too but connector...
    4. CFMX 7 Apache connector always started
      Hi all, we are running CFMX7 on suse linux 9.2 installation runs smoothly. Strange thing is that every time we restart CF, the connection wizard is...
    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 Connector not working RH EL4

    Until a RH expert comes by ;-) .. I don't know that it is supported by MM but
    I've seen a few threads about succesffully installing it. Here is one:
    [url]http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=2&thread[/url]
    id=979787. A search through google groups should turn up more.

    I also think [url]www.talkingtree.com[/url] also has some blogs about cf and linux,
    though I'm not sure which flavor.


    mxstu Guest

  4. #3

    Default Re: Apache Connector not working RH EL4

    The only thing I can think of is a problem if you use a 64 bit OS. The
    message seems to point to an Apache permissions problem to open up the
    JRun/Apache module but that might be a red herring

    If you do have 64-bit, you have to re-compile Apache with wsconfig using the
    -apxs switch.

    (just add -apxs onto the end of the connectors.sh script to call wsconfig)

    SuSe uses apxs2 so you might have to create a sym link apxs->apxs2 if the apxs
    script doesn't exist. I don't remember what redhat uses.

    Stephen Dupre
    Macaromedia QA

    sdupre Guest

  5. #4

    Default Re: Apache Connector not working RH EL4

    I found an article on the web talking about /etc/sysconfig/selinux.

    I changed 'SELINUX=enforcing' to 'SELINUX=permissive'

    I'll go back and make it where CFMX can use enforcing mode, but for now...
    this change worked.


    [url]http://www.talkingtree.com/blog/index.cfm?mode=entry&entry=04016A4E-45A6-2844-76[/url]
    372C95C1946948

    SemajSki 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