Donald Ball at [EMAIL PROTECTED] wrote:
> hate to be plaintive, but i'd really appreciate any suggestions y'all
> would have to offer on this. so close, and yet...
>
> - donald
>
> ---------- Forwarded message ----------
> with this in my httpd.conf:
>
> LoadModule webapp_module libexec/mod_webapp.so
> AddModule mod_webapp.c
> WebAppConnection myConnection warp localhost:8008
>
> but when i add this line:
>
> WebAppDeploy intranet myConnection /intranet/
>
> i get this error:
>
> [root@chngw apache]# apachectl configtest
> [Thu Jun 28 21:18:07 2001] 15337 (pr_info.c:66) INFO provider initialized
> [Thu Jun 28 21:18:07 2001] 15337 (pr_warp.c:492) WARP provider initialized
> [Thu Jun 28 21:18:07 2001] 15337 (wa_main.c:98) WebApp Library initialized
> [Thu Jun 28 21:18:07 2001] 15337 (wa_config.c:163) Created connection
> "myConnection" (Prov: "warp" Param: "localhost:8008")
> Syntax error on line 1012 of /usr/local/apache/conf/httpd.conf:
> Invalid virtual host name
>
> what's up with that?
Oh, I believe you specified your WebAppDeploy _before_ your ServerName
directive... If you switch them it should be fine...
Pier