|
Pete,
Thank you for this!
Please post similar information for Wordpress. I would like to create a
link from the Zend forums to your post here regarding Wordpress.
IBM's Michael Sandberg has a post with the install instructions to many
open source applications (SugarCRM, MediaWiki, phpBB, etc.) and your
information will be another link.
Thanking you in advance!
Jim Dillard
IBM Alliance Manager
Zend
-----Original Message-----
From: web400-bounces@xxxxxxxxxxxx [mailto:web400-bounces@xxxxxxxxxxxx]
On Behalf Of Pete Helgren
Sent: Monday, March 16, 2009 10:51 AM
To: Web Enabling the AS400 / iSeries
Subject: Re: [WEB400] WordPress with Zend PHP
Todd,
I am not using Wordpress (yet) but in Serendipty (another blog php app)
I used the default 80 port. The proxy pass directive handles the
"translation" to/from the default port you specify in the web
configuration file in Web Admin.
My (relevant) configuration settings in Web Admin look like this:
# Configuration originally created by Create HTTP Server wizard on Mon
Feb 05 16:09:18 MST 2007
.....
Listen 10.0.10.206:80 http
DocumentRoot /www/zendcore/htdocs
.....
DirectoryIndex index.html index.php
ProxyPass / http://127.0.0.1:8000/mywebroot/
ProxyPassReverse / http://127.0.0.1:8000/mywebroot/
<Directory />
Order Deny,allow
Deny From all
</Directory>
<Directory /www/zendcore/htdocs/mywebroot>
Order Allow,Deny
Allow From all
</Directory>
<Directory /www/zendcore/htdocs/mywebroot/myblogroot>
Order Allow,Deny
Allow From all
</Directory>
I do plan to install Wordpress because I have run into a couple issues
with Serendipty and would like to use Wordpress.
Pete
TAllen@xxxxxxxxxxxx wrote:
Has anyone gotten WordPress to work with the Zend PHP product? I'mhaving
no success, mainly due to the fact that there are basically 2 servers- the
native Apache server and the Zend Apache server running in PASE.WordPress
originally set the site URL (WordPress address) as 127.0.0.1:8000(PASE
server). Changing that to the real IP address seemed to fix theproblems
but there is another address in the settings for the blog address,which is
set to 127.0.0.1:8000. Changing the blog address to the real IPaddress
caused the WordPress home page to become unreachable.address
To change the theme I had to update the blog address to the real IP
and then change the address back to 127.0.0.1:8000 to get to the WPhome
page.problem
Perhaps WordPress is too smart for its own good but it seems this
could come up with other PHP applications.
Thanks,
Todd
As an Amazon Associate we earn from qualifying purchases.
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.