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

problemas con apache 2.2



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 webmaster@ips.com
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
;
$TTL    604800
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 :)




Reply to: