summaryrefslogtreecommitdiff
path: root/README.Zeus
Commit message (Collapse)AuthorAgeFilesLines
* Altered README.Zeus to give instructions on building FastCGI.Ben Mansell2001-03-191-122/+91
| | | | | | Changed --with-zeus configure option into --with-isapi, since its more descriptive (and since there are now different ways to configure PHP+Zeus)
* Added 'you must use gcc' comment to build instructions.Ben Mansell2001-01-241-0/+2
|
* @ Support Zeus 3.3.8Ben Mansell2001-01-161-1/+3
| | | | | | | | | | | | | Added changes to environment variable manipulations, to support Zeus 3.3.8 and increase compatibility between Zeus/IIS/Apache. Now, URLs like http://foo.org/file.php/a/b/c/d work correctly. # While testing, it looks like IIS+ISAPI is mishandling URLs like the above. # The PATH_TRANSLATED given by ISAPI includes the /a/b/c/d bit of the URL, # so using this var to find the script file to open on disk will not work. # We now use SCRIPT_FILENAME if it is present (in Zeus 3.3.8) # IIS doesn't seem to set this variable, it might be necessary to mangle # SCRIPT_NAME and APPL_PHYSICAL_PATH together?
* Further updates to README.ZeusBen Mansell2000-11-101-0/+7
| | | | | | | # Using LD_RUN_PATH to let the libphp4.so library find other libraries. # Surely there should be a better way, using -rpath? However, libtool # seems to swallow any extra -rpath options given to the compiler.
* Added extra help with library issues, and some performance tuning tipsBen Mansell2000-11-031-2/+46
|
* Minor adjustments to compile-adviceBen Mansell2000-07-171-0/+3
|
* Updated help section with some more compile problems & solutionsBen Mansell2000-05-301-1/+13
|
* Updated build advice for different platformsBen Mansell2000-05-021-8/+4
|
* @- Zeus Webserver support (version 3.3.6+) for ISAPIBen Mansell2000-04-121-0/+91