You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Zeev Suraski e062dffe6c - Implement public/protected/private methods. 23 years ago
TSRM Fix missing header warnings (alloca.h) on Sun Os & Tru64. 23 years ago
Zend - Implement public/protected/private methods. 23 years ago
build -update to version 1.6.2 23 years ago
ext cpdf + bundled gd 23 years ago
main php_error -> php_error_docref 23 years ago
netware Updatation of symbols exported for NetWare 23 years ago
pear * fix upgrade-all output 23 years ago
regex centralize #include "build-defs.h" and drop (sometimes inconsistent) other 23 years ago
sapi A bit of an update for the sapi/servlet installation guide. 23 years ago
scripts - Add one 'level' more (0 first, 9 last) 23 years ago
tests Do not instanciate an abstract class 23 years ago
win32 Dont scan headers for cc abd bcc if extra parameters are used for these 23 years ago
CODING_STANDARDS rewrite paragraph 9 23 years ago
CREDITS Let's pretend this is up-to-date now 24 years ago
ChangeLog ChangeLog update 23 years ago
ChangeLog.1999.gz * separated and compressed changelogs from 1999 and 2000 25 years ago
ChangeLog.2000.gz * separated and compressed changelogs from 1999 and 2000 25 years ago
ChangeLog.2001.gz * archive the 2001 changelog 24 years ago
EXTENSIONS email address change 23 years ago
INSTALL touch 23 years ago
LICENSE * yeah yeah 24 years ago
Makefile.frag Fixed build with multiple concurrent jobs: zend_indent.c, zend_highlight.c 24 years ago
Makefile.global Add missing $(INSTALL_ROOT) 23 years ago
NEWS Deprecate sapi/fastcgi. 23 years ago
README.CVS-RULES No exceptions. 24 years ago
README.EXTENSIONS * zend_module_entry change: apino, debug and zts are moved first, 24 years ago
README.EXT_SKEL - Spell out "cd" as "change directory". 23 years ago
README.PARAMETER_PARSING_API Formatting nit: "autoconverted" to "auto-converted" 23 years ago
README.QNX PHP 4.0 27 years ago
README.SELF-CONTAINED-EXTENSIONS Improve the wording in this paragraph. 23 years ago
README.STREAMS forgot to add fprintf in list 23 years ago
README.SUBMITTING_PATCH typo 23 years ago
README.TESTING Enough discussion on display_erros it seems 23 years ago
README.UNIX-BUILD-SYSTEM Correct spelling. 23 years ago
README.Zeus Altered README.Zeus to give instructions on building FastCGI. 25 years ago
TODO apparently this isn't finished 23 years ago
TODO.BUILDv5 phpize is already working, remove from todo 24 years ago
acconfig.h.in Wipe out acconfig.h.in and rewrite some checks to use PHP_ARG_ENABLE. 26 years ago
acinclude.m4 Merge streams changes from branch. 23 years ago
buildconf Move autoconf-2.13 check into buildcheck.sh where we already have 24 years ago
config.guess upgrade files to libtool 1.4.3 shipped ones 23 years ago
config.sub upgrade files to libtool 1.4.3 shipped ones 23 years ago
configure.in Fixed flex version check. Some lex scanners like Sun's SGU do not appear 23 years ago
cvsclean "User interface" for removing all files which are ignored by cvs 26 years ago
footer * expanded the following constants and made them available in PHP: 25 years ago
genfiles - Hope this is the last commit in the series. Make sure that the .h file 24 years ago
header Maintain headers. 24 years ago
ltmain.sh - Upgrade bundled libtool to 1.4.2. Following stuff mentioned at: 24 years ago
makedist - Argh... test before commit 23 years ago
makedist.ZendEngine2 - Simplify makedist 24 years ago
makerpm - Fix a path and remove --with-imap 24 years ago
php.gif 2 years is ages.... and no way temporary. changed the php4 logo to a versionless one. 24 years ago
php.ini-dist MFB: ; instead of : 23 years ago
php.ini-recommended Fixed bug #19207 by adding cgi.rfc2616_headers configuration directive. 23 years ago
php4.spec.in 2 years is ages.... and no way temporary. changed the php4 logo to a versionless one. 24 years ago
run-tests.php Move up general tests 23 years ago
run-tests2.php remove dos line endings 23 years ago
scan_makefile_in.awk Please welcome the new build system. 24 years ago
snapshot Integration of -ng changes. Changes: 26 years ago
stamp-h.in # Fix ColorResolve bogosity 26 years ago
strtok_r.c Get Win32 to compile again 26 years ago
stub.c Add newline. Recent GCC snapshots segfault, if the input file is completely 25 years ago

