Problems with long url:s and isapi_redirect.dll

2003-03-06 Thread Emil Olovsson
After having installed the isapi_redirect filter in IIS, IIS does not accept as long URL:s as it did before. The problem arises in an application that do not use the isapi_redirect filter, but have need for very long (>2000) get requests. This worked fine until the isapi_redirect filter was insta

RE: Creating mod_webapp

2002-04-18 Thread Emil Olovsson
local/httpd-2.0.35/modules/mod_webapp.so into > server: /usr/local/httpd-2.0.35/modules/mod_webapp.so: undefined symbol: wa_pool > > Onto the next problem solving piece. :-) > > > > > On Thu, 18 Apr 2002, Emil Olovsson wrote: > > >>I managed to solve the same

RE: Creating mod_webapp

2002-04-18 Thread Emil Olovsson
I managed to solve the same problem by the following procedure: cd lib gcc -shared -o libwebapp.so *.lo cd ../apache-2.0 rm mod_webapp.la mod_webapp.lo mod_webapp.o mod_webapp.slo make gcc -shared -o mod_webapp.so *.lo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

undefined symbol: wa_pool when loading mod_webapp.so

2002-04-18 Thread Emil Olovsson
When I try to load mod_webapp.so into apache 2.0.35 I get: Cannot load /opt/apache2.0.35/conf/libexec/mod_webapp.so into server: /opt/apache2.0.35/conf/libexec/mod_webapp.so: undefined symbol: wa_pool what is wa_pool? -- To unsubscribe: For additional commands:

Error compiling mod_webapp for debian Linux

2002-04-18 Thread Emil Olovsson
I am trying to build mod_webapp for apache 2.0.35 and Tomcat 4.0.3 I followed the instructions in the README file, and all was fine until I issued make. Then I got the following error. Can someone please tell me what is wrong. ... make[1]: Entering directory "apache-2.0" make[1]: Invoking "make