On 01/19/2017 11:34 AM, David Miranda Aragón wrote:
> Good morning.
> I am looking for help on apache2 in debian 8, as I am trying to mount a
> website, which in debian 7 worked bin, but now in debian 8 it does not
> work for me.

You need to clarify what you mean by "does not work". In what way,
specifically, does it not work? What is happening, exactly, and in what
way does it differ from what you want or expect to be happening?



> But below I leave the configuration of my virtualhost
> 
> <VirtualHost *: 80>
>      ServerName ftp.domain
>      ServerAdmin webmaster @ domain
>      DocumentRoot "/ srv / ftp"
> 
>      AddDefaultCharset UTF-8
>      DirectoryIndex /httpdirindex/httpdirindex.php
>      RemoveHandler .php .phps .pl .cgi
> 
>      ErrorLog logs / ftp.domain-error.log
>      CustomLog logs / ftp.domain-access.log common
>      ErrorDocument 404 /httpdirindex/httpdirindex.php
> 
>      <Directory "/ srv / ftp">
>          Options FollowSymLinks MultiViews
>          Order Allow, Deny
>          Allow From All
>      </ Directory>
> </ VirtualHost>
> 
> Is that I want to beautify my ftp that is mounted in apache with a
> utility called httpdirindex that is written in php5
> 
> 
> El 19/01/2017 a las 11:27 a. m., David Miranda Aragón escribió:
>> test
>> -- 
>> Documento sin título Nombre: Lic. David Miranda Aragón
>> Empresa: Unidad de Investigación para la Construcción Cienfuegos. ENIA
>> - MICONS
>> Ocupación: Administrador de Red
>> Email: da...@eniacfg.co.cu
>> Jabber: da...@jabber.eniacfg.co.cu
>> Teléfono: (043) 525128
>> Dirección: Ave 56 # 5101 (Altos), Cienfuegos - CUBA
> 
> -- 
> Documento sin título Nombre: Lic. David Miranda Aragón
> Empresa: Unidad de Investigación para la Construcción Cienfuegos. ENIA -
> MICONS
> Ocupación: Administrador de Red
> Email: da...@eniacfg.co.cu
> Jabber: da...@jabber.eniacfg.co.cu
> Teléfono: (043) 525128
> Dirección: Ave 56 # 5101 (Altos), Cienfuegos - CUBA


-- 
Rich Bowen - rbo...@rcbowen.com - @rbowen
http://apachecon.com/ - @apachecon

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to