1.Apache httpd is the only server module that caters to the "academic definition" of an application server.
Apache服务器软件是唯一的满足应用服务器经典定义的服务器模块。
2.mini-httpd handles multiple concurrent requests in a single system thread, while demanding little from its host in the way of memory or CPU.
mini-httpd可以在一个系统线程中处理多个并发请求,但是在主机上占用的内存或CPU很少。
3.Apache httpd with its mod_* architecture is a great example of simple design that supports multiple language runtimes.
服务器软件Apache和它的mod_*体系结构就是一个很好的例子,它的设计很简单,而且在运行时支持多语言。
4.This can be affected by . htaccess settings, settings inside or portions of httpd. conf, or by ini_set calls within a PHP script.
对它有影响的有:.htaccess设置、httpd.conf的或部分中的设置和PHP脚本中的ini_set调用。
5.The composites could just as easily be deployed to two separate HTTPD instances.
也可以方便地将组合部署到两个独立的HTTPD实例。
6.To avoid any possible data consistency issues during the upgrade, I shut down the httpd daemon and stopped the lpar2rrd script from running.
为了避免在升级过程中出现任何数据一致性问题,我关闭了httpd后台程序并停止运行lpar2rrd脚本。
7.In order to set up an area of your Web site where media files can be served, you can add the following directive to your httpd. conf file.
为了在Web站点上设置一个可以提供媒体文件的区域,您可以将以下指令添加到httpd.conf文件中。
8.To turn off Keep-Alive, find the relevant line in your httpd. conf file and change it to Keep-Alive Off.
要关闭Keep-Alive,请在httpd.conf文件中找到相关的行,并将其改为Keep-AliveOff。
9.Then we'll take a brief look at deploying to a shared Web-hosting environment, where access to httpd. conf is forbidden.
然后粗略了解一下如何将Django应用程序部署到共享的Web宿主环境,在这里不能访问httpd.conf。
10.If the Web server fails to start, manual changes may have corrupted the HTTP configuration file (httpd. conf if using IBM HTTP Server).
如果Web服务器启动失败,那么可能是手工修改破坏了HTTP配置文件(对于IBMHTTP服务器是httpd.conf)。