apachectl configtest ultimately runs "httpd -t", so you could try "httpd.exe -t" on win32. You might also try reversing the direction of the file seperator in Windows:
LoadModule webapp_module modules\mod_webapp.so I'm never tried Apache on Win32, but this should help. On Wed, Apr 24, 2002 at 09:51:57PM +0800, yilmaz wrote: > Hi Simon, > unfortunately i don't know how to do "apachectl configtest". > from command window i tried that , but didn't work. > >From apache monitor, when i try to start the server, it throws > "the requested operation has failed" error, nothing else. > My httpd.config is okey, except when i add > "LoadModule webapp_module modules/mod_webapp.so" > into the httpd.config file (as it is instructed) , and restart the apache, > it can't start. Obviously the problem is with the above line of code. > Any suggestions ? > Thanks :) > ----- Original Message ----- > From: "Simon Stewart" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Wednesday, April 24, 2002 5:54 PM > Subject: Re: LoadModule webapp_module modules/mod_webapp.so > > > > On Wed, Apr 24, 2002 at 04:34:42PM +0800, yilmaz wrote: > > > Hi everyone, > > > i know everyone is already sick of reading problems about apache and > tomcat. I read almost all related mails and articles (how-to's) on the > internet , which didn't help. > > > i am working with tomcat 4.0-b7 on win 2000. > > > And using apcahe 2. > > > according to the instructions on the articles downloaded mod_webapp.so > and put it under modules/ directory. > > > The tomact and apache both work fine without problem. > > > When i add > > > LoadModule webapp_module modules/mod_webapp.so > > > in my httpd.conf file, i can't get apache started. It says "the > requested operation has failed". > > > Is there any syntax error, or something else? > > > (note: i added the above line just under the default loadmodule lines > defined in the httpd.conf file) > > > Any help please : ( > > > > When you saw the error, had you done an "apachectl configtest" to make > > sure that your httpd.conf was okay? Is there anything in apache's > > error logs? > > > > Cheers, > > > > Simon > > > > -- > > `The situation is completely under control. All of them were killed.' > > --- Alim Razim, for the Northern Alliance, demonstrating fine > > command of traditional Afghan prisoner control techniques. > > > > -- > > To unsubscribe: <mailto:[EMAIL PROTECTED]> > > For additional commands: <mailto:[EMAIL PROTECTED]> > > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > > > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> Cheers, Simon -- Ambivalent? Well, yes and no -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
