servidor de pÁginas web-apache

Download SERVIDOR DE PÁGINAS WEB-Apache

If you can't read please download the document

Upload: patricio-yumisaca

Post on 14-Apr-2015

62 views

Category:

Documents


7 download

TRANSCRIPT

Curso: Introduccin a las Aplicaciones y Servicios de Internet bajo Linux. SERVIDOR DE PGINAS WEB (Apache).La World Wide Web (WEB) es el servicio de Internet, que sin duda alguna ha sufrido el mayor crecimiento de todos cuantos pueblan esta inmensa red de araa que hoy es la red. Es ms, casi el 70 % del ancho de banda total se debe a accesos a travs de pginas web (formato html) o derivados de stas. La forma en que se visualiza la informacin no tiene parangn con ninguno de los otros formatos, y por si esto fuera poco lasa perspectivas que abre el comercio electrnico creando una nueva relacin entre el/la client@ virtual y la empresa an ms virtual, hace que el futuro sea desconocido en el viejo arte de la compra y la venta de objetos, o sea del mercado nico y la globalizacin del mercado. Como es de esperar en todo hay sus buenas y sus malas razones de ser, slo depende de l@s usuari@s de estos sistemas, el buen o mal uso de los mismos. En este mdulo aprenderemos a configurar el servidor Web Apache en nuestros servidores. Cada uno de los ficheros que intervienen en la configuracin son en si mismos pequeos mundos que nos llevaran probablemente a dedicarles tanto tiempo como dura el curso entero, pero como eso no es posible, si intentaremos descifrar de ellos lo que nos interesa y lo dems lo dejaremos para el futuro cuando estos ficheros, a veces tan grandes, no sean ya un misterio para nosotr@s. Tratar con un servidor que es capaz de hacer muchas cosas y sobre todo ser el servidor web ms utilizado del mundo conlleva un tanto de respeto y mucha humildad por nuestra parte, por lo que trataremos de ir pasito a pasito y con buena letra eh? Nuestra versin de RedHat 9 incluye tambin otro servidor llamado TUX, que seguramente ser algo ms sencillo, pero desde luego no tan popular como Apache, eso seguro. Como en todos los servidores vistos hasta ahora, suponemos que el servidor est instalado en el momento de la instalacin de RedHat Linux 9, y por lo tanto no es necesario hacer mucho ms all en ese respecto. Si esto es as tambin se encontrar funcionando en el sistema cada vez que este arranque. Por ah comenzaremos a trabajar, lo primero es ver cmo arrancar/parar el servidor, cmo decirle que arranque en el momento de inicio del sistema y decirle que funcione en los niveles de ejecucin 3 y 5 de nuestro sistema lo recordis? Por si acaso no vamos a ello!

VER SI EL SERVIDOR EST INSTALADOPara ver si efectivamente est instalado nuestro servidor, lo podemos ver de varias formas, la primera y ms sencilla es ejecutar el comando rpm para que nos lo diga el propio gestor de aplicaciones: [root@casiopea /root]# rpm qa|grep httpd Este comando nos devolver todos los paquetes instalados cuyos nombres tengan la palabra httpd. Esto es muy til ya que ms adelante necesitaremos instalar 3 programas dependientes de httpd que el servidor no instala por defecto para configurar un servidor https:// seguro. Adems esto nos proporciona la posibilidad de ver la versin de los programas instalados. Nosotr@s trabajaremos con la versin de apache 2.0.47. Otra forma de verlo, es invocando al gestor grfico de paquetes rpm mediante el comando: [root@casiopea /root]# redhat-config-packages Este gestor ya le conocemos por haberlo utilizado previamente, es sencillo, grfico y nos permite ver si efectivamente apache est instalado. Para gustos los se hicieron los colores J. A mi me parece ms potente el rpm q pero depende para qu, uno es ms rpido y funciona mejor.

________________________________________________________________________________ CFIE 2 Valladolid. Febrero-Marzo 2004. Mdulo 4. Servidor Pginas Web. Pg 1

Curso: Introduccin a las Aplicaciones y Servicios de Internet bajo Linux. INICIO / PARO DEL SERVIDORIniciar y parar el servidor es algo tan sencillo y que tendremos que hacer tantas veces hasta que el fichero de configuracin est afinado, que nos va a parecer mentira con la soltura que iniciaremos y pararemos el servidor pero no preocuparse que, siempre que se haga correctamente, a l no le duele lo ms absoluto J El inicio del servidor, se puede hacer igualmente de mil maneras pero yo voy directamente al grano esta vez y lo apago desde un lugar y lo enciendo desde otro vale? [root@casiopea /root]# /sbin/service httpd stop [root@casiopea /root]# /etc/rc.d/init.d/httpd start Tambin se le puede rearrancar mediante: [root@casiopea /root]# /sbin/service httpd restart y lo apaga y lo enciende a la vez y ya estara apagado. y ya estara funcionando, aunque nada ms.

Si no hay ningn problema ms (o sea en los ficheros de configuracin) veris que todo va a las mil maravillas y el servidor hace lo que le peds. Bueno pararlo casi siempre lo hace de todos modos, el problema es arrancarlo si algo no anda bien, y a veces os aseguro que ocurrir

ARRANQUE EN EL INICIO y EN NIVELES 3 y 5Esto tambin lo hemos visto en los anteriores servicios de Internet, aunque yo pesadito de mi, os lo seguir comentando por si acaso. Necesitamos que los servidores, y slo ellos tengan un demonio httpd funcionado y lo hagan en los niveles 3 y 5 de Linux. Esto ya lo cont antes y bla, bla, bla. Pero no necesitamos que los clientes tengan un servidor funcionando si no lo van a utilizar no? As que aqu la tarea, al igual que en los servidores vistos ya, es necesario parar y no arrancar en el inicio el servidor Apache. Cmo se hace esto? 1. Arranque en el Inicio del Servidor /Apagado del cliente [root@casiopea /root]# chkconfig httpd on / off 2. Funcionamiento en el nivel 3 de Linux (Texto multiusuario)/ Apagado del cliente [root@casiopea /root]# chkconfig -- level 3 httpd on /off 3. Funcionamiento en el nivel 5 de Linux (Grfico multiusuario) / Apagado del cliente [root@casiopea /root]# chkconfig --level 5 httpd on /off 4. Por ltimo, la comprobacin de que todo va bien [root@casiopea /root]# chkconfig -- list httpd Todo ha ido perfectamente hasta aqu y nuestro servidor se encuentra en el estado que le corresponde estar si? Perdonad que sea tan plasta con esto, pero realmente es importante. En este momento, el servidor ya est listo para ser configurado, y como es novedad desde la versin de Apache 2.0 en adelante, los ficheros de configuracin necesarios para poner en marcha el servidor han pasado de ser varios (srm.conf, httpd.conf y access.conf a parte de en cada directorio del sitio web del .htaccess

________________________________________________________________________________ CFIE 2 Valladolid. Febrero-Marzo 2004. Mdulo 4. Servidor Pginas Web. Pg 2

