php and rh9 - junk?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • deko

    php and rh9 - junk?

    what's up with the config that comes with the redhat 9 distro?

    apache2.0.40 and php4.2.2 is what's there (and it works), but there is no
    php.ini and my httpd.conf seems to be missing a LoadModule directive for php.
    shouldn't there be a /usr/local/php dir? how can I tell if my config is correct
    for MySql support?

    The official php documentation seems to imply that apache2 and php4 don't get
    along well. Am I going to be better off with apache1.3.29 and php4.3.4?

    Thanks!


  • CountScubula

    #2
    Re: php and rh9 - junk?

    > what's up with the config that comes with the redhat 9 distro?[color=blue]
    >
    > apache2.0.40 and php4.2.2 is what's there (and it works), but there is no
    > php.ini and my httpd.conf seems to be missing a LoadModule directive for[/color]
    php.[color=blue]
    > shouldn't there be a /usr/local/php dir? how can I tell if my config is[/color]
    correct[color=blue]
    > for MySql support?
    >
    > The official php documentation seems to imply that apache2 and php4 don't[/color]
    get[color=blue]
    > along well. Am I going to be better off with apache1.3.29 and php4.3.4?
    >
    > Thanks!
    >
    >[/color]

    On one of my RH9 boxes the files are here:

    /etc/php.ini

    /etc/httpd/conf/httpd.conf

    put virtual hosts in seperate files (I use one file for each account, thus
    one file has many vhosts) in:
    /etc/httpd/conf.d/

    Also, I do not see any mysql support out of the box with the build of php


    --
    Mike Bradley
    http://www.gzentools.com -- free online php tools
    "deko" <dje422@hotmail .com> wrote in message
    news:7q62c.6378 $sh1.155@newssv r27.news.prodig y.com...


    Comment

    Working...