Paul ([EMAIL PROTECTED]) wrote:
> 
> >>> >LoadModule php5_module modules/libphp5.so
> >>
> >>apache-mod_php
> >
> >ahhh... it is in extramodules...
> 
> Dang. it's not. That is mod_php5.so.
> I can't find libphp5.so.  :(
Hi,
Sorry I was wrong, its not necessary. Russ had the right package. I just
installed apache and apache-mod_php and it worked *out of the box*.

It installs a config file here /etc/httpd/modules.d/70_mod_php.conf
and will *include* this when you start the httpd daemon.

To be sure, test it with a simple php file ...
------------8<-------------------------
<html>
<head>
        <title>PHP Test</title>
        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
</head>
<body>
        <h1>PHP Test</h1>
        <p>
        <b>An Example of PHP in Action</b><br />
                <?php echo "The Current Date and Time is: <br>";
                        echo date("g:i A l, F j Y.");?>
        </p>

        <h2>PHP Information</h2>
        <p>
                <?php phpinfo(); ?>
        </p>
</body>
</html>
------------8<-------------------------

HTH
-- 
RickS
If we can ever make red tape nutritional, we can feed the world.
-- R. Schaeberle, "Management Accounting"
____________________________________________________
Want to buy your Pack or Services from Mandriva? 
Go to http://store.mandriva.com
Join the Club : http://www.mandrivaclub.com
____________________________________________________

Reply via email to