Setup servidor

De ActionApps Documentacion
Saltar a: navegación, buscar

Configuración Apache

En el httpd.conf

Para el Apache/2.2.0 (Linux/SUSE) Es análogo en las otras distribuciones

1. Ubico con el comando LOCATE el archivo httpd.conf. Me sirve para ubicar los demas archivos donde configurar variables del servidor

2. En el archivo mod_/etc/apache2/mime-defaults.conf configuro las sgtes variables AddType text/html .shtml AddOutputFilter INCLUDES .shtml

3. En el archivo mod_/etc/apache2/default-server.conf configuro las sgtes variables para que queden asi

<Directory "/srv/www/htdocs"> Options Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews AllowOverride None Order allow,deny Allow from all </Directory>