Differences Between Zend Core and Zend Server on IBM i
UPDATE: As of 2020, we recommend using Seiden PHP on IBM i and LINUX for reliability, speed, and ease of maintenance.
|
Zend Core
|
Zend Server
|
|
|
Installation folder
|
/usr/local/zend/core
|
/usr/local/zendsvr
|
|
PHP.INI
|
/usr/local/zend/core/etc
|
/usr/local/zendsvr/etc
|
|
Web server root(s)
|
/www/zendcore,
/usr/local/zend/apache2 |
/www/zendsvr
|
|
Document root
|
/www/zendcore/htdocs
|
/www/zendsvr/htdocs
|
|
Zend Framework
|
/usr/local/Zend/ZendFramework
|
/usr/local/zendsvr/share/ZendFramework
|
|
PHP binaries folder *
* where php and php-cli reside |
/usr/local/zend/core/bin
|
/usr/local/zendsvr/bin
|
|
PHP Log files
|
/usr/local/zend/core/logs
|
/usr/local/zendsvr/
var/log |
|
Web user profile (assign authority to it)
|
NOBODY
|
QTMHHTTP
|
|
Default HTTP Port
|
:89
|
:10088
|
|
Admin Interface URL
|
http://yourIBMi:89/ZendCore/
|
http://yourIBMi:10088/ZendServer/
|
|
Menu (5250)
|
GO ZENDCORE/ZCMENU
|
GO ZENDSVR/ZSMENU
|
If the new HTTP port of 10088 seems hard to remember, you can change it to something that’s easier to work with, such as the standard HTTP port of 80. To do that, edit /www/zendsvr/conf/httpd.conf and change Listen *:10088 to Listen *:80 or whatever you want. (Of course, first ensure that no other service is running on that IP/Port combination.)

