Remove the allow deny lineAnd the allow from all line
Sent from my Samsung Galaxy smartphone.
-------- Original message --------From: David Miranda Aragón 
<da...@eniacfg.co.cu> Date: 19/01/2017  16:54  (GMT+00:00) To: 
users@httpd.apache.org Subject: Re: [users@httpd] hello 

    I am new to debian 8, in the version of apache for debian 7 I worked
    everything to the marvelous.

    This is the configuration I have right now

    

    <VirtualHost *: 80>

         ServerName ftp.eniacfg.co.cu

         ServerAdmin webmaster @ domain

         DocumentRoot "/ var / www / ftp"

    

         AddDefaultCharset UTF-8

         DirectoryIndex /httpdirindex/httpdirindex.php

         RemoveHandler .php .phps .pl .cgi

    

         ErrorLog /var/log/apache2/ftp_error.log

         CustomLog /var/log/apache2/ftp_access.log combined

         ErrorDocument 404 /httpdirindex/httpdirindex.php

    

         <Directory "/ var / www / ftp">

             Options FollowSymLinks MultiViews

             Order Allow, Deny

             Require all granted

             Allow From All

         </ Directory>

    </ VirtualHost>

    

    That is httpdirindex, for those who do not know it:

    

    HTTP Directory Index consists of a PHP script that acts as a
    friendly graphical interface for indexing Web directories

    

    El 19/01/2017 a las 11:46 a. m., James
      Smith escribió:

    
    
      
      Debian 8 (Jessie?) Apache version is 2.4.10 which would suggest
        your error is in the Order Allow, Deny area..
      Should just be:
      Require all granted
      

      see:

      

      https://httpd.apache.org/docs/2.4/upgrading.html

      On 2017-01-19 04:34 PM, 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.

          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
            
<!--
.Estilo18 {color: #009D4B}
.Estilo20 {font-size: 16px; font-family: "Gill Sans Condensed";}
.Estilo25 {
        color: #E4036A;
        font-size: 14px;
}
.Estilo27 {color: #D6026A; font-size: 14px; }
-->
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
          
<!--
.Estilo18 {color: #009D4B}
.Estilo20 {font-size: 16px; font-family: "Gill Sans Condensed";}
.Estilo25 {
        color: #E4036A;
        font-size: 14px;
}
.Estilo27 {color: #D6026A; font-size: 14px; }
-->
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
        
      
      

      

      -- The Wellcome Trust Sanger Institute is operated by Genome
      Research Limited, a charity registered in England with number
      1021457 and a company registered in England with number 2742969,
      whose registered office is 215 Euston Road, London, NW1 2BE. 

    
    

    -- 

      
      Documento sin título
      
<!--
.Estilo18 {color: #009D4B}
.Estilo20 {font-size: 16px; font-family: "Gill Sans Condensed";}
.Estilo25 {
        color: #E4036A;
        font-size: 14px;
}
.Estilo27 {color: #D6026A; font-size: 14px; }
-->
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
    
  


-- 
 The Wellcome Trust Sanger Institute is operated by Genome Research 
 Limited, a charity registered in England with number 1021457 and a 
 company registered in England with number 2742969, whose registered 
 office is 215 Euston Road, London, NW1 2BE.

Reply via email to