[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problemas con apache2 en debian





El día 6/12/05, Laxir Jhon <rixalmf@gmail.com> escribió:
Buenas Felix!!

 Revice lo que me dijiste, y en /etc/sites-enabled/000-default tengo lo siguiente:
.
.
.
<Directory /var/www>
 Options Indexes FollowSymLinks MultiViews
 AllowOverride none
 Order allow,deny
 allow from all
 RedirectMatch ^/$ /apache2-default/
</Directory>
.
.

Te pego lo que tengo en el mio:
NameVirtualHost *
  <VirtualHost *>
     ServerAdmin webmaster@localhost
   
    DocumentRoot /var/www/
    <Directory />
        Options FollowSymLinks
        AllowOverride None
    </Directory>
    <Directory /var/www/>
        Options Indexes FollowSymLinks MultiViews
        AllowOverride All
        Order allow,deny
        allow from all
        # This directive allows us to have apache2's default start page
                  RedirectMatch ^/$ /apache2-default/
    </Directory>

    ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
    <Directory "/usr/lib/cgi-bin">
        AllowOverride None
        Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
        Order allow,deny
        Allow from all
    </Directory>

    ErrorLog /var/log/apache2/error.log

    # Possible values include: debug, info, notice, warn, error, crit,
    # alert, emerg.
    LogLevel warn

    CustomLog /var/log/apache2/access.log combined
    ServerSignature On

    Alias /doc/ "/usr/share/doc/"
    <Directory "/usr/share/doc/">
        Options Indexes MultiViews FollowSymLinks
        AllowOverride None
        Order deny,allow
        Deny from all
        Allow from 127.0.0.0/255.0.0.0 ::1/128
    </Directory>

</VirtualHost>


No he tenido tiempo de revisar.  De ahí nos cuentas, y por favor contesta a la lista, gracias. 

.

¿Que crees de eso, esta ahi el problema? Indicame como cambiarlo para que funcione. Gracias nuevamente. Espero respuesta. Me parece que estamos cerca de la solucion al problema...



--
usuario linux  #274354
Reply to: