Re: httpd-2.0.46 needs gcc_s? (on solaris 8)

2003-06-12 Thread harald deppeler
On Thu, Jun 05, 2003 at 04:01:27PM -0400, Jeff Trawick wrote: seems like you could copy libgcc_s to Apache's lib directory... Apache's bin/envvars file already updates LD_LIBRARY_PATH to include that directory This works just fine. Allows us to make a self-contained Apache package. The admin

httpd-2.0.46 needs gcc_s? (on solaris 8)

2003-06-06 Thread harald deppeler
We're upgrading from 2.0.44 to 2.0.46 and have noticed that the httpd binary now seems to need libgcc_s. # ldd /some/path/httpd libaprutil-0.so.0 = /some/path/lib/libaprutil-0.so.0 libexpat.so.0 = /some/path/lib/libexpat.so.0 libapr-0.so.0 =

Re: httpd-2.0.46 needs gcc_s? (on solaris 8)

2003-06-06 Thread harald deppeler
Ok, I tried the CFLAGS=-static-libgcc trick, it didn't work for me. Interpreting the compile log I gather that the c flag is carried through from the configure stage up until to the final linking, however, it does not achieve the desired result (see excerpt at the end of this mail). This would

Re: mod_disk_cache problem

2003-03-26 Thread harald deppeler
On Tue, Mar 25, 2003 at 03:20:49PM +0200, Ori Tend wrote: I did set mod_expires to set an expiry date of access plus 1 week - and when I GET the urls from the site I see the correct Expires: value in the header- Yet mod_disk_cache won't cache any dynamic content (perl scripts, tomcat jsp's,

Re: mod_disk_cache problem

2003-03-19 Thread harald deppeler
. The patch also enables that URLs ending with a / are cached. Cheers - Harry Thanks, Ori. -Original Message- From: Ori Tend [mailto:[EMAIL PROTECTED] Sent: Sunday, March 16, 2003 8:03 PM To: 'harald deppeler' Subject: RE: mod_disk_cache problem Hi Harry, First off

Re: mod_cache forward proxy

2003-03-06 Thread harald deppeler
On Wed, Mar 05, 2003 at 05:23:27PM -0500, Allan Edwards wrote: Also, anyone have a good reason why we can't remove these lines and allow mod_cache to serve default welcome pages? /* DECLINE urls ending in / ??? EGP: why? */ if (url[urllen-1] == '/') { return DECLINED;