Vertaling van "a httpd" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Este módulo además muestra en orden todas las peticiones de hooks y información adicional a la hora de compilar, similar a httpd -V.
The module also shows the order of all request hooks and additional build information, similar to httpd -V.
Estas opciones se le pueden pasar al binario httpd, pero se recomienda que se pasen al script de control apachectl, que a su vez los pasará a httpd.
These are arguments to the httpd binary, but we recommend that you send them using the apachectl control script, which will pass them through to httpd.
A veces el MPM necesita realizar un cierre prolongado, concretamente enviar de vuelta un error al cliente mientras éste está todavía transmitiendo datos a httpd.
Sometimes the MPM needs to perform a lingering close, namely sending back an early error to the client while it is still transmitting data to httpd.
Para permitirle el acceso, SELinux debe saber qué archivos en/srv/miweb/ son accesibles a httpd
To allow access, SELinux must know that the files in/srv/myweb/ are to be accessible to httpd
Por defecto, tales permisos no permiten a httpd leer este archivo.
By default, such permissions do not allow httpd to read this file.
Después de haber enviado las señales que desee a httpd, puede ver cómo progresa el proceso escribiendo
After you have signaled httpd, you can read about its progress by issuing
Si no necesita que corra httpd, como usuario root de Linux corra el comando service httpd stop para detener a httpd
If you do not require httpd to be running, as the root user, run the service httpd stop command to stop httpd
Para configurar a httpd para que pueda ejecutarse en algún puerto diferente de los puertos TCP 80,443, 488, 8008, 8009, o 8443
To configure httpd to run on a port other than TCP ports 80,443, 488, 8008, 8009, or 8443
Los módulos prefork, worker y event MPMs(módulos de procesos múltiples) ahora permiten a httpd ser apagado/parado con elegancia mediante la señal graceful-stop.
The prefork, worker and event MPMs now allow httpd to be shutdown gracefully via the graceful-stop signal.
En el ejemplo que ofrecemos a continuación configuramos a httpd para que pueda escuchar la dirección IP 10.0.0.1, y el puerto 12345
The following example configures httpd to listen on the 10.0.0.1 IP address, and on TCP port 12345
La idea es usar ServerLimit para informar a httpd sobre cuántos procesos en total se toleran antes de impactar los recursos del sistema.
The idea is to use ServerLimit to instruct httpd about how many overall processes are tolerated before impacting the system resources.
Un creciente número de plataformas implementan ya IPv6, y APR soporta IPv6 en la mayoría de estas plataformas, permitiendo así a httpd asignar sockets IPv6, y manejar las respuestas enviadas a través de IPv6.
A growing number of platforms implement IPv6, and APR supports IPv6 on most of these platforms, allowing httpd to allocate IPv6 sockets, and to handle requests sent over IPv6.
En la sección El Servidor y Programas de Soporte puede encontrar más información sobre las opciones de línea de comandos que puede pasar a httpd y a apachectl así como sobre otros programas de soporte incluidos con el servidor Apache.
Additional information about the command-line options of httpd and apachectl as well as other support programs included with the server is available on the Server and Supporting Programs page.