Suggestion (icons)

2002-05-18 Thread John Von Essen
Hopefully this is the right place to send this comment. I have alot of disk images (.img) on my server. By default, there is no icon for a disk image. So I made one... AddIcon /icons/diskimg.gif .img The diskimg.gif can be found at: http://www.essenz.com/icons/diskimg.gif Could this be

Re: cvs commit: httpd-2.0/server core.c

2002-05-18 Thread Cliff Woolley
On Sat, 18 May 2002, William A. Rowe, Jr. wrote: > > > ServerRoot is global only, and it MUST be read immediately, so that > > > part of the last patch stays. > > > >Mmm, nope, sorry, but that one has to go, too. > > No, it has to stay. > > However, I think I have an adaquate solution in

Re: cvs commit: httpd-2.0/server core.c

2002-05-18 Thread William A. Rowe, Jr.
At 12:19 PM 5/18/2002, you wrote: >On 18 May 2002 [EMAIL PROTECTED] wrote: > > > to work around problematic configs. So I'm reverting those changes, > > for now. > >Thanks. > > > ServerRoot is global only, and it MUST be read immediately, so that > > part of the last patch stays.

Re: cvs commit: httpd-2.0/server core.c

2002-05-18 Thread William A. Rowe, Jr.
>wrowe 02/05/18 10:22:24 > > Modified:server core.c > Log: > Resolve the EXEC_ON_READ bit for ServerRoot and other modules that test > the directive context. Should eliminate the segfault. Ok, segfault is gone. So is some validation that ServerRoot occured in a global

Re: cvs commit: httpd-2.0/server core.c

2002-05-18 Thread Cliff Woolley
On 18 May 2002 [EMAIL PROTECTED] wrote: > to work around problematic configs. So I'm reverting those changes, > for now. Thanks. > ServerRoot is global only, and it MUST be read immediately, so that > part of the last patch stays. Mmm, nope, sorry, but that one has to go, too.

Re: cvs commit: httpd-2.0/server core.c

2002-05-18 Thread William A. Rowe, Jr.
At 01:12 AM 5/18/2002, you wrote: >On 17 May 2002 [EMAIL PROTECTED] wrote: > > > wrowe 02/05/17 12:34:53 > > > > Modified:server core.c > > Log: > > We need to grab ServerRoot, LogLevel, and ErrorLog right off the bat > > as we are reading the config. > > > > This close

Re: Segmention fault in current CVS

2002-05-18 Thread Cliff Woolley
On Sat, 18 May 2002, Magnus M wrote: > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread 1024 (LWP 22539)] > find_parent (dirp=0x0, what=0x80e5978 " 957 while (dirp->parent != NULL) { Yeah, this is the EXEC_ON_READ problem I mentioned last night due to a commit

Segmention fault in current CVS

2002-05-18 Thread Magnus M
Hi! This is what i got from running gdb, I don't know if I did it the correct way.. Compiled from CVS.. Using Linux.. Starting program: /usr/local/www/httpd2/bin/httpd [New Thread 1024 (LWP 22539)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1024 (LWP 22539)] find