Re: [Win32] Apache 2.0.40-dev error compiling latest snapshots

2002-07-07 Thread Sebastian Bergmann
Brian Pane wrote: It may be unsafe to cast to a long when the arg is a %qd. How about this: Compiles as well :) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

Re: [Win32] Apache 2.0.40-dev error compiling latest snapshots

2002-07-07 Thread Brian Pane
On Sat, 2002-07-06 at 23:31, Sebastian Bergmann wrote: Brian Pane wrote: It may be unsafe to cast to a long when the arg is a %qd. How about this: Compiles as well :) Thanks, I've just committed the change. --Brian

Re: [Win32] Apache 2.0.40-dev error compiling latest snapshots

2002-07-07 Thread Juergen Heckel
Brian Pane wrote: On Sat, 2002-07-06 at 23:31, Sebastian Bergmann wrote: Brian Pane wrote: It may be unsafe to cast to a long when the arg is a %qd. How about this: Compiles as well :) Thanks, I've just committed the change. --Brian Hi, fine, thank you. Juergen PS. The next

[Win32] Apache 2.0.40-dev error compiling latest snapshots (mod_perl)

2002-07-07 Thread Juergen Heckel
Hi, another compiler error (the last one): since 05.07.2002 compiling mod_perl gives the following errors: F:/Projects/MSVC/modperl-2.0/xs\APR/Table/APR__Table.h(73) : error C2037: left of 'a' specifiesundefined struct/union 'apr_table_t'

RE: [Win32] Apache 2.0.40-dev error compiling latest snapshots (mod_perl)

2002-07-07 Thread Bill Stoddard
apr_table_t is now an incomplete type. Taka a look at this patch and it should give you an idea how to fix mod_perl. Bill stoddard2002/07/05 19:49:59 Modified:modules/arch/win32 mod_win32.c modules/experimental mod_mem_cache.c Log: Fix some Win32 compile breaks

Re: [PATCH] Port Redirection behind VIP to Port Balancer

2002-07-07 Thread Cliff Woolley
On Sun, 7 Jul 2002, Helge Laurisch wrote: http://www.domain1.com/test gets redirected to: http://www.domain1.com:81/test/ but the Load Balancer only listens at Port 80, because it should be transparent for the User. So you can just use UseCanonicalName Fixed and the Server will

Re: [PATCH] Port Redirection behind VIP to Port Balancer

2002-07-07 Thread Helge Laurisch
---Original Message--- From: Cliff Woolley [EMAIL PROTECTED] You shouldn't need this patch to get what you want. The other UseCanonicalName settings along with the ServerName directive should be able to give you what you want, I believe. AFAIK this is not implemented. see this set

[PATCH] Fixes PR 10130, DevStudio cannot resolve .rc #included packages

2002-07-07 Thread James Cox
Guys, This patch will make it build properly without error. note, the naming of the custom build steps is as it is because nmake is just wierd. -- james -- James Cox :: [EMAIL PROTECTED] :: Landonize It! http://landonize.it/ Was I helpful?

Re: [Win32] Apache 2.0.40-dev error compiling latest snapshots (mod_perl)

2002-07-07 Thread jlwpc1
From: Bill Stoddard :: Index: mod_win32.c :: (strncmp(elts[i].key, HTTP_, 5) == 0 ::|| strncmp(elts[i].key, SERVER_, 7) == 0 FYI... Seen the new safer C strings for Windows programmers? quote Strsafe.h: Safer String Handling in C Keep your C code secure with strsafe.h functions, a

umask and modules/dav/fs

2002-07-07 Thread Scott Lamb
I'd like to allow people to update a website either through their shell account or WebDAV. My problem is permissions. I can make a group somewebsite including users apache, bob, and charlie. Then I can make all the directories setgid. When bob and charlie make new files or directories,