Por favor alquien q me envíe el httpdiridex. No tengo acceso al ftp de
RIMED..

Saludos y gracias!



-----Mensaje original-----
De: gutl-l-boun...@jovenclub.cu [mailto:gutl-l-boun...@jovenclub.cu] En
nombre de MARTÍNEZ CONSUEGRA, Wilfredo (BI-Caribe)
Enviado el: martes, 18 de marzo de 2014 07:54
Para: gutl-l@jovenclub.cu
Asunto: Re: [Gutl-l] montar httpdirindex

FLACO, GRACIAS POR INVOCARME.
ESOS TIEMPOS DE RIMED DONDE TODO LO ESCRIBÍA Y LUEGO LAS ESCRITURAS SERVÍAN
A MUCHOS POR MUCHO TIEMPO, FUE INCREÍBLE.
UN ABRAZO DESDE CAYO SANTA MARÍA.

WHILO

Message: 7
Date: Mon, 17 Mar 2014 16:11:17 -0400
From: Yoslan Raul Jimenez Carvajal <yrjc2...@ucp.ss.rimed.cu>
To: Lista cubana de soporte técnico en Tecnologias Libres
        <gutl-l@jovenclub.cu>
Subject: Re: [Gutl-l] montar httpdirindex
Message-ID: <532756e5.3060...@ucp.ss.rimed.cu>
Content-Type: text/plain; charset=UTF-8; format=flowed

de mi amigo whilo

Como poner el paquete httpdirindex para embellecer los FTP
1.- Bajar el paquete
http://ftp.vcl.rimed.cu/linux/tools/httpdirindex-1.1.0.tar.gz
2.- descompacte el paquete en el directorio /var/www/httpdirindex
3.- cree un virtualhost que se llame httpdirindex con esto dentro # # Alias
for HTTP Directory Index.
#

Alias /httpdirindex/ "/var/www/httpdirindex/"

<Directory "/var/www/httpdirindex">
     Options Indexes MultiViews
     AllowOverride None
     Order Allow,Deny
     Allow From All
</Directory>

4.- si su ftp sale v?a web de este modo http://ftp.midominio.cu es producto
que tiene ya creado un virtualhost para el. si lo tiene as? pues annadele
esta linea
    DirectoryIndex /httpdirindex/httpdirindex.php

si su ftp no sale via web, haga una entrada en el dns que se llame ftp y que
responda al IP donde esta el ftp y cree un virtualhost que se llame ftp con
esto dentro <VirtualHost *>
         ServerName ftp.vcl.rimed.cu
         ServerAdmin wilfre...@isp.vcl.rimed.cu

         DocumentRoot /var/www/ftp/
         DirectoryIndex /httpdirindex/httpdirindex.php
         <Directory /var/www/ftp/>
                 Options Indexes FollowSymLinks MultiViews
                 AllowOverride None
                 Order allow,deny
                 allow from all
         </Directory>

         ErrorLog /var/log/apache2/error.log
         LogLevel warn
         CustomLog /var/log/apache2/access.log combined
         ServerSignature On
</VirtualHost>

5.- pida en su navegador http://ftp.midominio.cu

si da un error #43
instale esto
libapache2-mod-php5
suerte
--
Les donnees et renseignements contenus dans ce message sont personnels,
confidentiels et secrets. Toute publication, utilisation ou diffusion, meme
partielle, doit etre autorisee. Si vous n'etes pas le bon destinataire, nous
vous demandons de ne pas lire, copier, utiliser ou divulguer cette
communication. Nous vous prions de notifier cette erreur a l'expediteur et
d'effacer immediatement cette communication de votre systeme.

Any data and information contained in this electronic mail is personal,
confidential and secret. Any total or partial publication, use or
distribution must be authorized. If you are not the right addressee, we ask
you not to read, copy, use or disclose this communication. Please notify
this error to the sender and erase at once this communication from your
system.

--
Este mensaje ha sido analizado por MailScanner en busca de virus y otros
contenidos peligrosos, y se considera que está limpio.

______________________________________________________________________
Lista de correos del Grupo de Usuarios de Tecnologías Libres de Cuba.
Gutl-l@jovenclub.cu
https://listas.jovenclub.cu/cgi-bin/mailman/listinfo/gutl-l


-- 
Este mensaje ha sido analizado por MailScanner
en busca de virus y otros contenidos peligrosos,
y se considera que está limpio.

______________________________________________________________________
Lista de correos del Grupo de Usuarios de Tecnologías Libres de Cuba.
Gutl-l@jovenclub.cu
https://listas.jovenclub.cu/cgi-bin/mailman/listinfo/gutl-l

Reply via email to