httpd
美
英 
例句
Apache httpd is the only server module that caters to the "academic definition" of an application server.
Apache服务器软件是唯一的满足应用服务器经典定义的服务器模块。
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很少。
Apache httpd with its mod_* architecture is a great example of simple design that supports multiple language runtimes.
服务器软件Apache和它的mod_*体系结构就是一个很好的例子,它的设计很简单,而且在运行时支持多语言。
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调用。
The composites could just as easily be deployed to two separate HTTPD instances.
也可以方便地将组合部署到两个独立的HTTPD实例。
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脚本。
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文件中。
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。
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。
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)。
Restarting the httpd daemon and rerunning the tests gave the results shown in Listing 5.
重新启动httpd守护进程并再次运行这些测试,其结果如清单5所示。
In either case you need to stop the Apache server, and edit your httpd. Conf to configure Apache to work with PHP.
无聊那种方法,您首先必须停止Apache服务器,然后编辑httpd.conf,以配置Apache和PHP协同工作。
The rest of httpd. conf consists of two Directory stanzas.
conf中剩余的部分由两个Directory节组成。
Of course, the location of the httpd. conf file depends on the location of the HTTPServer install.
当然,httpd.conf文件的位置取决于HTTPServer的安装位置。
If the configuration is moved into httpd. conf and AllowOverrides is disabled, disk usage can be reduced.
如果配置转移到httpd.conf中,且AllowOverrides被禁用,磁盘的使用就能减少。
A more secure configuration would use the Apache httpd to process requests and hand them to Tomcat.
更安全的配置可以使用Apache的httpd处理请求并把它们交给Tomcat。
If you installed Coldfusion after installing Apache Web server, you will be prompted to locate your Apache httpd. conf configuration file.
如果在安装ApacheWeb服务器之后安装Coldfusion,那么您会获得提示,要求您定位Apache的httpd.conf配置文件。
Listing 7 shows the RESTdoc comments for the httpd. groovy file; the method implementations have been removed for brevity.
清单7显示httpd.groovy文件的RESTdoc注释;为简便起见,实现方法已被移除。
Having httpd installed as a service will allow us to start and stop the server asynchronously from our code.
安装httpd作为服务将允许我们从代码中异步启动和停止服务器。
To determine which MPM you're currently using, execute httpd -l.
要确定当前使用的是哪种MPM,可执行httpd-l。
In the httpd. Conf file, you will get detailed information about what is happening during the authentication process.
那么您将得到关于在认证过程中发生的情况的详细信息。
Any special configurations are then placed directly in httpd. conf.
之后的任何特殊配置都将直接放在httpd.conf中。
Modules compiled separately from the Apache httpd binary that can be loaded on-demand.
与Apachehttpd二进制映象分开编译的可以在被调用时加载的模块(Modules)。
Open your httpd. conf file located in the "conf" folder, where you installed Apache.
打开位于“conf”文件夹中的httpd.conf文件,Apache也安装在这个文件夹中。
Make sure that the httpd binary you are running is the actual new httpd binary you just built.
确认你运行的httpd程序就是你刚刚编译的新httpd程序。
If a server is not found, IBM HTTP Server will process the request using its httpd. conf configuration file.
如果没有找到服务器,则IBMHTTPServer将使用其httpd.conf配置文件来处理请求。
You can use the complete httpd. conf configuration file provided in this article.
您可以使用本文所提供的完整httpd.conf配置文件。
With httpd installed and ready, we need to create a Zero project to hold our code.
安装并准备好httpd之后,需要创建一个Zero项目来存放代码。
You can more fully configure your Apache server by editing the httpd. conf file.
通过编辑httpd.conf文件,可以更加充分地配置Apache服务器。
To activate this feature, insert the following into the httpd. conf file.
要激活此特性,向httpd.conf文件插入以下内容。
You'll see that services, such as httpd and nfs, are turned off by default -- even PF is off.
您将看到在缺省情况下关闭了一些服务,如httpd和nfs,甚至关闭了PF。
KeepAlive 5 at the global level of httpd. conf allows the server to handle 5 requests on a connection before forcing the connection closed.
conf全局级的KeepAlive5允许服务器在连接强制关闭之前处理一个连接上的5个请求。
Listing 5 shows that we pick out the httpd configuration properties that we want to expose as we create the JSON response data.
清单5显示我们挑选的httpd配置属性,这些属性是在创建JSON响应数据时要公开的属性。
You should see an index page that lists all of the RESTful resources types in your application, with httpd and process among them.
应该能看到一个索引页面,此页面列出了应用程序中的所有RESTful资源类型,其中包括httpd和process。
You should modify the value of server1's installation path to be the one used by your local httpd installation.
您应该将server1的安装路径值修改为您的本地httpd安装使用的安装路径值。
Before you begin coding, you should make sure that you have the Apache HTTP server (httpd) installed and working properly.
开始编码前,应该确保ApacheHTTP服务器(httpd)已安装并正常工作。
If there are no httpd processes in the process list, the results of the test are discounted.
如果进程表中没有httpd进程,则测试结果将不予考虑。
The httpd. groovy comments are most illustrative because they show all of the possible tags used in RESTdoc comments.
groovy注释是最具有说明性的,因为它们会显示RESTdoc注释中使用的所有可能标记。
It is important to stay current on operating system, httpd, php, and DB2 maintenance, particularly as related to security issues.
时时关注操作系统、httpd、php和DB2维护,尤其是事关安全的方面,这一点很重要。
im-httpd is tiny -- only about 7 kilobytes, linked against glibc.
im-httpd,非常小的服务器——只有大约7KB,链接到glibc。