Re: Current CVS on Win32

2002-08-15 Thread Cliff Woolley
On Thu, 15 Aug 2002, Sebastian Bergmann wrote: > cache_cache.c > C:\home\httpd-2.0\modules\experimental\cache_cache.c(58) : warning C4047: > 'funct > ion' : Anzahl der Dereferenzierungen bei 'long (__cdecl *)(void *)' und > 'long (_ > _cdecl ** )(void *)' unterschiedlich Oh bother. :-/ I'll fi

Current CVS on Win32

2002-08-15 Thread Sebastian Bergmann
cache_cache.c C:\home\httpd-2.0\modules\experimental\cache_cache.c(58) : warning C4047: 'funct ion' : Anzahl der Dereferenzierungen bei 'long (__cdecl *)(void *)' und 'long (_ _cdecl ** )(void *)' unterschiedlich C:\home\httpd-2.0\modules\experimental\cache_cache.c(58) : warning C4024: 'cache _pq_

Re: Current CVS on Win32

2002-02-14 Thread Dwayne Miller
Speaking of pre-build setup... where are the instructions for including openssl into the build tree. I know I need to copy the openssl tree into the srclib directory, and things work well until the link phase. Under Win32, the two openssl .lib files are not found. They are in the openssl/li

Re: Current CVS on Win32

2002-02-14 Thread William A. Rowe, Jr.
From: "Sebastian Bergmann" <[EMAIL PROTECTED]> Sent: Thursday, February 14, 2002 12:02 PM > Sebastian Bergmann wrote: > Stupid me, due to all the happiness over my new box I checked out > apr and apr-util into httpd-2.0, not httpd-2.0/srclib/. Perhaps we need a PreBuild.dsp target that invo

Re: Current CVS on Win32

2002-02-14 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > ... does not compile, see http://www.sebastian-bergmann.de/apache.txt Stupid me, due to all the happiness over my new box I checked out apr and apr-util into httpd-2.0, not httpd-2.0/srclib/. Sorry for bothering, Sebastian -- Sebastian Bergmann http://se

Re: Current CVS on Win32

2002-02-14 Thread William A. Rowe, Jr.
From: "Sebastian Bergmann" <[EMAIL PROTECTED]> Sent: Thursday, February 14, 2002 11:25 AM > ... does not compile, see http://www.sebastian-bergmann.de/apache.txt gen_test_char complains apr.h can't be included - but it didn't build the apr target yet? Of course it can't. But the gen_test_ch

Current CVS on Win32

2002-02-14 Thread Sebastian Bergmann
... does not compile, see http://www.sebastian-bergmann.de/apache.txt -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

Re: Current CVS on Win32

2002-01-24 Thread William A. Rowe, Jr.
> From: "Sebastian Bergmann" <[EMAIL PROTECTED]> > Sent: Wednesday, January 23, 2002 8:07 AM > > > 'lo there, > > > > just wanted to let you know that the current CVS version of Apache does > > not start on Win32. It does not crash, but exits after invoking it > > through Apache.exe from

Re: Current CVS on Win32

2002-01-24 Thread Sebastian Bergmann
Ian Holsman wrote: > yep it's broken. > standard httpd.conf file doesn't start. > looks like it dies just after opening the errorlog file > > It works with -D ONE_PROCESS btw.. > interesting... HEAD works again for me. Thanks, Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de/

RE: Current CVS on Win32

2002-01-24 Thread Sander Striker
> From: Sebastian Bergmann [mailto:[EMAIL PROTECTED]] > Sent: 24 January 2002 14:21 > To: [EMAIL PROTECTED] > Subject: Current CVS on Win32 > > > ... does not build: > > apr_pools.c > c:\home\apache\httpd-2.0\srclib\apr\memory\unix\apr_pools.c(73): > fatal er

Current CVS on Win32

2002-01-24 Thread Sebastian Bergmann
... does not build: apr_pools.c c:\home\apache\httpd-2.0\srclib\apr\memory\unix\apr_pools.c(73): fatal error C1083: include file not found: 'unistd.h': No such file or directory There seems to be something amiss here, since it tries to build a *NIX specific part of the library, I suppose.

