× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



We also have this line in the http.conf
AddHandler fastcgi-script .php




Kevin Bucknum
Senior Programmer Analyst
MEDDATA/MEDTRON
Tel: 985-893-2550

-----Original Message-----
From: WEB400 [mailto:web400-bounces@xxxxxxxxxxxx] On Behalf Of Justin
Taylor
Sent: Thursday, July 12, 2018 2:36 PM
To: Web Enabling the IBM i (AS/400 and iSeries)
Subject: Re: [WEB400] PHP code doesn't execute

The OSS book had me add these lines to my existing Apache config:
LoadModule proxy_module /QSYS.LIB/QHTTPSVR.LIB/QZSRCORE.SRVPGM
LoadModule proxy_http_module
/QSYS.LIB/QHTTPSVR.LIB/QZSRCORE.SRVPGM
LoadModule proxy_connect_module
/QSYS.LIB/QHTTPSVR.LIB/QZSRCORE.SRVPGM
LoadModule proxy_ftp_module
/QSYS.LIB/QHTTPSVR.LIB/QZSRCORE.SRVPGM
LoadModule proxy_balancer_module
/QSYS.LIB/QHTTPSVR.LIB/QZSRCORE.SRVPGM
LoadModule zend_enabler_module
/QSYS.LIB/QHTTPSVR.LIB/QZFAST.SRVPGM
AddType application/x-httpd-php .php

It also me copy the fastcgi.conf file from the Zend Apache server into
my
server.




-----Original Message-----
From: Matt Shea [mailto:matt.shea@xxxxxxxxxxxx]
Sent: Wednesday, July 11, 2018 4:16 PM
To: Web Enabling the IBM i (AS/400 and iSeries) <web400@xxxxxxxxxxxx>
Subject: Re: [WEB400] PHP code doesn't execute

I'm not sure if this would help your installation but this is how we
have it
configured.

In fastcgi.conf:
Server type="application/x-httpd-php"
CommandLine="/usr/local/zendphp7/bin/php-cgi.bin" StartProcesses="1"
SetEnv="LIBPATH=/usr/local/zendphp7/lib"
SetEnv="PHPRC=/usr/local/zendphp7/etc/"
SetEnv="PHP_FCGI_CHILDREN=0" SetEnv="PHP_FCGI_MAX_REQUESTS=0"
ConnectionTimeout="30" RequestTimeout="60" SetEnv="CCSID=819"
SetEnv="LANG=C"

In httpd.conf:
LoadModule zend_enabler_module
/QSYS.LIB/QHTTPSVR.LIB/QZFAST.SRVPGM

AddType application/x-httpd-php .php
AddHandler fastcgi-script .php

Good luck (bone thrown!),
Matt

--
This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400)
mailing list
To post a message email: WEB400@xxxxxxxxxxxx To subscribe,
unsubscribe,
or change list options,
visit: https://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/web400.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.