Re: Installed php 7.1.33 but how to integrate it with Apache?
[email protected] ("ohaya via php-install")
| Newsgroups | php.install |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I am not sure... Are there any steps that I had to do with the Apache itself to "integrate" PHP with Apache?
One thing I noticed is that I tried putting an "info.php" into the Apache htdocs directory and when I access that using a browser, I am getting a blank page and when I do view=>source, I can see the source in the "info.php" file, i.e., the info.php program is not actually being executed, but rather Apache is just serving the file as a file.
What else do I need to do?
Jim
On Saturday, October 9, 2021, 04:36:15 PM EDT, Keith Roberts <[email protected]> wrote:
On 09/10/2021 21:31, ohaya via php-install wrote:
> Hi,
>
> I have an Apache 2.4.29 instance and I am trying get PHP working with it.
>
> This is on RHEL 7.9.
>
> I installed php via "yum install" and now I have the following packages installed:
>
> php-7.1.33-16.el7.remi.x86_64
> php-json-7.1.33-16.el7.remi.x86_64
> php-cli-7.1.33-16.el7.remi.x86_64
> php-common-7.1.33-16.el7.remi.x86_64
>
> I think that in order to integrate it with my Apache, I need a mod_php, or maybe a mod_php7.1, but I cannot find it anywhere. I also checked my Apache build environment, and I don't see any source for mod_php.... so I was wondering how I can get that?
>
> Also right now, (and without the module) when I access something like "info.php", I am getting a blank page, and when I do "view=>source" it is just showing me the source of the "info.php" file, so am I correct that if I get the mod_php and do an LoadModule, then the php will start executing?
>
> Thanks,
> Jim
Hi Jim,
Is this what you are looking for:
https://www.cyberciti.biz/faq/how-to-install-php-7-2-on-centos-7-rhel-7/
<https://www.cyberciti.biz/faq/how-to-install-php-7-2-on-centos-7-rhel-7/>
Regards,
Keith