× 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.



Aaron, are you hosting this via your apache web server setups on I, if your
changing authorities in the IFS you might need to refresh the server.

Right now I am hosting it on the Apache instance the ZendServerCE created.
I have included the unchanged httpd.conf file below. I have very little
experience with the FastCGI stuff, so that might be part of the issue maybe?




# Configuration originally created by Create HTTP Server wizard on Tue Apr
11 01:53:18 CDT 2006
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 zend_enabler_module /QSYS.LIB/QHTTPSVR.LIB/QZFAST.SRVPGM

Listen *:10088
DocumentRoot /www/zendsvr/htdocs
Options -ExecCGI -FollowSymLinks -SymLinksIfOwnerMatch -Includes
-IncludesNoExec -Indexes -MultiViews
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
LogFormat "%{Cookie}n \"%r\" %t" cookie
LogFormat "%{User-agent}i" agent
LogFormat "%{Referer}i -> %U" referer
LogFormat "%h %l %u %t \"%r\" %>s %b" common
CustomLog logs/access_log combined
SetEnvIf "User-Agent" "Mozilla/2" nokeepalive
SetEnvIf "User-Agent" "JDK/1\.0" force-response-1.0
SetEnvIf "User-Agent" "Java/1\.0" force-response-1.0
SetEnvIf "User-Agent" "RealPlayer 4\.0" force-response-1.0
SetEnvIf "User-Agent" "MSIE 4\.0b2;" nokeepalive
SetEnvIf "User-Agent" "MSIE 4\.0b2;" force-response-1.0

DirectoryIndex index.php index.html
CgiConvMode %%MIXED/MIXED%%
TimeOut 30000
KeepAlive Off
HotBackup Off

#AddCharset UTF-8 .utf8
#AddCharset utf-8 .utf8
#AddCharset utf-7 .utf7
AddCharset UTF-8 .htm .html .xml

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


RewriteEngine on

## Deny most requests for any file
#<Directory />
# Options FollowSymLinks
# order allow,deny
# allow from all
# AllowOverride all
#</Directory>

# Allow requests for files in document root
<Directory /www/zendsvr/htdocs>
Options FollowSymLinks
order allow,deny
allow from all
AllowOverride all
</Directory>

<Directory /usr/local/zendsvr/gui>
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from 127.0.0.1
</Directory>

<Location /ZendServer>
Order deny,allow
Allow from all
</Location>

Alias /ZendServer "/usr/local/zendsvr/gui/html"

<Directory "/usr/local/zendsvr/gui/html">
AllowOverride All
</Directory>


<Location /Zend5250Demos>
Order deny,allow
Allow from all
</Location>

<Location /Zend5250Login>
Order deny,allow
Allow from all
</Location>

Alias /Zend5250Demos /usr/local/zendsvr/5250/demos
Alias /Zend5250Login /usr/local/zendsvr/5250/Generator/Form
Alias /Zend5250Appl /usr/local/zendsvr/5250/Welcome
Alias /phpmyadmin /usr/local/zendsvr/phpMyAdmin


<Directory "/www/zendsvr/htdocs/Zend5250Emulator">
Options FollowSymLinks
AllowOverride All
</Directory>


<Directory /usr/local/zendsvr/phpMyAdmin>
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from 127.0.0.1
</Directory>

<Location /phpmyadmin>
Order deny,allow
Allow from all
</Location>

As an Amazon Associate we earn from qualifying purchases.

This thread ...

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.