Re: [users@httpd] Apache shows PHP code instead of executing it

2021-01-06 Thread Ruben Safir
On Wed, Jan 06, 2021 at 08:45:50PM -0500, Eric Covener wrote: > On Wed, Jan 6, 2021 at 6:31 PM Ruben Safir wrote: > > > > On 1/6/21 4:01 PM, d...@tuxweb.it wrote: > > > > > > This is because you did not tell apache to forward incoming HTTP > > > requests to the PHP Engine. > > > You can integrate

Re: [users@httpd] Apache shows PHP code instead of executing it

2021-01-06 Thread Eric Covener
On Wed, Jan 6, 2021 at 6:31 PM Ruben Safir wrote: > > On 1/6/21 4:01 PM, d...@tuxweb.it wrote: > > > > This is because you did not tell apache to forward incoming HTTP > > requests to the PHP Engine. > > You can integrate Apache httpd with PHP in different ways, generally > > they are PHP-FPM

Re: [users@httpd] Apache shows PHP code instead of executing it

2021-01-06 Thread Ruben Safir
On 1/6/21 4:01 PM, d...@tuxweb.it wrote: > > This is because you did not tell apache to forward incoming HTTP > requests to the PHP Engine. > You can integrate Apache httpd with PHP in different ways, generally > they are PHP-FPM (through fastcgi), mod_php (apache SAPI module) and CGI >

Re: [users@httpd] Opening Web Interface

2021-01-06 Thread Tatsuki Makino
Brandon Helsley wrote on 2021/01/06 10:02: > I'm trying to open the web interface for poudriere on FreeBSD and have > copied the sample configuration file into the includes directory. I haven't > made any changes to this configuration file or the httpd.conf file yet. I'm > not sure which

Re: [users@httpd] Apache shows PHP code instead of executing it

2021-01-06 Thread dino
> When I invoke it from the browser Apache shows PHP code instead of > executing it. Please let me know if you need any additional information. > Thanks in Advance This is because you did not tell apache to forward incoming HTTP requests to the PHP Engine. You can integrate Apache httpd with PHP

Re: [users@httpd] Apache shows PHP code instead of executing it

2021-01-06 Thread Kaushal Shriyan
On Wed, Jan 6, 2021 at 9:54 PM Ruben Safir wrote: > On 1/6/21 11:09 AM, Kaushal Shriyan wrote: > > When I invoke it from the browser Apache shows PHP code instead of > > executing it. Please let me know if you need any additional information. > > Thanks in Advance > > > trun it on and read the

Re: [users@httpd] Apache shows PHP code instead of executing it

2021-01-06 Thread Ruben Safir
On 1/6/21 11:09 AM, Kaushal Shriyan wrote: > When I invoke it from the browser Apache shows PHP code instead of > executing it. Please let me know if you need any additional information. > Thanks in Advance trun it on and read the docs. You need to turn it one from httpd.conf and assign it to a

[users@httpd] Apache shows PHP code instead of executing it

2021-01-06 Thread Kaushal Shriyan
Hi, I am running the below php, httpd and CentOS Linux version. # rpm -qa | grep php php73-mbstring-7.3.25-1.el7.ius.x86_64 php73-json-7.3.25-1.el7.ius.x86_64 php73-fpm-7.3.25-1.el7.ius.x86_64 php73-pdo-7.3.25-1.el7.ius.x86_64 php73-gd-7.3.25-1.el7.ius.x86_64