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

Re: apache2 y debian sarge



no sé si elmensaje llegó ala lista por otra vía, pero lo envío yo ya que me llegó a mí.

gus escribió:

Hola Rober
Hola!

Disculpa que te escriba a vos y no a la lista.
en la lista hay miles de personas que te ayudarán mejor que yo

el tema es el siguiente
he puesto estas lineas en apache2.conf
Alias /mail /var/www/owm/
Alias /owm /var/www/owm/

<Directory /var/www/owm>
   AllowOverride None
   Order allow,deny
   Allow from all
</Directory>

#
<IfModule mod_alias.c>
   ScriptAlias /cgi-bin/ /var/www/owm/cgi-bin/
   <Directory /var/www/owm/cgi-bin/>
       AllowOverride None
       Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
       Order allow,deny
       Allow from all
   </Directory>
</IfModule>



y me da estos errores cuando levanto el apache

Stopping web server: Apache2[Mon Oct 03 14:28:04 2005] [warn] The Alias
directive in /etc/apache2/ at line 343 will probably never match because it
overlaps an earlier Alias.
hay líneas repetidas en httpd.conf y en conf.d, o incluso en el mismo archivo.
supongo que sea eso...

[Mon Oct 03 14:28:04 2005] [warn] The Alias directive in /etc/apache2/ at line
344 will probably never match because it overlaps an earlier Alias.
[Mon Oct 03 14:28:04 2005] [warn] The ScriptAlias directive in /etc/apache2/
at line 354 will probably never match because it overlaps an earlier ScriptAlias.

las lineas esas corresponden a linea 343 Alias /mail /var/www/owm/
linea 344   Alias /owm /var/www/owm/
linea 354

 ScriptAlias /cgi-bin/ /var/www/owm/cgi-bin/


Yo se que quiza no tengas tiempo, pero quiza me podes dar una mano
desde ya muchas gracias
gus



--
//
//Rober Morales Chaparro
//
#include /* RMC'05 */ <iostream>
class saludo { public: saludo(){
std::cout << "hola"; } ~saludo()
{ std::cout << " mundo!" ; } } ;
int main() { saludo holamundo; }




Reply to: