Apache was downloaded from http://httpd.apache.org/dist/httpd/binaries/win32/ i.e. apache_1.3.20-win32-no_src-r2.msi is the installable.
mod_webapp from http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0/bin/ For both, no compilation was done. I am using a Win2K box. Any solutions? Brijesh. -----Original Message----- From: Pier Fumagalli [mailto:[EMAIL PROTECTED]] Sent: Saturday, October 20, 2001 1:46 AM To: [EMAIL PROTECTED] Subject: Re: apache 1.3.20 and .so files - problem persists. Importance: High Where did you get Apache 1.3.20? Was it compiled with -DEAPI? What about mod_webapp? Did you compile it or downloaded it from the distro site? Pier Brijesh Kumar at [EMAIL PROTECTED] wrote: > Resending again... please help. > > Brijesh. > > -----Original Message----- > From: Brijesh Kumar [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 16, 2001 2:06 PM > To: [EMAIL PROTECTED] > Subject: RE: apache 1.3.20 and .so files - problem persists. > > > Hi, > > libapr.dll is also present in the modules directory. > > Please note that in my Win2K box I also have installed Apache 1.3.12. But > that has been installed in my C drive while Apache 1.3.20 has been installed > in my D drive. Apache 1.3.12 was not up when I started Apache 1.3.20 > > Any solutions? > > Brijesh. > > -----Original Message----- > From: Pier Fumagalli [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 15, 2001 8:51 PM > To: [EMAIL PROTECTED] > Subject: Re: apache 1.3.20 and .so files - problem persists. > > > Brijesh Kumar at [EMAIL PROTECTED] wrote: > >> Hi, >> >> I tried that and after starting Tomcat 4.0 and then Apache 1.3.20, I got > the >> following error. >> >> Syntax error on line 1033 of d:/apache group/apache/conf/httpd.conf: >> Cannot load d:/apache group/apache/modules/mod_webapp.so into server: > (127) >> The >> specified procedure could not be found: >> >> My httpd.conf looks like this. >> >> Line no 1033: LoadModule webapp_module modules/mod_webapp.so >> Line no 1034: AddModule mod_webapp.c >> Line no 1035: WebAppConnection warpConnection warp localhost:8008 >> Line no 1036: WebAppDeploy examples warpConnection /examples/ >> >> I have specified ServerName and VirtualHost entries. >> >> I also tried after commenting the VirtualHost entries and AddModule > entried. >> That too didn't work out. What could be the problem? > > It seems that your Apache can't load the module because of a lack of > dependencies... Did you copy also libapr.dll into your /modules/ directory? > > Pier > > > >>-----Original Message----- >>From: Pier Fumagalli [mailto:[EMAIL PROTECTED]] >>Sent: Monday, October 15, 2001 7:40 PM >>To: [EMAIL PROTECTED] >>Subject: Re: apache 1.3.20 and .so files. >>Importance: High >> >> >>Brijesh Kumar at [EMAIL PROTECTED] wrote: >> >>Hi, >> >>I have a Windows 2000 box and recently downloaded >>apache_1.3.20-win32-no_src-r2.msi from >>http://httpd.apache.org/dist/httpd/binaries/win32/ >> >>Once I ran the MSI, it installed the Apache 1.3.20. >> >>But the modules directory lists all .so files. As far as I know .so files >>work only in Unix / Linux platform. I had earlier installed Apache 1.3.12 >>and it had all .dll files under modules directory. >> Did I get the wrong version? If it is so where do I get Apache 1.3.20 for >> Windows. >> >>No... The .so files ARE indeed modules for Windows. >> >>Secondly if this is the right version indeed, where do I get the >>mod_webapp >>file? I need to get the Tomcat 4.0 to work with Apache 1.3.20. >> >>http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0/bin/