Curso: Introduccin a las Aplicaciones y Servicios de Internet bajo Linux.para valorar los permisos locales al directorio) a configurarse un nico fichero httpd.conf, eso si ms largo y complejo como era de esperar J. La localizacin del fichero httpd.conf a partir de la versin RedHat 8 (verdadera pionera de los cambios) se encuentra en /etc/httpd/conf y, como es lgico nos cansaremos de editarlo, cambiar cosillas, entrar y salir de l para afinarlo. Como os comentaba antes, a partir de la versin 8 de RedHat existen dos formas de configurar este macro fichero, una de ellas, la de siempre a pedalillo (recomendable en parte) y la otra con la ayuda de un gestor grfico (ayuda bastante al principio como todo lo grfico, pero se queda cojo a la hora de tocar partes importantes), as que probaremos ambas opciones y conseguiremos nuestro objetivo. No es por asustar, pero lo primero que vamos a hacer es listar el fichero completo (ya se que es una pasada, pero luego iremos viendo partes y nos ayudar mucho tenerlo. Esta es una versin acabada y completa del que yo he diseado para montar los ejemplos y casi sirve para lo que nos proponemos) ah va: ################################################################################################ ## httpd.conf - configuration for the Apache web server # # Generated automatically... if you edit manually, the changes will be lost # the next time you run "apacheconfig". # ### Seccin 1: Configuracin Global # # The directives in this section affect the overall operation of Apache, # such as the number of concurrent requests it can handle or where it # can find its configuration files. # # # Don't give away too much information about all the subcomponents # we are running. Comment out this line if you don't mind remote sites # finding out what major optional modules you are running ServerTokens OS # # ServerRoot: The top of the directory tree under which the server's # configuration, error, and log files are kept. # # NOTE! If you intend to place this on an NFS (or otherwise network) # mounted filesystem then please read the LockFile documentation # (available at ); # you will save yourself a lot of trouble. # # Do NOT add a slash at the end of the directory path. # ServerRoot "/etc/httpd" # # ScoreBoardFile: File used to store internal server process information. # If unspecified (the default), the scoreboard will be stored in an # anonymous shared memory segment, and will be unavailable to third-party # applications. # If specified, ensure that no two invocations of Apache share the same # scoreboard file. The scoreboard file MUST BE STORED ON A LOCAL DISK. # #ScoreBoardFile run/httpd.scoreboard

________________________________________________________________________________ CFIE 2 Valladolid. Febrero-Marzo 2004. Mdulo 4. Servidor Pginas Web. Pg 3

Curso: Introduccin a las Aplicaciones y Servicios de Internet bajo Linux.

# # PidFile: The file in which the server should record its process # identification number when it starts. # PidFile "/var/run/httpd.pid" # # Timeout: The number of seconds before receives and sends time out. # TimeOut 300 # # KeepAlive: Whether or not to allow persistent connections (more than # one request per connection). Set to "Off" to deactivate. # KeepAlive false # # MaxKeepAliveRequests: The maximum number of requests to allow # during a persistent connection. Set to 0 to allow an unlimited amount. # We recommend you leave this number high, for maximum performance. # MaxKeepAliveRequests 100 # # KeepAliveTimeout: Number of seconds to wait for the next request from the # same client on the same connection. # KeepAliveTimeout 15 ## ## Server-Pool Size Regulation (MPM specific) ## # prefork MPM # StartServers: number of server processes to start # MinSpareServers: minimum number of server processes which are kept spare # MaxSpareServers: maximum number of server processes which are kept spare # MaxClients: maximum number of server processes allowed to start # MaxRequestsPerChild: maximum number of requests a server process serves StartServers 8 MinSpareServers 5 MaxSpareServers 20 MaxClients 150 MaxRequestsPerChild 100 # worker MPM # StartServers: initial number of server processes to start # MaxClients: maximum number of simultaneous client connections # MinSpareThreads: minimum number of worker threads which are kept spare # MaxSpareThreads: maximum number of worker threads which are kept spare # ThreadsPerChild: constant number of worker threads in each server process # MaxRequestsPerChild: maximum number of requests a server process serves StartServers 2 MaxClients 150 MinSpareThreads 25 MaxSpareThreads 75

________________________________________________________________________________ CFIE 2 Valladolid. Febrero-Marzo 2004. Mdulo 4. Servidor Pginas Web. Pg 4

Curso: Introduccin a las Aplicaciones y Servicios de Internet bajo Linux.ThreadsPerChild 25 MaxRequestsPerChild 0 # perchild MPM # NumServers: constant number of server processes # StartThreads: initial number of worker threads in each server process # MinSpareThreads: minimum number of worker threads which are kept spare # MaxSpareThreads: maximum number of worker threads which are kept spare # MaxThreadsPerChild: maximum number of worker threads in each server process # MaxRequestsPerChild: maximum number of connections per server process NumServers 5 StartThreads 5 MinSpareThreads 5 MaxSpareThreads 10 MaxThreadsPerChild 20 MaxRequestsPerChild 0 # # Listen: Allows you to bind Apache to specific IP addresses and/or # ports, in addition to the default. See also the # directive. # # Change this to Listen on specific IP addresses as shown below to # prevent Apache from glomming onto all bound IP addresses (0.0.0.0) # #Listen 12.34.56.78:80 Listen 192.168.1.1:80 Listen 10.10.0.1:80

# # Load config files from the config directory "/etc/httpd/conf.d". # Include conf.d/ssl.conf # # Dynamic Shared Object (DSO) Support # # To be able to use the functionality of a module which was built # have to place corresponding `LoadModule' lines at this location # directives contained in it are actually available _before_ they # Statically compiled modules (those listed by `httpd -l') do not # to be loaded here. # # Example: # LoadModule foo_module modules/mod_foo.so # LoadModule access_module modules/mod_access.so LoadModule auth_module modules/mod_auth.so LoadModule auth_anon_module modules/mod_auth_anon.so LoadModule auth_dbm_module modules/mod_auth_dbm.so LoadModule auth_digest_module modules/mod_auth_digest.so LoadModule include_module modules/mod_include.so LoadModule log_config_module modules/mod_log_config.so LoadModule env_module modules/mod_env.so LoadModule mime_magic_module modules/mod_mime_magic.so LoadModule cern_meta_module modules/mod_cern_meta.so LoadModule expires_module modules/mod_expires.so

as a DSO you so the are used. need

________________________________________________________________________________ CFIE 2 Valladolid. Febrero-Marzo 2004. Mdulo 4. Servidor Pginas Web. Pg 5

Curso: Introduccin a las Aplicaciones y Servicios de Internet bajo Linux.LoadModule LoadModule LoadModule LoadModule LoadModule LoadModule LoadModule LoadModule LoadModule LoadModule LoadModule LoadModule LoadModule LoadModule LoadModule LoadModule LoadModule LoadModule LoadModule LoadModule LoadModule headers_module modules/mod_headers.so usertrack_module modules/mod_usertrack.so unique_id_module modules/mod_unique_id.so setenvif_module modules/mod_setenvif.so mime_module modules/mod_mime.so dav_module modules/mod_dav.so status_module modules/mod_status.so autoindex_module modules/mod_autoindex.so asis_module modules/mod_asis.so info_module modules/mod_info.so cgi_module modules/mod_cgi.so dav_fs_module modules/mod_dav_fs.so vhost_alias_module modules/mod_vhost_alias.so negotiation_module modules/mod_negotiation.so dir_module modules/mod_dir.so imap_module modules/mod_imap.so actions_module modules/mod_actions.so speling_module modules/mod_speling.so userdir_module modules/mod_userdir.so alias_module modules/mod_alias.so rewrite_module modules/mod_rewrite.so

