PHP / Oracle support (8/9) under Redhat 9

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default PHP / Oracle support (8/9) under Redhat 9

    Hi,

    I am planning to migrate my current web server from
    redhat 7.x to 9 and I am currently evaluating what may
    go wrong or need special attention before I actually
    replace it.

    After searching the archives and other lists I still
    have a couple of questions :

    a) apache

    It seems that apache + php does not work well under
    heavy load so I should stick with 1.3.X right ? Any
    ideas where I can find a rpm package for redhat 9 ?

    b) oracle support

    For the current setup I've downloaded and installed
    the oracle 8i (8.1.5) in a separate machine, tar.gz
    the lib directory in order to compile and run php with
    oracle 8i.

    Is this the best approach for Redhat 9 or should I try
    to install oracle 9 which hopefully may have a
    devel-only option ? Note that php needs to access
    external oracle 8 servers which I do not mantain.

    Regards.

    __________________________________
    Do you Yahoo!?
    Yahoo! SiteBuilder - Free, easy-to-use web site design software
    [url]http://sitebuilder.yahoo.com[/url]
    Robert Mena Guest

  2. Similar Questions and Discussions

    1. Support For Redhat 4.0? WHEN?
      Is it asking too much for MM to step up and say they support CF on RH4, or at the least, admit defeat and say they are unable to do it? RH 4.0 has...
    2. [PHP] FDF support in RedHat (conclusion)
      Hi List! First off all, let me thank Jay for all his efforts! Compiling PHP and then Apache is just to complicated for me. I would love to...
    3. [PHP] FDF support in RedHat
      <manual> You must compile PHP with --with-fdftk. </manual> Maybe for you, Jay, this is crystal clear, but for me, is like greek. =) I will...
    4. FDF support in RedHat
      Hi List! I know this is old history, but the archives has nothing, the manual is so far away and google is kind of slow this morning, so... ...
    5. [PHP] PHP / Oracle support (8/9) under Redhat 9
      From: "Robert Mena" <rt_mena@yahoo.com> nope, have only used it with MySQL... the problem is that the php RPM does not have Oracle support...
  3. #2

    Default Re: [PHP] PHP / Oracle support (8/9) under Redhat 9

    From: "Robert Mena" <rt_mena@yahoo.com>
    > a) apache
    >
    > It seems that apache + php does not work well under
    > heavy load so I should stick with 1.3.X right ? Any
    > ideas where I can find a rpm package for redhat 9 ?
    Yes, stick with apache-1.3.x
    Latest 1.3.x version RPM from Red Hat for RH 7.3 is apache-1.3.27-2.i386.rpm

    I'm using the latest RH 7.1 apache RPM in a RH 9 and runs ok, which is
    apache-1.3.27-1.7.1

    Latest PHP version for RH 7.1 is php-4.1.2-7.1.6
    For RH 9 it's php-4.2.2-17, I guess there should be no problem in running
    that version with the apache-1.3.x from RH 7.x

    Regards,

    Juan


    Juan Nin Guest

  4. #3

    Default Re: [PHP] PHP / Oracle support (8/9) under Redhat 9

    At 06:33 PM 8/3/2003, Robert Mena wrote:
    >a) apache
    >
    >It seems that apache + php does not work well under
    >heavy load so I should stick with 1.3.X right ?
    i don't know about that. i'm running an extremely high traffic website
    with apache + php + linux and it's a total champ. we've got 6 compaq
    dl380's (dual xeon 2.8ghz, 4G ram) behind a load balancer and so far there
    hasn't been a single apache/php failure that wasn't caused by me doing
    something stupid (like writing an infinite loop in php).

    we're using apache 2.0.47 (prefork model), php 4.3.1, redhat 7.3, mysql 4.0.12.

    -jsd-

    Jon Drukman Guest

  5. #4

    Default Re: [PHP] PHP / Oracle support (8/9) under Redhat 9

    Hi Juan,

    But I'd need to compile php with oracle support.

    Do you have any experience with this setup ? RH9 + PHP
    with oracle support ?

    Regards.

    --- Juan Nin <juaid@juanin.com> wrote:
    > From: "Robert Mena" <rt_mena@yahoo.com>
    >
    > > a) apache
    > >
    > > It seems that apache + php does not work well
    > under
    > > heavy load so I should stick with 1.3.X right ?
    > Any
    > > ideas where I can find a rpm package for redhat 9
    > ?
    >
    > Yes, stick with apache-1.3.x
    > Latest 1.3.x version RPM from Red Hat for RH 7.3 is
    > apache-1.3.27-2.i386.rpm
    >
    > I'm using the latest RH 7.1 apache RPM in a RH 9 and
    > runs ok, which is
    > apache-1.3.27-1.7.1
    >
    > Latest PHP version for RH 7.1 is php-4.1.2-7.1.6
    > For RH 9 it's php-4.2.2-17, I guess there should be
    > no problem in running
    > that version with the apache-1.3.x from RH 7.x
    >
    > Regards,
    >
    > Juan
    >
    >

    __________________________________
    Do you Yahoo!?
    Yahoo! SiteBuilder - Free, easy-to-use web site design software
    [url]http://sitebuilder.yahoo.com[/url]
    Robert Mena 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