README.Zeus

Using PHP4 with the Zeus Web Server
-----------------------------------

Zeus fully supports running PHP in combination with our
webserver. There are three different interfaces that can be used to
enable PHP:

* CGI
* ISAPI
* FastCGI

Of the three, we recommend using FastCGI, which has been tested and
benchmarked as providing the best performance and reliability.

Full details of how to install PHP are available from our
website, at:

http://support.zeus.com/products/php.html

If you have any problems, please check the support site for more
up-to-date information and advice.


Quick guide to installing FastCGI with Zeus
-------------------------------------------

Step 1 - obtain and install FastCGI development kit.

Grab the package from:
http://www.fastcgi.com/dist/devkit_2.2.0.tar.gz

Extract the package and follow the instructions:
./configure
make
make export
(run the last as root)

This will install to /usr/local/lib/libfcgi.a
and /usr/local/include/*fcgi*



Step 2 - Compile PHP as FastCGI.

Compile as follows:
./configure --with-fastcgi
make

Note that PHP has many options to the configure script -
e.g. --with-mysql. You will probably want to select your usual options
before compiling; the above is just a bare minimum, for illustration.

After compilation finishes, you will be left with an executable
program called 'php'. Copy this into your document root, under a
dedicated FastCGI directory (e.g. $DOCROOT/fcgi-bin/php)


Step 3 - configure Zeus

Four stages:
- enable FastCGI
- configure FastCGI
- setup alias for FastCGI
- setup alias for PHP

1) Using the admin server, go to the 'module configuration' page for
your virtual server, and ensure that 'fastcgi' is enabled (select the
tickbox to the left).

2) While we can run FastCGI's locally, there are known problems with
some OS's (specifically, the communication between web server and
FastCGI happens over a unix domain socket, and some OS's have trouble
sustaining high connection rates over these sockets). So instead, we
are going to set up the PHP FastCGI to run 'remotely' over localhost
(this uses TCP sockets, which do not suffer this problem). Go to the
'fastcgi configuration' page, and under 'add remote fastcgi':
Add Remote FastCGI
Docroot path /fcgi-bin/php
Remote machine localhost:8002
The first entry is where you saved PHP, above.
The second entry is localhost:<any unused port>
We will start the FastCGI listening on this port shortly.
Click 'update' to commit these changes.

3) Go to the path mapping module and add an alias for FastCGI:
Add Alias
Docroot path /fcgi-bin
Filesystem directory /path/to/docroot/fcgi-bin
Alias type fastcgi
Click 'update' to commit these changes

4) Also on the path mapping module, add a handler for PHP:
Add handler
File extension php
Handler /fcgi-bin/php
Click 'update' to commit these changes

Finally restart your virtual server for these changes to take effect.


Step 4 - start PHP as a FastCGI runner

When you start PHP, it will pre-fork a given number of child processes
to handle incoming PHP requests. Each process will handle a given
number of requests before exiting (and being replaced by a newly
forked process). You can control these two parameters by setting the
following environment variables BEFORE starting the FastCGI runner:

PHP_FCGI_CHILDREN - the number of child processes to pre-fork. If not
set, defaults to 8.

PHP_FCGI_MAX_REQUESTS - the number of requests each PHP child process
handles before exiting. If not set, defaults to 500.

To start the FastCGI runner, execute '$ZEUSHOME/web/bin/fcgirunner
8002 $DOCROOT/fcgi-bin/php'. Substitute the appropriate values for
$ZEUSHOME and $DOCROOT; also substitute for 8002 the port you chose,
above.

To stop the runner (e.g. to experiment with the above environment
variables) you will need to manually stop and running PHP
processes. (Use 'ps' and 'kill'). As it is PHP which is forking lots
of children and not the runner, Zeus unfortunately cannot keep track
of what processes are running, sorry. A typical command line may look
like 'ps -efl | grep $DOCROOT/fcgi-bin/php | grep -v grep | awk
'{print $4}' | xargs kill'