You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Karoly VEGH <ka...@uta.at> on 2002/04/17 13:50:59 UTC

virt.host question

hi,

i have a fresh apache + tomcat installation, exactly what kind of
virtual host is to be given for WebAppInfo?

in my httpd.conf stands:

<IfModule mod_webapp.c>
 WebAppConnection conn      warp  localhost:8008
# WebAppDeploy     examples    conn  /examples
 WebAppInfo /webapp-info
</IfModule


but to the line WebAppInfo apache says:

dent:/home/charlie# apachectl configtest
Syntax error on line 994 of /etc/apache/httpd.conf:
Invalid virtual host name
dent:/home/charlie#

my virtualhost config in httpd.conf:

<VirtualHost local_IP>
    ServerAdmin webmaster@local_IP
    DocumentRoot /var/lib/tomcat4/webapps/webdav/
    ServerName WebAppInfo
    ErrorLog logs/tomcat-webdav-error.log
    CustomLog logs/tomcat-webdav.log common
</VirtualHost>

Debian woody, 2.4.18




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org