# # ExtendedStatus controls whether Apache will generate "full" status # information (ExtendedStatus On) or just basic information (ExtendedStatus # Off) when the "server-status" handler is called. The default is Off. # #ExtendedStatus On ### Seccin 2: onfiguracin Principal del servidor # # The directives in this section set up the values used by the 'main' # server, which responds to any requests that aren't handled by a # definition. These values also provide defaults for # any containers you may define later in the file. # # All of these directives may appear inside containers, # in which case these default settings will be overridden for the # virtual host being defined. # # # If you wish httpd to run as a different user or group, you must run # httpd as root initially and it will switch. # # User/Group: The name (or #number) of the user/group to run httpd as. # . On SCO (ODT 3) use "User nouser" and "Group nogroup". # . On HPUX you may not be able to use shared memory as nobody, and the # suggested workaround is to create a user www and use that user. # NOTE that some kernels refuse to setgid(Group) or semctl(IPC_SET) # when the value of (unsigned)Group is above 60000; # don't use Group #-1 on these systems! # User apache Group apache # # ServerAdmin: Your address, where problems with the server should be # e-mailed. This address appears on some server-generated pages, such # as error documents. e.g. [email protected] #

________________________________________________________________________________ CFIE 2 Valladolid. Febrero-Marzo 2004. Mdulo 4. Servidor Pginas Web. Pg 6

Curso: Introduccin a las Aplicaciones y Servicios de Internet bajo Linux.ServerAdmin [email protected] # # ServerName gives the name and port that the server uses to identify itself. # This can often be determined automatically, but we recommend you specify # it explicitly to prevent problems during startup. # # If this is not set to valid DNS name for your host, server-generated # redirections will not work. See also the UseCanonicalName directive. # # If your host doesn't have a registered DNS name, enter its IP address here. # You will have to access it by its address anyway, and this will make # redirections work in a sensible way. # ServerName www.infoedu.org # # UseCanonicalName: Determines how Apache constructs self-referencing # URLs and the SERVER_NAME and SERVER_PORT variables. # When set "Off", Apache will use the Hostname and Port supplied # by the client. When set "On", Apache will use the value of the # ServerName directive. # UseCanonicalName on # # DocumentRoot: The directory out of which you will serve your # documents. By default, all requests are taken from this directory, but # symbolic links and aliases may be used to point to other locations. # DocumentRoot "/var/www/html" # # Disable autoindex for the root directory, and present a # default Welcome page if no other index page is present. # Options -Indexes ErrorDocument 403 /error/noindex.html # # UserDir: The name of the directory that is appended onto a user's home # directory if a ~user request is received. # # The path to the end user account 'public_html' directory must be # accessible to the webserver userid. This usually means that ~userid # must have permissions of 711, ~userid/public_html must have permissions # of 755, and documents contained therein must be world-readable. # Otherwise, the client will only receive a "403 Forbidden" message. # # See also: http://httpd.apache.org/docs/misc/FAQ.html#forbidden # # # UserDir is disabled by default since it can confirm the presence # of a username on the system (depending on home directory # permissions). # UserDir "disable" UserDir "enable" capi paco

________________________________________________________________________________ CFIE 2 Valladolid. Febrero-Marzo 2004. Mdulo 4. Servidor Pginas Web. Pg 7

Curso: Introduccin a las Aplicaciones y Servicios de Internet bajo Linux.UserDir http://www.infoedu.org/~* # # To enable requests to /~user/ to serve the user's public_html # directory, use this directive instead of "UserDir disable": # UserDir public_html # # DirectoryIndex: sets the file that Apache will serve if a directory # is requested. # # The index.html.var file (a type-map) is used to deliver content# negotiated documents. The MultiViews Option can be used for the # same purpose, but it is much slower. # DirectoryIndex index.html default.htm default.html index.htm # # AccessFileName: The name of the file to look for in each directory # for access control information. See also the AllowOverride directive. # AccessFileName .htaccess # # The following lines prevent .htaccess and .htpasswd files from being # viewed by Web clients. # Order allow,deny Deny from all # # TypesConfig describes where the mime.types file (or equivalent) is # to be found. # TypesConfig "/etc/mime.types" # # DefaultType is the default MIME type the server will use for a document # if it cannot otherwise determine one, such as from filename extensions. # If your server contains mostly text or HTML documents, "text/plain" is # a good value. If most of your content is binary, such as applications # or images, you may want to use "application/octet-stream" instead to # keep browsers from trying to display binary files as though they are # text. # DefaultType text/plain # # The mod_mime_magic module allows the server to use various hints from the # contents of the file itself to determine its type. The MIMEMagicFile # directive tells the module where the hint definitions are located. # # MIMEMagicFile /usr/share/magic.mime MIMEMagicFile conf/magic

________________________________________________________________________________ CFIE 2 Valladolid. Febrero-Marzo 2004. Mdulo 4. Servidor Pginas Web. Pg 8

Curso: Introduccin a las Aplicaciones y Servicios de Internet bajo Linux.

# # HostnameLookups: Log the names of clients or just their IP addresses # e.g., www.apache.org (on) or 204.62.129.132 (off). # The default is off because it'd be overall better for the net if people # had to knowingly turn this feature on, since enabling it means that # each client request will result in AT LEAST one lookup request to the # nameserver. # HostNameLookups Off # # ErrorLog: The location of the error log file. # If you do not specify an ErrorLog directive within a # container, error messages relating to that virtual host will be # logged here. If you *do* define an error logfile for a # container, that host's errors will be logged there and not here. # ErrorLog "/var/log/httpd/error_log" # # LogLevel: Control the number of messages logged to the error_log. # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. # LogLevel warn # # The following directives define some format nicknames for use with # a CustomLog directive (see below). # LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%h %l %u %t \"%r\" %>s %b" common LogFormat "%{Referer}i -> %U" referer LogFormat "%{User-agent}i" agent

# # The location and format of the access logfile (Common Logfile Format). # If you do not define any access logfiles within a # container, they will be logged here. Contrariwise, if you *do* # define per- access logfiles, transactions will be # logged therein and *not* in this file. # # CustomLog logs/access_log common CustomLog logs/access_log combined # # If you would like to have agent and referer logfiles, uncomment the # following directives. # #CustomLog logs/referer_log referer #CustomLog logs/agent_log agent # # If you prefer a single logfile with access, agent, and referer information # (Combined Logfile Format) you can use the following directive. # #CustomLog logs/access_log combined

________________________________________________________________________________ CFIE 2 Valladolid. Febrero-Marzo 2004. Mdulo 4. Servidor Pginas Web. Pg 9

Curso: Introduccin a las Aplicaciones y Servicios de Internet bajo Linux.# # Optionally add a line containing the server version and virtual host # name to server-generated pages (error documents, FTP directory listings, # mod_status and mod_info output etc., but not CGI generated documents). # Set to "EMail" to also include a mailto: link to the ServerAdmin. # Set to one of: On | Off | EMail # ServerSignature on # # Aliases: Add here as many aliases as you need (with no limit). The format is # Alias fakename realname # # Note that if you include a trailing / on fakename then the server will # require it to be present in the URL. So "/icons" isn't aliased in this # example, only "/icons/". If the fakename is slash-terminated, then the # realname must also be slash terminated, and if the fakename omits the # trailing slash, the realname must also omit it. # # We include the /icons/ alias for FancyIndexed directory listings. If you # do not use FancyIndexing, you may comment this out. # Alias /icons/ "/var/www/icons/" # # This should # the manual, # this out if # Alias /manual