Fw: Current CVS on Win32

2002-01-11 Thread William A. Rowe, Jr.
From: "Sebastian Bergmann" <[EMAIL PROTECTED]> Sent: Friday, January 11, 2002 1:33 AM > "William A. Rowe, Jr." wrote: > > ScoreboardFile logs/apache.score should work fine. > > Yep, doesn't crash now. Ok... consider this a bug, no default ScoreboardFile name. One that I don't have time to

Re: Current CVS on Win32

2002-01-10 Thread Ian Holsman
.. working on it now. commited even. now a server will start out of the box so to speak > > Bill > > - Original Message - > From: "Ian Holsman" <[EMAIL PROTECTED]> > To: "William A. Rowe, Jr." <[EMAIL PROTECTED]>; <[EMAIL PR

Re: Current CVS on Win32

2002-01-10 Thread William A. Rowe, Jr.
n" <[EMAIL PROTECTED]> To: "William A. Rowe, Jr." <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, January 10, 2002 3:41 PM Subject: Re: Current CVS on Win32 > huh??? > I thought we don't use Port anymore > > Port must be specified >

Re: Current CVS on Win32

2002-01-10 Thread Ian Holsman
huh??? I thought we don't use Port anymore Port must be specified C:\Apache2>bin\Apache.exe -v Server version: Apache/2.0.31-dev Server built: Jan 10 2002 13:30:12 C:\Apache2>bin\Apache.exe Syntax error on line 113 of C:/Apache2/conf/httpd.conf: Port must be specified C:\Apache2> William

Re: Current CVS on Win32

2002-01-10 Thread Sebastian Bergmann
"William A. Rowe, Jr." wrote: > However, we split out all of the "built-in modules" since there is no > way to toggle a "built-in" module in Apache 2.0, per my post yesterday > morning. Thanks for the hint, now it crashes :-) Stacktrace below. file_cleanup(void * 0x6ee07947) line 263 + 3 bytes

Re: Current CVS on Win32

2002-01-10 Thread William A. Rowe, Jr.
From: "Sebastian Bergmann" <[EMAIL PROTECTED]> Sent: Thursday, January 10, 2002 10:43 AM > ... gives me > > Syntax error on line 236 of C:/Server/Apache/conf/httpd.conf: > Invalid command 'Order', perhaps mis-spelled or defined by a module > not included in the server configuratio

Current CVS on Win32

2002-01-10 Thread Sebastian Bergmann
... gives me Syntax error on line 236 of C:/Server/Apache/conf/httpd.conf: Invalid command 'Order', perhaps mis-spelled or defined by a module not included in the server configuration The line in question is Order allow,deny which is inside the block. -- Seba

Re: Current CVS on Win32

2001-11-22 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > I'm getting hundreds of errors, all referring to the following dso.c C:\Programme\Microsoft Visual Studio\VC98\INCLUDE\wtypes.h(872) : error C2061: Syntax error: Identifier 'PALETTEENTRY' C:\Programme\Microsoft Visual Studio\VC98\INCLUDE\wtypes.h(873) : error C2059:

Current CVS on Win32

2001-11-21 Thread Sebastian Bergmann
I'm getting hundreds of errors, all referring to the following C:\Programme\Microsoft Visual Studio\VC98\INCLUDE\wtypes.h(872): error C2061: Syntax error: Identifier 'PALETTEENTRY' C:\Programme\Microsoft Visual Studio\VC98\INCLUDE\wtypes.h(873): error C2059: Syntax error: '}' C:\Programme\Micro

Re: Current CVS on Win32 and directory indexes

2001-10-19 Thread William A. Rowe, Jr.
We have a issue on win32 (others?) at the current moment. Bill - Original Message - From: "Sebastian Bergmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 19, 2001 11:32 AM Subject: Current CVS on Win32 and directory indexes > Just no

Current CVS on Win32 and directory indexes

2001-10-19 Thread Sebastian Bergmann
Just noticed that Apache2, built from current tree, does give me an Forbidden You don't have permission to access /phpopentracker/ on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. error message w