DO NOT REPLY [Bug 7201] - Cannot get the WebApp Connector to work with Apache HTTPD as per Apache Bug# 9980

2002-04-29 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7201.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7201

Cannot get the WebApp Connector to work with Apache HTTPD as per Apache Bug# 9980

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2002-04-29 12:47 ---
You need to specify ServerName before WebAppDeploy in httpd.conf

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




DO NOT REPLY [Bug 7201] - Cannot get the WebApp Connector to work with Apache HTTPD as per Apache Bug# 9980

2002-03-26 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7201.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7201

Cannot get the WebApp Connector to work with Apache HTTPD as per Apache Bug# 9980





--- Additional Comments From [EMAIL PROTECTED]  2002-03-26 18:10 ---
I don't think this is a bug.  It's a misconfigured server.

If you've added the LoadModule and AddModule directives after all of the other
LoadModule directives, but before the ClearModuleList directive, then you need
to move the AddModule mod_webapp.c line to the bottom of the AddModule's
section.  First the modules are all loaded, then the list is cleared, then the
modules are added in their proper execution order.

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]