be changed to the ServerRoot/manual/. The alias provides even if you choose to move your DocumentRoot. You may comment you do not care for the documentation. "/var/www/manual"

# Location of the WebDAV lock database. DAVLockDB /var/lib/dav/lockdb # # ScriptAlias: This controls which directories contain server scripts. # ScriptAliases are essentially the same as Aliases, except that # documents in the realname directory are treated as applications and # run by the server when requested rather than as documents sent to the client. # The same rules about trailing "/" apply to ScriptAlias directives as to # Alias. # ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" # # Additional to mod_cgid.c settings, mod_cgid has Scriptsock # for setting UNIX socket for communicating with cgid. # #Scriptsock logs/cgisock

# # # # # #

Redirect allows you to tell clients about documents which used to exist in your server's namespace, but do not anymore. This allows you to tell the clients where to look for the relocated document. Example: Redirect permanent /foo http://www.example.com/bar

________________________________________________________________________________ CFIE 2 Valladolid. Febrero-Marzo 2004. Mdulo 4. Servidor Pginas Web. Pg 10

Curso: Introduccin a las Aplicaciones y Servicios de Internet bajo Linux.

# # Directives controlling the display of server-generated directory listings. # # # FancyIndexing is whether you want fancy directory indexing or standard. # VersionSort is whether files containing version numbers should be # compared in the natural way, so that `apache-1.3.9.tar' is placed before # `apache-1.3.12.tar'. # IndexOptions FancyIndexing VersionSort NameWidth=* # # AddIcon* directives tell the server which icon to show for different # files or filename extensions. These are only displayed for # FancyIndexed directories. # AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip AddIconByType AddIconByType AddIconByType AddIconByType AddIcon AddIcon AddIcon AddIcon AddIcon AddIcon AddIcon AddIcon AddIcon AddIcon AddIcon AddIcon AddIcon AddIcon AddIcon AddIcon AddIcon AddIcon AddIcon AddIcon (TXT,/icons/text.gif) text/* (IMG,/icons/image2.gif) image/* (SND,/icons/sound2.gif) audio/* (VID,/icons/movie.gif) video/*

/icons/binary.gif .bin .exe /icons/binhex.gif .hqx /icons/tar.gif .tar /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv /icons/compressed.gif .Z .z .tgz .gz .zip /icons/a.gif .ps .ai .eps /icons/layout.gif .html .shtml .htm .pdf /icons/text.gif .txt /icons/c.gif .c /icons/p.gif .pl .py /icons/f.gif .for /icons/dvi.gif .dvi /icons/uuencoded.gif .uu /icons/script.gif .conf .sh .shar .csh .ksh .tcl /icons/tex.gif .tex /icons/bomb.gif core /icons/back.gif .. /icons/hand.right.gif README /icons/folder.gif ^^DIRECTORY^^ /icons/blank.gif ^^BLANKICON^^

# # DefaultIcon is which icon to show for files which do not have an icon # explicitly set. # DefaultIcon /icons/unknown.gif # # AddDescription allows you to place a short description after a file in # server-generated indexes. These are only displayed for FancyIndexed # directories. # Format: AddDescription "description" filename # #AddDescription "GZIP compressed document" .gz #AddDescription "tar archive" .tar

________________________________________________________________________________ CFIE 2 Valladolid. Febrero-Marzo 2004. Mdulo 4. Servidor Pginas Web. Pg 11

Curso: Introduccin a las Aplicaciones y Servicios de Internet bajo Linux.#AddDescription "GZIP compressed tar archive" .tgz # # ReadmeName is the name of the README file the server will look for by # default, and append to directory listings. # # HeaderName is the name of a file which should be prepended to # directory indexes. ReadmeName README.html HeaderName HEADER.html # # IndexIgnore is a set of filenames which directory indexing should ignore # and not include in the listing. Shell-style wildcarding is permitted. # IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t # # AddEncoding allows you to have certain browsers (Mosaic/X 2.1+) uncompress # information on the fly. Note: Not all browsers support this. # Despite the name similarity, the following Add* directives have nothing # to do with the FancyIndexing customization directives above. # AddEncoding x-compress Z AddEncoding x-gzip gz tgz # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

DefaultLanguage and AddLanguage allows you to specify the language of a document. You can then use content negotiation to give a browser a file in a language the user can understand. Specify a default language. This means that all data going out without a specific language tag (see below) will be marked with this one. You probably do NOT want to set this unless you are sure it is correct for all cases. * It is generally better to not mark a page as * being a certain language than marking it with the wrong * language! DefaultLanguage nl Note 1: The suffix does not have to be the same as the language keyword --- those with documents in Polish (whose net-standard language code is pl) may wish to use "AddLanguage pl .po" to avoid the ambiguity with the common suffix for perl scripts. Note 2: The example entries below illustrate that in some cases the two character 'Language' abbreviation is not identical to the two character 'Country' code for its country, E.g. 'Danmark/dk' versus 'Danish/da'. Note 3: In the case of 'ltz' we violate the RFC by using a three char specifier. There is 'work in progress' to fix this and get the reference data for rfc1766 cleaned up. Danish (da) - Dutch (nl) - English (en) - Estonian (et) French (fr) - German (de) - Greek-Modern (el) Italian (it) - Norwegian (no) - Norwegian Nynorsk (nn) - Korean (kr) Portugese (pt) - Luxembourgeois* (ltz) Spanish (es) - Swedish (sv) - Catalan (ca) - Czech(cz)

________________________________________________________________________________ CFIE 2 Valladolid. Febrero-Marzo 2004. Mdulo 4. Servidor Pginas Web. Pg 12

Curso: Introduccin a las Aplicaciones y Servicios de Internet bajo Linux.# Polish (pl) - Brazilian Portuguese (pt-br) - Japanese (ja) # Russian (ru) - Croatian (hr) # AddLanguage da .dk AddLanguage nl .nl AddLanguage en .en AddLanguage et .et AddLanguage fr .fr AddLanguage de .de AddLanguage he .he AddLanguage el .el AddLanguage it .it AddLanguage ja .ja AddLanguage pl .po AddLanguage kr .kr AddLanguage pt .pt AddLanguage nn .nn AddLanguage no .no AddLanguage pt-br .pt-br AddLanguage ltz .ltz AddLanguage ca .ca AddLanguage es .es AddLanguage sv .se AddLanguage cz .cz AddLanguage ru .ru AddLanguage tw .tw AddLanguage zh-tw .tw AddLanguage hr .hr # # LanguagePriority allows you to give precedence to some languages # in case of a tie during content negotiation. # # Just list the languages in decreasing order of preference. We have # more or less alphabetized them here. You probably want to change this. # LanguagePriority en es da nl et fr de el it ja kr no pl pt pt-br ltz ca sv tw # # ForceLanguagePriority allows you to serve a result page rather than # MULTIPLE CHOICES (Prefer) [in case of a tie] or NOT ACCEPTABLE (Fallback) # [in case no accepted languages matched the available variants] # ForceLanguagePriority Prefer Fallback # # Specify a default charset for all pages sent out. This is # always a good idea and opens the door for future internationalisation # of your web site, should you ever want it. Specifying it as # a default does little harm; as the standard dictates that a page # is in iso-8859-1 (latin1) unless specified otherwise i.e. you # are merely stating the obvious. There are also some security # reasons in browsers, related to javascript and URL parsing # which encourage you to always set a default char set. # AddDefaultCharset ISO-8859-1 # # Commonly used filename extensions to character sets. You probably # want to avoid clashes with the language extensions, unless you # are good at carefully testing your setup after each change.

