Lines Matching refs:web

54      * Websites and web applications (server-side scripting)
59 a web server and a web browser. You probably already have a web
61 have a web server (e.g. Apache on Linux and MacOS X; IIS on Windows).
72 module support for your web server, you can always use it as a CGI or
84 extension. This is a completely different approach than writing web
90 From now on, this section deals with setting up PHP for web servers on
116 sections specific to your platform or web server before you begin the
120 section, we are mainly dealing with web centric setups of PHP in this
131 to build PHP and/or your web server. If you are unfamiliar with
139 * A web server
285 Following the steps above you will have a running Apache2 web server
424 current web servers read the note about subrequests.
430 To build PHP with Sun JSWS/Sun ONE WS/iPlanet/Netscape web servers,
470 done in the start script for your web server. The start script is often
488 can place your php.ini in your web server config directory.
538 The stacksize that PHP uses depends on the configuration of the web
546 WS/iPlanet/Netscape is a multithreaded web server. Because of that all
547 requests are running in the same process space (the space of the web
552 environment of the running web server without any valid CGI variables!
558 Answer: This is because you started the web server process from the
559 admin server which runs the startup script of the web server, you
561 server!). This is why the environment of the started web server has
563 the web server not from the administration server. Use the command
602 virtual()) to make subrequests on the web server and insert the result
603 in the web page. This function uses some undocumented features from the
617 used for CGI processing. If you are running a web server that PHP has
843 entries similar to extension=foo.so. However, restarting the web server
848 * If the PHP scripts are not parsing via the web server, then it's
849 likely that PHP was not added to the web server's configuration
854 and/or the web server was restarted after installation.
881 different database driver), you may need to build PHP and/or your web
899 with the default web server requires uncommenting a few lines in the
913 bundled mod_php on Mac OS X for the Apache web server (the default web
973 the web files. Files in this directory are served from the web
1050 * » http://pecl.php.net/ The PECL web site contains information about
1055 the PECL web site are available for download and installation using
1057 * SVN Most PECL extensions also reside in SVN. A web-based view may
1140 However, some web servers are confusing because they do not use the
1147 After activating an extension, save php.ini, restart the web server and
1159 If you are using PHP with a web server, the location and format of the
1160 logs vary depending on your software. Please read your web server
1197 After enabling the extension in php.ini, restarting the web service
1349 system, what PHP version, what web server, if you are running PHP as
1383 server module versions of PHP, this happens only once when the web
1404 * The web server's directory (for SAPI modules), or directory of PHP
1415 The Apache web server changes the directory to root at startup,
1590 almost any web server.
1631 PHP is glue. It is the glue used to build cool web applications
1636 platform. It needs a working OS, a working web server and
1731 Do a 'view source' in the web browser and you will probably find
1733 that the web server did not send the script to PHP for
1788 think it is relative to your web root directory). Note that
1828 then be sure to restart your web server after making changes to