Re: problemas con apache 2.2

2006-10-27 Por tema Luis Uribe
On Thu, Oct 19, 2006 at 03:30:05PM -0500, Nelson Castillo wrote:
 1) Quita el :80 a NameVirtualHost
 2) Pon el :80 al final de la IP en VirtualHost

Precisamente tuve ese mismo problema intentando configurar un servidor usando 
el mismo NameVirtualHost: en el puerto 80 sirviendo las pAginas y en el 443 un
repositorio de subversion.

Lo solucione con las siguientes lineas: 

NameVirtualHost hostname:80
NameVirtualHost hostname:443

Y creando dos secciones VirtualHost, cada uno con la configuraciOn necesaria y
el puerto correspondiente en VirtualHost servidor:puerto.

Tal vez te sirva.

Saludos, 

-- 
Luis
http://eviled.org


signature.asc
Description: Digital signature


problemas con apache 2.2

2006-10-19 Por tema Argenis Alarcon
hola soy nuevo con esta version de apache, y tengo un problemilla, uso 
debian inestable apache 2.2.3

el problema es que cree un domino virtual con esto:
NameVirtualHost xxx.xxx.xxx.xxx:80
VirtualHost 201.xxx.xxx.xxx.xxx
DocumentRoot /home/usuario/web/
DirectoryIndex index.php index.html index.htm
ServerAdmin [EMAIL PROTECTED]
ServerName ips.com
ServerAlias *.ips.com
ErrorLog /home/usuario/web/logs/logerror
CustomLog /home/usuario/web/logs/access-log common
/VirtualHost



y cuando reinisio el apache me bota esto :

debian:/home/usuario# /etc/init.d/apache2 restart
Forcing reload of web server  (apache2)...[Thu Oct 19 16:20:41 2006] 
[error] VirtualHost xxx.xxx.xxx.xxx:0 -- mixing * ports and non-* ports 
with a NameVirtualHost address is not supported, proceeding with 
undefined results

httpd (no pid file) not running
[Thu Oct 19 16:20:51 2006] [error] VirtualHost xxx.xxx.xxx.xxx:0 -- 
mixing * ports and non-* ports with a NameVirtualHost address is not 
supported, proceeding with undefined results

failed!


otra cosa tengo instalado Bind como server dns y esta configurado de 
esta forma


en named.conf:

   one ips.com {
   type master;
   file /etc/bind/db.ips.com;
   };


y en db.ips.com:

;
; BIND data file for local loopback interface
;
$TTL604800
argcom.ve   IN  SOA dns.argcom.ve. root.localhost. (
 1 ; Serial
604800 ; Refresh
 86400 ; Retry
   2419200 ; Expire
604800 )   ; Negative Cache TTL
;
@   IN  NS  dns.argcom.ve.
@   IN  A   201.248.9.195



necesito su ayuda si ven algo mal acepto sugerencias
gracias :)



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: problemas con apache 2.2

2006-10-19 Por tema Nelson Castillo

NameVirtualHost xxx.xxx.xxx.xxx:80
VirtualHost 201.xxx.xxx.xxx.xxx


Es eso:

NameVirtualHost xxx.xxx.xxx.xxx:80
VirtualHost 201.xxx.xxx.xxx.xxx

1) Quita el :80 a NameVirtualHost
2) Pon el :80 al final de la IP en VirtualHost

Atte,
Nelson.-

--
http://arhuaco.org
http://emQbit.com


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]