________________________________________________________________________________ CFIE 2 Valladolid. Febrero-Marzo 2004. Mdulo 4. Servidor Pginas Web. Pg 13

Curso: Introduccin a las Aplicaciones y Servicios de Internet bajo Linux.# See ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets for # the official list of charset names and their respective RFCs # AddCharset ISO-8859-1 .iso8859-1 .latin1 AddCharset ISO-8859-2 .iso8859-2 .latin2 .cen AddCharset ISO-8859-3 .iso8859-3 .latin3 AddCharset ISO-8859-4 .iso8859-4 .latin4 AddCharset ISO-8859-5 .iso8859-5 .latin5 .cyr .iso-ru AddCharset ISO-8859-6 .iso8859-6 .latin6 .arb AddCharset ISO-8859-7 .iso8859-7 .latin7 .grk AddCharset ISO-8859-8 .iso8859-8 .latin8 .heb AddCharset ISO-8859-9 .iso8859-9 .latin9 .trk AddCharset ISO-2022-JP .iso2022-jp .jis AddCharset ISO-2022-KR .iso2022-kr .kis AddCharset ISO-2022-CN .iso2022-cn .cis AddCharset Big5 .Big5 .big5 # For russian, more than one charset is used (depends on client, mostly): AddCharset WINDOWS-1251 .cp-1251 .win-1251 AddCharset CP866 .cp866 AddCharset KOI8-r .koi8-r .koi8-ru AddCharset KOI8-ru .koi8-uk .ua AddCharset ISO-10646-UCS-2 .ucs2 AddCharset ISO-10646-UCS-4 .ucs4 AddCharset UTF-8 .utf8 # The set below does not map to a specific (iso) standard # but works on a fairly wide range of browsers. Note that # capitalization actually matters (it should not, but it # does for some browsers). # # See ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets # for a list of sorts. But browsers support few. # AddCharset GB2312 .gb2312 .gb AddCharset utf-7 .utf7 AddCharset utf-8 .utf8 AddCharset big5 .big5 .b5 AddCharset EUC-TW .euc-tw AddCharset EUC-JP .euc-jp AddCharset EUC-KR .euc-kr AddCharset shift_jis .sjis # # AddType allows you to add to or override the MIME configuration # file mime.types for specific file types. # AddType application/x-tar .tgz # # AddHandler allows you to map certain file extensions to "handlers": # actions unrelated to filetype. These can be either built into the server # or added with the Action directive (see below) # # To use CGI scripts outside of ScriptAliased directories: # (You will also need to add "ExecCGI" to the "Options" directive.) # #AddHandler cgi-script .cgi # # For files that include their own HTTP headers: #

________________________________________________________________________________ CFIE 2 Valladolid. Febrero-Marzo 2004. Mdulo 4. Servidor Pginas Web. Pg 14

Curso: Introduccin a las Aplicaciones y Servicios de Internet bajo Linux.#AddHandler send-as-is asis # # For server-parsed imagemap files: # AddHandler imap-file map # # For type maps (negotiated resources): # (This is enabled by default to allow the Apache "It Worked" page # to be distributed in multiple languages.) # AddHandler type-map var # Filters allow you to process content before it is sent to the client. # # To parse .shtml files for server-side includes (SSI): # (You will also need to add "Includes" to the "Options" directive.) # AddOutputFilter INCLUDES .shtml # # # # # # #

Action lets you define media types that will execute a script whenever a matching file is called. This eliminates the need for repeated URL pathnames for oft-used CGI file processors. Format: Action media/type /cgi-script/location Format: Action handler-name /cgi-script/location

# # Customizable error responses come in three flavors: # 1) plain text 2) local redirects 3) external redirects # # Some examples: #ErrorDocument 500 "The server made a boo boo." #ErrorDocument 404 /missing.html #ErrorDocument 404 "/cgi-bin/missing_handler.pl" #ErrorDocument 402 http://www.example.com/subscription_info.html # Alias /error/ "/var/www/error/" # # The following directives modify normal HTTP response behavior to # handle known problems with browser implementations. # BrowserMatch "Mozilla/2" nokeepalive BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0 BrowserMatch "RealPlayer 4\.0" force-response-1.0 BrowserMatch "Java/1\.0" force-response-1.0 BrowserMatch "JDK/1\.0" force-response-1.0 # # The following directive disables redirects on non-GET requests for # a directory that does not include the trailing slash. This fixes a # problem with Microsoft WebFolders which does not appropriately handle # redirects for folders with DAV methods. # BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirectcarefully BrowserMatch "^WebDrive" redirect-carefully

________________________________________________________________________________ CFIE 2 Valladolid. Febrero-Marzo 2004. Mdulo 4. Servidor Pginas Web. Pg 15

Curso: Introduccin a las Aplicaciones y Servicios de Internet bajo Linux.

# # Allow server status reports, with the URL of http://servername/server-status # Change the ".your-domain.com" to match your domain to enable. # # # SetHandler server-status # Order deny,allow # Deny from all # Allow from .your-domain.com # # # Allow remote server configuration reports, with the URL of # http://servername/server-info (requires that mod_info.c be loaded). # Change the ".your-domain.com" to match your domain to enable. # # # SetHandler server-info # Order deny,allow # Deny from all # Allow from .your-domain.com # # # Proxy Server directives. Uncomment the following lines to # enable the proxy server: # # #ProxyRequests On # # # Order deny,allow # Deny from all # Allow from .your-domain.com # # # Enable/disable the handling of HTTP/1.1 "Via:" headers. # ("Full" adds the server version; "Block" removes all outgoing Via: headers) # Set to one of: Off | On | Full | Block # #ProxyVia On # # To enable the cache as well, edit and uncomment the following lines: # (no cacheing without CacheRoot) # #CacheRoot "/etc/httpd/proxy" #CacheSize 5 #CacheGcInterval 4 #CacheMaxExpire 24 #CacheLastModifiedFactor 0.1 #CacheDefaultExpire 1 #NoCache a-domain.com another-domain.edu joes.garage-sale.com # # End of proxy directives.

________________________________________________________________________________ CFIE 2 Valladolid. Febrero-Marzo 2004. Mdulo 4. Servidor Pginas Web. Pg 16

Curso: Introduccin a las Aplicaciones y Servicios de Internet bajo Linux.

### Seccin 3: Definicin de Host Virtuales # # VirtualHost: 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 # # 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 10.10.0.1

# Where do we put the lock and pif files? LockFile "/var/lock/httpd.lock" CoreDumpDirectory "/etc/httpd" # Defaults for virtual hosts # Logs # # Virtual hosts # # Virtual host Host Virtual por defecto

ServerAdmin [email protected] DirectoryIndex index.php index.html index.htm index.shtml default.html LogLevel debug # Virtual host Virtual Host 0 DocumentRoot /mnt/usbhd01/pub/web_03/ ServerAdmin [email protected] ServerName www.virtual1.infoedu.org DirectoryIndex index.html default.htm index.htm index.shtml AllowOverride none HostNameLookups off

________________________________________________________________________________ CFIE 2 Valladolid. Febrero-Marzo 2004. Mdulo 4. Servidor Pginas Web. Pg 17

Curso: Introduccin a las Aplicaciones y Servicios de Internet bajo Linux.

# # # # # # # # # #

Each directory to which Apache has access can be configured with respect to which services and features are allowed and/or disabled in that directory (and its subdirectories). Note that from this point forward you must specifically allow particular features to be enabled - so if something's not working as you might expect, make sure that you have specifically enabled it below.

Options FollowSymLinks AllowOverride None Options Indexes Includes FollowSymLinks AllowOverride None Allow from from all Order allow,deny Options Indexes MultiViews AllowOverride None Allow from from all Order allow,deny Options ExecCGI AllowOverride None Allow from from all Order allow,deny Como puede observarse, en este macro fichero de configuracin existen 3 secciones bien diferenciadas, la primera trata de los valores comunes a toda la configuracin de apache, la segunda a la configuracin del servidor por defecto y la tercera trata de los hosts virtuales que el servidor tiene definidos. Bien, como luego veremos en el entorno grfico para l todo son hosts virtuales slo que uno de ellos es el por defecto y luego vamos aadiendo los que nosotros queramos. La parte seleccionada con amarillo son los bloques que ms interesan conocer y por supuesto lo que nosotr@s vamos a cambiar del fichero que existe por defecto. J Una vez cambiados estos valores podramos grabar estos datos en /etc/httpd/conf/httpd.conf y arrancar el servidor, entonces empezaramos a funcionar, sin ms que entrar en el navegador y ejecutar http://www.infoedu.org/, pero antes debemos hacer algunas cosillas Lo primero sera copiar alguna informacin sobre la carpeta raz que l tiene como Document Root que es exactamente /var/www/html/. Una vez copiada la informacin (ya vemos como hacer esto con las pginas que tenemos de prueba) tendramos todo listo pero antes vamos a ver que significa todo esto que est escrito en httpd.conf, primero con el gestor grfico y luego a pelo editando y modificndolo a mano.

________________________________________________________________________________ CFIE 2 Valladolid. Febrero-Marzo 2004. Mdulo 4. Servidor Pginas Web. Pg 18

Curso: Introduccin a las Aplicaciones y Servicios de Internet bajo Linux. CONFIGURACIN DE LOS PARMETROS A TRAVS DEL GESTOR GRFICO.Como comentbamos antes, la primera parte, bsica, de configuracin la haremos con el gestor grfico. Vamos a crear cinco sitios web a saber: 1. 2. 3. 4. 5. 6. Sitio web http://www.infoedu.org Sitio web seguro (SSL) en https://www.infoedu.org Sitio web de host virtual llamado http://www.virtual1.infoedu.org Sitio web personal del usuario capi (local) en http://www.infoedu.org/~capi/ Sitio web personal del usuario paco (local) en http://www.infoedu.org/~paco/ Probaremos la seguridad de no acceso a http://www.infoedu.org/root/

En el gestor grfico crearemos parte de los puntos 1 y 2 y 3 y a mano configuraremos httpd.conf para el resto. Equilibrado no? Je,je. [root@casiopea /root]# redhat-config-httpd invoca al gestor grfico de configuracin.

