Lines Matching refs:module

70    servers PHP has a direct module interface (also called SAPI). These
73 Microsoft module interface (OmniHTTPd for example). If PHP has no
74 module support for your web server, you can always use it as a CGI or
93 Unix and Windows with server module interfaces and CGI executables. You
235 * php5apache2_4.dll - Apache 2.4.x module.
239 more stable and can be faster than the ISAPI module with IIS.
256 a SAPI module, the web server's directory (e.g. C:\Program
413 PHP may be installed as a CGI binary, or with the ISAPI module. In
435 To use the ISAPI module, do the following:
491 It is worth noting here that now the SAPI module has been made more
510 Installing as an Apache module
514 Example 2-3. PHP as an Apache 1.3.x module
564 is no such convenient option as with the module version of PHP. If you
625 One is to use the CGI binary the other is to use the Apache module DLL.
658 Installing as an Apache module
661 configuration file to set up the PHP module for Apache 2.0:
692 From PHP 4.3.3 on you can use PHP scripts with the NSAPI module to
837 The NSAPI module now supports the nsapi_virtual() function (alias:
842 Under Unix this is not a problem, because the module automatically
879 PHP as an ISAPI module.
935 your php.ini. You can also load a module dynamically in your script
981 Note: If you are running a server module version of PHP remember to
1221 CGI or a server module, safe mode, etc...), and preferably enough code
1243 of PHP 4) is read when PHP starts up. For the server module versions of
1249 * SAPI module specific location (PHPIniDir directive in Apache 2, -c
1305 Running PHP as an Apache module
1307 When using PHP as an Apache module, you can also change the
1504 problem. If you are using PHP as an Apache module try something like:
1706 If php.ini is being read and you're running PHP as a module, then be
1787 This solution doesn't work for Apache 1 as PHP module doesn't catch