Examples with "httpd runs" and their translation in Spaans
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.
This assumes the default configuration, in which httpd runs as the Linux apache user.
Esto asume la configuración predeterminada, en la que httpd corre como usuario apache de Linux.
Andere resultaten
This specifies how your machine will run your HTTPd server.
Run service httpd status to confirm httpd is not running
Run service httpd start as the root user to start the Apache HTTP Server
On Unix, the httpd program is run as a daemon that executes continuously in the background to handle requests.
En Unix, el programa httpd se ejecuta como un demonio (daemon) de forma silenciosa y atiende las peticiones que le lleguen.
Run service httpd start again to start httpd and have it listen on the new port
Ejecute nuevamente el comando service httpd start para iniciar httpd, y hacer que escuche sobre el nuevo puerto
When SELinux is enabled, the Apache HTTP Server (httpd) runs confined by default.
Cuando SELinux se encuentra habilitado, el servidor HTTP Apache (httpd) se ejecuta de manera confinada por defecto.
If the server is running, run service httpd restart as the root user to restart the service (this also applies any changes made to httpd.conf).
Si este servidor se encuentra detenido, ejecute el comando service httpd start como usuario root para poder reiniciar el servicio (esto también hace que entre en vigencia cualquier modificación realizada en el archivo httpd.conf).
To configure httpd to run on a port other than TCP ports 80,443, 488, 8008, 8009, or 8443
Para configurar a httpd para que pueda ejecutarse en algún puerto diferente de los puertos TCP 80,443, 488, 8008, 8009, o 8443
Run rpm -q httpd to see if the httpd package is installed.
Ejecute rpm -q httpd para saber si httpd ya se encuentra instalado.
It can be a different location as long as the user that runs Apache or httpd has writing permissions for that directory.
Puede ser una ubicación distinta siempre y cuando el usuario bajo el cual corre Apache o httpd tenga permisos de escritura sobre ese directorio.
Run mkdir -p/my/website as the root user to create a top-level directory structure to store files to be used by httpd.
Ejecute el comando mkdir -p/my/website como usuario root para crear una estructura de directorio de nivel superior, para poder almacenar archivos que sean utilizados por httpd.
I installed docker.io using apt-get and did a quick "docker run" test using my httpd image, and it worked.
Instalé docker.io usando apt-get y realicé una prueba rápida "docker run" usando mi imagen httpd, y funcionó.