En esta ventana inicial podemos ver varias cosas que podemos ir escribiendo: Nombre del servidor: www.infoedu.org (lo configuramos antes en el servidor DNS recordis?) Direccin de e-mail del webmaster: [email protected] Direcciones de escucha del servidor y puertos de escucha: 192.168.1.1:80 y 10.10.0.1:80 (Se trata de un servidor multihomed y por lo tanto puedo utilizar ambas IPs para que escuche no? Adems utilizaremos la direccin 10.10.0.1 para instalar el host virtual http://www.virtual1.infoedu.org. El puerto definido para la escucha de servidores web es el 80, aunque puede ponerse el que se quiera. Ojo si se configura por debajo del 1024 es necesario ser usuari@ root para configuarlo y si es por encima de 1024 lo puede hacer cualquier usuari@ -no rootAqu eso es todo, pasamos a la solapa Host Virtuales para ver ms cosillas:

________________________________________________________________________________ CFIE 2 Valladolid. Febrero-Marzo 2004. Mdulo 4. Servidor Pginas Web. Pg 19

Curso: Introduccin a las Aplicaciones y Servicios de Internet bajo Linux.

Como os comentaba antes, todos los servidores son para l, host virtuales slo que el primero es el por defecto y los otros hay que definirles. Para agregar un host virtual -> Botn Aadir y pantallas iguales que las que veremos para el host virtual por defecto ahora mismo, slo que con sus particularidades propias. Como puede observarse aparece el nombre que le hemos dado al nuevo sitio www.virtual1.infoedu.org y la IP 10.10.0.1. Volvemos a la configuracin del servidor por defecto, entrando en la opcin Modificar la configuracin por defecto

Aqu vemos a la izquierda opciones de configuracin del sitio, Logging (logs del sitio), Variables de Entorno y Directorios. Luego las veremos una a una, ahora veamos las opciones de la derecha: 1. Lista de bsqueda de la pgina de directorio: Listado de nombres que queremos nosotr@s que el servidor reconozca cuando entramos en el sitio web sin ponerla explcitamente. Se puede aadir por ejemplo default.html y default.htm por si acaso el sitio fue creado para ambientes tpicos de Microsoft. 2. Pginas de Error:

________________________________________________________________________________ CFIE 2 Valladolid. Febrero-Marzo 2004. Mdulo 4. Servidor Pginas Web. Pg 20

Curso: Introduccin a las Aplicaciones y Servicios de Internet bajo Linux.Qu hacer si se produce un error, si redirigimos a una pgina de error tipo, enviamos las solicitudes de error a otro servidor o lo dejamos tal cual est con las pginas por defecto, etc (No lo tocamos) Vamos a la opcin Logging (Cmo tratar los ficheros de log):

Nos informa de donde deja los ficheros de log y sobre todo una variable que tenemos que cambiar y ah no lo est: Bsqueda Inversa del DNS, aparece como Bsqueda inversa y debe decir: Sin bsqueda ya que en este caso cada vez que conecta con un sitio le pide al servidor DNS que le confirme a travs de una bsqueda inversa que el servidor existe y bla, bla bla y eso al final es tiempo de espera y bajo rendimiento, as que cambiadlo hacia el valor -> Sin Bsqueda. En la solapa Variables de Entorno se colocan valores que pueden venir bien en el inicio del servidor (En nuestro caso es mucho arroz para un pollo as que lo dejamos) La siguiente ventana Directorios si que vamos a verla:

En esta opcin veremos que el directorio que controla este sitio web a travs de la direccin fsica /var/www/html/ corresponde con el sitio / (raz) de nuestro sistema de Servidor de pginas.

________________________________________________________________________________ CFIE 2 Valladolid. Febrero-Marzo 2004. Mdulo 4. Servidor Pginas Web. Pg 21

Curso: Introduccin a las Aplicaciones y Servicios de Internet bajo Linux.Volvemos Aceptando a la pgina principal del Sitio y ahora nos encontramos con la solapa Servidor que pasamos a ver:

Esta ventana nos informa de cuestiones de almacenamiento de ficheros operativos del servidor, tales como donde se almacena el PID generado por el proceso de arranque del demonio httpd, cual es el archivo de bloqueo y donde se produce el volcado del ncleo del servidor A nosotr@s de aqu nos interesa saber una cosa, muy, muy importante. Cuando se inicia el servidor de pginas web, el proceso debe arrancarse como usuari@ root (administrador) ya que es un proceso muy importante, pero luego una vez arrancado sera una temeridad mantener el servidor con el /la usuari@ root como responsable, ya que si se perpetrara un ataque y se consiguiera el /la atacante sera root tambin L y eso no mola nada, nada, nada por que el barco estara conquistado en su totalidad Qu hacemos? Colocamos un/una usuari@ sin mayores permisos para que una vez arrancado el servidor, la persona que entre no tenga ms permisos que los que tenga est@ usuari@ (Qu a nadie en su sano juicio se le ocurra poner al usuari@ apache dentro del grupo de administradores!!! poner aqu root eh?) BUENO J Vamos a ver la ventana de Ajustes de Rendimiento:

Esta ventana permite configurar cuantas conexiones simultneas se permiten hacer cmo mximo sin tener que recompilar el Kernel L de la mquina, para nosotr@s y para cualquier servidor con pocos clientes est bien. Tambin vemos cuanto tiempo se mantiene viva la conexin si no hay nuevas peticiones y cuntas peticiones (concurrentes) se pueden hacer por conexin. As mismo vemos que no se pueden hacer

________________________________________________________________________________ CFIE 2 Valladolid. Febrero-Marzo 2004. Mdulo 4. Servidor Pginas Web. Pg 22

Curso: Introduccin a las Aplicaciones y Servicios de Internet bajo Linux.conexiones persistentes ya que esto significara que el cliente pillara al servidor todo el tiempo hasta que acabase de solicitarle pginas, y si esto lo hacen 150 clientes a la vez pueden dejar a nuestro servidor ms tieso que la mojama, as que nuestro servidor sirve una pgina y desconecta con el cliente, hasta que ese cliente le pida ms cosas y as s que las cosas funcionan mejor, con mayor rendimiento y se sirve a ms clientes. Hasta aqu hemos definido la configuracin normal del servidor http://www.infoedu.org, pero os recuerdo que tambin necesitbamos configurar el servidor https://www.infoedu.org y eso es otro cantar. En la solapa Host Virtual exista otra opcin llamada SSL ( Secure Socket Layer) o conexin de Sitio Web seguro en la que pueden verse:

Habilitar el soporte SSL que debe estar marcado si se quiere que para este sitio web o sea www.infoedu.org exista la posibilidad https://, a lo cual le decimos Si. Ahora aparecen otra serie de opciones altamente importantes para el funcionamiento de un sitio web seguro (cifrado) origen-destino. Para poder trabajar con seguridad son necesarios ciertos ajustes del servidor entre ellos que proporcione seguridad en las comunicaciones, utilizando una combinacin del protocolo SSL y un certificado de una autoridad certificadora (CA). El protocolo SSL gestiona la comunicacin cifrada y la autentificacin mutua entre el servidor y el navegador (cliente). El certificado aprobado por la CA proporciona autentificacin para el servidor web seguro (La CA otorga su reputacin a la certificacin de la identidad de la organizacin que tiene el servidor). Cuando se lleva a cabo una comunicacin mediante el cifrado SSL, es preciso el prefijo https:// en la invocacin de la URL. Para configurar el servidor s eguro, se utilizar la criptografa de clave pblica para crear el par clave pblica-clave privada. Un servidor seguro utiliza un certificado de servidor para identificarse ante los navegadores. Puede crear su propio certificado (llamado certificado auto-firmado) que ser nuestro caso de ejemplo, u obtenerlo de una entidad certificadora oficial tal como la FNMT Verisign previo pago de un dinerito. Parece claro cuales son los motivos de la eleccin J no?

________________________________________________________________________________ CFIE 2 Valladolid. Febrero-Marzo 2004. Mdulo 4. Servidor Pginas Web. Pg 23

Curso: Introduccin a las Aplicaciones y Servicios de Internet bajo Linux. PAQUETES DE SEGURIDAD NECESARIOS PARA QUE TODO VAYA BIEN.Para que nuestro sistema pueda generar claves, certificados, y funcionar como un servidor SSL es necesario que una serie de programas estn instalados en nuestro sistema. Estos son todos ellos: NOMBRE DEL PAQUETE httpd mod_ssl openssl httpd-devel httpd-manual openssh openssh-askpass openssh-askpass-gnome openssh-clients openssh-server openssl-devel stunnel UBICADO EN EL GRUPO Demonios/Entorno Sistema Demonios/Entorno Sistema Demonios/Entorno Sistema Desarrollo/Libreras Documentacin Aplicaciones/Internet Aplicaciones/Internet Aplicaciones/Internet Aplicaciones/Internet Demonios/Entorno Sistema Desarrollo/Libreras Aplicaciones/Internet OPCIONAL? No No No Si Si Si Si Si Si Si Si Si

La mejor manera de ver si tenemos estos paquetes instalados es preguntarle al gestor de rpm: [root@casiopea /root]# rpm qa|grep httpd [root@casiopea /root]# rpm qa|grep openssl [root@casiopea /root]# rpm qa|grep openssh [root@casiopea /root]# rpm qa|grep stunnel para los paquetes que comienzan por hhtpd para los paquetes que comienzan por openssl para los paquetes que comienzan por openssh para los paquetes que comienzan por stunnel

A mi servidor slo le falta el paquete httpd-devel necesario por que contiene los ficheros Include que permiten Incluir mdulos extra al servidor, y el mdulo ssl_mod no viene montado por defecto. As que me voy al disco 2 de instalacin, cojo la versin de httpd-devel-version.rpm que hay ah y lo copio al /root por ejemplo. Arranco el gestor grfico de rpm de KDE y le digo que instale httpd-develversion.rpm. En ese momento me dice que el paquete tiene dependencias y que es preciso instalar tambin otros dos ms: apr-devel-version.rpm y apr-util-devel-version.rpm lo cual hago desde el interfaz de texto el grfico se queda tieso- con el comando: [root@casiopea /root]# rpm i /root/apr-devel-version.rpm y se lo traga, luego: [root@casiopea /root]# rpm i /root/apr-util-devel-version.rpm y se lo traga, luego: [root@casiopea /root]# rpm i /root/httpd-devel-version.rpm y tambin funciona Luego peln desconfiado compruebo que todo fue bien con el rpm qa|grep nombres y me dice que estn as que okeis mackeys Continuamos

EL FICHERO /etc/httpd/conf.d/ssl.confEn algn lugar del fichero /etc/httpd/conf/httpd.conf, concretamente antes de la carga de los mdulos mediante la sentencia Include conf.d/ssl.conf nos informa que es preciso para funcionar con el mdulo mod_ssl que sea cargado y adems este hecho provoca que se configure un 2 fichero de configuracin para el caso del sitio web seguro llamado /etc/httpd/conf.d/ssl.conf que debe ser retocado con las particularidades debidas a esta configuracin. A continuacin veremos este fichero, mucho ms pequeo que su gran hermano httpd.conf:

________________________________________________________________________________ CFIE 2 Valladolid. Febrero-Marzo 2004. Mdulo 4. Servidor Pginas Web. Pg 24

Curso: Introduccin a las Aplicaciones y Servicios de Internet bajo Linux.

########################################################################### # This is the Apache server configuration file providing SSL support. # It contains the configuration directives to instruct the server how to # serve pages over an https connection. For detailing information about these # directives see # # For the moment, see for this info. # The documents are still being prepared from material donated by the # modssl project. # # Do NOT simply read the instructions in here without understanding # what they do. They're here only as hints or reminders. If you are unsure # consult the online docs. You have been warned. # LoadModule ssl_module modules/mod_ssl.so # # # # Until documentation is completed, please check http://www.modssl.org/ for additional config examples and module docmentation. Directives and features of mod_ssl are largely unchanged from the mod_ssl project for Apache 1.3.

# # When we also provide SSL we have to listen to the # standard HTTP port (see above) and to the HTTPS port # Listen 443 # # Dynamic Shared Object (DSO) Support # # To be able to use the functionality of a module which was built as a DSO you # ErrorLog logs/dummy-host.example.com-error_log # CustomLog logs/dummy-host.example.com-access_log common ## ## ## ## ## ##

SSL Global Context All SSL configuration in this context applies both to the main server and all SSL-enabled virtual hosts.

# # Some MIME-types for downloading Certificates and CRLs # AddType application/x-x509-ca-cert .crt AddType application/x-pkcs7-crl .crl # Pass Phrase Dialog: # Configure the pass phrase gathering process. # The filtering dialog program (`builtin' is a internal # terminal dialog) has to provide the pass phrase on stdout. SSLPassPhraseDialog builtin # Inter-Process Session Cache: # Configure the SSL Session Cache: First the mechanism # to use and second the expiring timeout (in seconds). #SSLSessionCache none #SSLSessionCache shmht:/var/cache/mod_ssl/scache(512000) #SSLSessionCache shmcb:/var/cache/mod_ssl/scache(512000)

________________________________________________________________________________ CFIE 2 Valladolid. Febrero-Marzo 2004. Mdulo 4. Servidor Pginas Web. Pg 25

Curso: Introduccin a las Aplicaciones y Servicios de Internet bajo Linux.SSLSessionCache SSLSessionCacheTimeout dbm:/var/cache/mod_ssl/scache 300

# Semaphore: # Configure the path to the mutual exclusion semaphore the # SSL engine uses internally for inter-process synchronization. SSLMutex file:logs/ssl_mutex # Pseudo Random Number Generator (PRNG): # Configure one or more sources to seed the PRNG of the # SSL library. The seed data should be of good random quality. # WARNING! On some platforms /dev/random blocks if not enough entropy # is available. This means you then cannot use the /dev/random device # because it would lead to very long connection times (as long as # it requires to make more entropy available). But usually those # platforms additionally provide a /dev/urandom device which doesn't # block. So, if available, use this one instead. Read the mod_ssl User # Manual for more details. SSLRandomSeed startup builtin SSLRandomSeed connect builtin #SSLRandomSeed startup file:/dev/random 512 #SSLRandomSeed startup file:/dev/urandom 512 #SSLRandomSeed connect file:/dev/random 512 #SSLRandomSeed connect file:/dev/urandom 512 ## ## SSL Virtual Host Context ## # General setup for the virtual host DocumentRoot "/var/www/html/ssl" ServerName www.infoedu.org:443 ServerAdmin [email protected] ErrorLog logs/ssl_error_log TransferLog logs/ssl_access_log # SSL Engine Switch: # Enable/Disable SSL for this virtual host. SSLEngine on # SSL Cipher Suite: # List the ciphers that the client is permitted to negotiate. # See the mod_ssl documentation for a complete list. SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL # Server Certificate: # Point SSLCertificateFile at a PEM encoded certificate. If # the certificate is encrypted, then you will be prompted for a # pass phrase. Note that a kill -HUP will prompt again. A test # certificate can be generated with `make certificate' under # built time. Keep in mind that if you've both a RSA and a DSA # certificate you can configure both in parallel (to also allow # the use of DSA ciphers, etc.) SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt #SSLCertificateFile /etc/httpd/conf/ssl.crt/server-dsa.crt # # # Server Private Key: If the key is not combined with the certificate, use this directive to point at the key file. Keep in mind that if

________________________________________________________________________________ CFIE 2 Valladolid. Febrero-Marzo 2004. Mdulo 4. Servidor Pginas Web. Pg 26

Curso: Introduccin a las Aplicaciones y Servicios de Internet bajo Linux.# you've both a RSA and a DSA private key you can configure # both in parallel (to also allow the use of DSA ciphers, etc.) SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key #SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server-dsa.key # Server Certificate Chain: # Point SSLCertificateChainFile at a file containing the # concatenation of PEM encoded CA certificates which form the # certificate chain for the server certificate. Alternatively # the referenced file can be the same as SSLCertificateFile # when the CA certificates are directly appended to the server # certificate for convinience. #SSLCertificateChainFile /etc/httpd/conf/ssl.crt/ca.crt # Certificate Authority (CA): # Set the CA certificate verification path where to find CA # certificates for client authentication or alternatively one # huge file containing all of them (file must be PEM encoded) # Note: Inside SSLCACertificatePath you need hash symlinks # to point to the certificate files. Use the provided # Makefile to update the hash symlinks after changes. #SSLCACertificatePath /etc/httpd/conf/ssl.crt #SSLCACertificateFile /etc/httpd/conf/ssl.crt/ca-bundle.crt # Certificate Revocation Lists (CRL): # Set the CA revocation path where to find CA CRLs for client # authentication or alternatively one huge file containing all # of them (file must be PEM encoded) # Note: Inside SSLCARevocationPath you need hash symlinks # to point to the certificate files. Use the provided # Makefile to update the hash symlinks after changes. #SSLCARevocationPath /etc/httpd/conf/ssl.crl #SSLCARevocationFile /etc/httpd/conf/ssl.crl/ca-bundle.crl # Client Authentication (Type): # Client certificate verification type and depth. Types are # none, optional, require and optional_no_ca. Depth is a # number which specifies how deeply to verify the certificate # issuer chain before deciding the certificate is not valid. #SSLVerifyClient require #SSLVerifyDepth 10 # Access Control: # With SSLRequire you can do per-directory access control based # on arbitrary complex boolean expressions containing server # variable checks and other lookup directives. The syntax is a # mixture between C and Perl. See the mod_ssl documentation # for more details. # #SSLRequire ( %{SSL_CIPHER} !~ m/^(EXP|NULL)/ \ # and %{SSL_CLIENT_S_DN_O} eq "Snake Oil, Ltd." \ # and %{SSL_CLIENT_S_DN_OU} in {"Staff", "CA", "Dev"} \ # and %{TIME_WDAY} >= 1 and %{TIME_WDAY} = 8 and %{TIME_HOUR}