Receta rápida:
# /usr/sbin/apache2ctl -t -D DUMP_MODULES
using 127.0.1.1 for ServerName
Loaded Modules:
core_module (static)
log_config_module (static)
logio_module (static)
mpm_prefork_module (static)
http_module (static)
so_module (static)
alias_module (shared)
auth_basic_module (shared)
authn_file_module (shared)
authz_default_module (shared)
authz_groupfile_module (shared)
authz_host_module (shared)
authz_user_module (shared)
autoindex_module (shared)
cgi_module (shared)
deflate_module (shared)
dir_module (shared)
env_module (shared)
mime_module (shared)
negotiation_module (shared)
php5_module (shared)
setenvif_module (shared)
status_module (shared)
Syntax OK
Hola, gracias por tu post, esto no me lo sabia.
En mi caso uso centos 5.x y el nombre de la instlación de apache que comentas (apache2ctl) no la tengo, así que con una busqueda rápida el nombre con el que está en centos es:
# ll /usr/sbin/ | grep -i apache
-rwxr-xr-x 1 root root 3916 ene 21 2008 apachectl
-r-s–x— 1 root apache 24711 ene 21 2008 suexec
Saludos y gracias 🙂
Hola, me haría falta saber como le agrego a mi servidor apache en Red Hat el módulo de ruby, para que interprete el codigo ruby en las paginas rhtml, gracias aqui dejo mi mail por si alguien es tan amable de escribirme y decirme: plabreu@estudiantes.uci.cu
Hello, I realy need to know how can I install the module of ruby on my apache(httpd) server in red hat, I need make, that my server can reed the ruby code that comes in the rhtml pages. Thanks Here is my e-mail if you can write me: plabreu@estudiantes.uci.cu
PD: Sorry my English is not so good.