APACHE

Juan Carlos Rojas jrojas en conicyt.cl
Lun Ago 11 11:10:25 CLT 2008


Esto existe bajo conf

[root@]# ls -la
total 96
drwxr-xr-x  4 root root  4096 ago 11 10:36 .
drwxr-xr-x 15 root root  4096 ago 11 10:37 ..
drwxr-xr-x  2 root root  4096 ago 11 10:31 extra
-rw-r--r--  1 root root 13546 ago 11 10:15 httpd.conf
-rw-r--r--  1 root root 13386 ago  5 16:21 httpd.conf.bak
-rw-r--r--  1 root root 12958 ago  5 14:07 magic
-rw-r--r--  1 root root 29430 ago  5 14:07 mime.types
drwxr-xr-x  3 root root  4

y en directorio extra hay:

[root@]# ls -ltr
total 56
-rw-r--r-- 1 root root   817 ago  5 14:07 httpd-userdir.conf
-rw-r--r-- 1 root root 10368 ago  5 14:07 httpd-ssl.conf
-rw-r--r-- 1 root root  2201 ago  5 14:07 httpd-multilang-errordoc.conf
-rw-r--r-- 1 root root  3789 ago  5 14:07 httpd-mpm.conf
-rw-r--r-- 1 root root   928 ago  5 14:07 httpd-manual.conf
-rw-r--r-- 1 root root  5078 ago  5 14:07 httpd-languages.conf
-rw-r--r-- 1 root root  1103 ago  5 14:07 httpd-info.conf
-rw-r--r-- 1 root root  2344 ago  5 14:07 httpd-default.conf
-rw-r--r-- 1 root root  1743 ago  5 14:07 httpd-dav.conf
-rw-r--r-- 1 root root  2855 ago  5 14:07 httpd-autoindex.conf
-rw-r--r-- 1 root root  1139 ago 11 10:31 httpd-vhosts.conf




Contenido de  httpd-vhosts.conf es :


#
# Virtual Hosts
#
# If you want to maintain multiple domains/hostnames on your
# machine you can setup VirtualHost containers for them. Most configurations
# use only name-based virtual hosts so the server doesn't need to worry about
# IP addresses. This is indicated by the asterisks in the directives below.
#
# Please see the documentation at
# <URL:http://httpd.apache.org/docs/2.2/vhosts/>
# for further details before you try to setup virtual hosts.
#
# You may use the command line option '-S' to verify your virtual host
# configuration.

#
# Use name-based virtual hosting.
#
NameVirtualHost *:80

#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for all requests that do not
# match a ServerName or ServerAlias in any <VirtualHost> block.
#

<VirtualHost *:80>
    ServerName 10.0.0.80
    DocumentRoot /home/web
    <Directory "/home/web">
        AllowOverride None
        Options FollowSymLinks MultiViews
    </Directory>
    DirectoryIndex index.htm index.php homepage.htm index.html default.htm default.html
</VirtualHost>









-----Mensaje original-----
De: linux-bounces en listas.inf.utfsm.cl [mailto:linux-bounces en listas.inf.utfsm.cl] En nombre de Larry Letelier N.
Enviado el: viernes, 08 de agosto de 2008 15:35
Para: Discusion de Linux en Castellano
Asunto: Re: APACHE

que tienes bajo conf.d/*

2008/8/8 Claudio Hormazábal Ocampo <chormazabal en ucentral.cl>

> Verifica tu configuración de iptables.
>
> Atte.,
> Claudio Hormazábal
> Administrador de Sistemas
> Universidad Central de Chile
> Fono: 582 6059, Skype: claudio.hormazabal
>
> -----Mensaje original-----
> De: linux-bounces en listas.inf.utfsm.cl
> [mailto:linux-bounces en listas.inf.utfsm.cl] En nombre de Juan Carlos Rojas
> Enviado el: viernes, 08 de agosto de 2008 12:58
> Para: linux en listas.inf.utfsm.cl
> Asunto: APACHE
>
> Hola Señores, he instalado apache y localmente funciona ok pero
> conectandome
> desde la red no veo nada, el puerto 80 esta LISTENING el el path al
> document
> root esta ok asi que no se que mas revisar agracere cualquier información
> gracias.
>
>
> ATTE JCarlos
>
>
>


--
--------------------------------
Larry Letelier N.
barbudone en gmail.com
lletelier en fedoraproject.org



Más información sobre la lista de distribución Linux