Lines Matching refs:web

57      * Websites and web applications (server-side scripting)
62 a web server and a web browser. You probably already have a web
64 have a web server (e.g. Apache on Linux and MacOS X; IIS on Windows).
75 module support for your web server, you can always use it as a CGI or
87 extension. This is a completely different approach than writing web
93 From now on, this section deals with setting up PHP for web servers on
132 well as configure many of the popular web servers such as IIS, Apache,
135 First, install your selected HTTP (web) server on your system, and make
163 file, and configures certain web servers to use PHP. The installer will
165 Server; if you are using a different web server you'll need to
214 and for IIS, PWS, and Xitami, it configures the web server as well. The
224 First, install your selected HTTP (web) server on your system, and make
233 php.ini file, and configure certain web servers to use PHP. One of the
234 web servers the PHP installer does not configure for is Apache, so
253 with a web server on Microsoft Windows. To get started you'll need to
289 Files\PHP) as some web servers will crash if you do.
368 * sapi/php5isapi.dll - ISAPI Module for ISAPI compliant web servers
387 The CGI and CLI binaries, and the web server modules all require the
393 a SAPI module, the web server's directory (e.g. C:\Program
398 the file to the Windows system directory, copy the file to the web
427 sure that the user running the web server has read permissions to
433 follow the next step. Set the doc_root to point to your web servers
451 PHP is now setup on your system. The next step is to choose a web
452 server, and enable it to run PHP. Choose a web server from the table of
548 before firing up PHP. This means that the web server will provide
837 current web servers read the note about subrequests.
854 important lines in obj.conf and allow the web server to handle
859 * Do it for each web server instance you want PHP to run
890 can place your php.ini in your web server configuration directory.
917 * Restart your web service and apply changes
918 * Do it for each web server instance you want PHP to run
924 the web server. If you get crashes with very large PHP scripts, it
932 WS/iPlanet/Netscape is a multithreaded web server. Because of that all
933 requests are running in the same process space (the space of the web
938 environment of the running web server without any valid CGI variables!
942 Answer: This is because you started the web server process from the
943 admin server which runs the startup script of the web server, you
945 server!). This is why the environment of the started web server has
947 the web server not from the administration server. Use the command
980 virtual()) to make subrequests on the web server and insert the result
981 in the web page. The problem is, that this function uses some
1061 * Make sure the web server is running, and point your browser to
1074 After installing PHP and a web server on Windows, you will probably
1124 restart your web server to reflect your changes to php.ini.
1215 The PECL web site contains information about the different
1220 PECL extensions that have releases listed on the PECL web site are
1224 Most PECL extensions also reside in SVN. A web-based view may be
1246 After doing this, restart the web server.
1362 system, what PHP version, what web server, if you are running PHP as
1386 PHP, this happens only once when the web server is started. For the CGI
1404 * The web server's directory (for SAPI modules), or directory of PHP
1413 Note: The Apache web server changes the directory to root at startup
1536 almost any web server.
1599 PHP is glue. It is the glue used to build cool web applications by
1604 OS, a working web server and working 3rd-party libraries to glue
1757 Do a 'view source' in the web browser and you will probably find that
1758 you can see the source code of your PHP script. This means that the web
1809 it is relative to your web root directory). Note that for IIS you
1849 sure to restart your web server after making changes to php.ini