Re: Volunteers to drive an MSI build

2013-03-12 Thread Dwayne Miller
;William A. Rowe Jr." wrote: >On Mon, 11 Mar 2013 14:41:48 +0000 >Dwayne Miller wrote: > >> I'm rejoining this list after several years of inactivity. I'm >> joining primarily in regards to this thread. >> >> I would like to help if possible. > &

Re: Volunteers to drive an MSI build

2013-03-11 Thread Dwayne Miller
I'm rejoining this list after several years of inactivity. I'm joining primarily in regards to this thread. I would like to help if possible. I'm also curious as to the reason for the absence of the MSI build for the two most recent releases? Is this a volunteer issue? Is it a technology iss

Replacing ap_get_client_block()

2003-06-04 Thread P. Dwayne Miller
I was trying to replace a call to ap_get_client_block() in a module with appropriate apr*brigade*() calls. Several readers posted some code and I thank them for that. But, when trying to figure out all of the details, I tracked down the source of ap_get_client_block() and it is already using

Re: Apache 2.0.39/Win2K/SSL and really slow performance

2002-06-24 Thread Dwayne Miller
Whoops... took a long time for this post to make it in. I have since found the problem. My LogLevel was set to Debug and the SSL code recently was changed to use the LogLevel directive. Performance is back to normal. Dwayne Miller wrote: > Just compiled Apache2.0.39 with OpenSSL 0.9.6d

Apache 2.0.39/Win2K/SSL and really slow performance

2002-06-24 Thread Dwayne Miller
Just compiled Apache2.0.39 with OpenSSL 0.9.6d on Win2K using VC++. The performance of SSL virtual host is horrific. For non-SSL virtual hosts, the performance is great. Anyone else experiencing this?

Re: Modules using the input brigade calls directly

2002-05-30 Thread Dwayne Miller
Which module would be a good example for someone who wants to rewrite an existing ap_*_client_block based module? Tks Brian Pane wrote: >On Thu, 2002-05-30 at 01:23, Justin Erenkrantz wrote: > > > >>- As a side effect, a lot of 8k static buffer allocations have >> been removed. (I can he

Re: setsockopt bug

2002-05-30 Thread Dwayne Miller
a hit. Since I have a system that can repeatedly generate both the client and the server problems, I was going to do some probing into the code to see if I could figure out what was going on ( before I upgrade and cover up the problem). Thanks Jeff Trawick wrote: >"Dwayne Miller&quo

setsockopt bug

2002-05-28 Thread Dwayne Miller
Wasn't there recently a bug on WinNT/Win2k with a setsockopt call that failed. I'm getting that error when the client is IE5 on Mac OSx and SSL is enabled. Tks

Runaway Apache2.0

2002-04-11 Thread Dwayne Miller
Just FYI, I've been trying to beat on the Apache2 release, and see several times a day, the CPU utilication goes to 99% for the Apache.exe. I have to restart the server as it does not seem to settle back to normal. There are no requests hitting the server when this happens (or very few). I'

Use of ORDER

2002-04-11 Thread Dwayne Miller
Did order, allow, and deny configuration options go away on the directive? This is in the 2.0 docs, but I can't get it to work. I do have a lot of the modules unloaded however. | Order Deny,Allow Deny from All | Tks, D

Apache2.0, Win2K and CGI

2002-04-10 Thread Dwayne Miller
Anyone able to use Perl cgi scripts with Apache2.0 on Win2K? I finally got the config file working so that it tries to execute the cgi script, but receive this in my log file. The system cannot find the file specified. : couldn't create child process: 22502: D:/cgi-bin/script.cgi, ... (22502)

Apache2.0 and CGI

2002-04-09 Thread Dwayne Miller
Okay... up and running with Apache2.0, SSL, Win2k... everything seems to be going well with my testing. However, I cannot figure out how to configure my CGI bin directory. All of the files in the directory come back as text/plain. Both plain HTML and Perl .cgi scripts. I've changed nothing

Re: Building 2.0.35 on Win2k with mod_ssl

2002-04-09 Thread Dwayne Miller
to be rebuilt and updated in CVS? Sebastian Bergmann wrote: >Dwayne Miller wrote: > >>Generating ssl_expr_parse.c/.h from ssl_expr_parse.y >>'sed' is not recognized as an internal or external command, >>operable program or batch file. >>'sed' is

Building 2.0.35 on Win2k with mod_ssl

2002-04-08 Thread Dwayne Miller
I've tried several makes from clean trees and continue to receive this error. I'm setting default project to InstallBin and building apache.exe I checked out the latest from CVS on Sunday. TIA, Dwayne Configuration: mod_ssl - Win32 Debug Generating ssl_ex

CGI configuration

2002-02-26 Thread Dwayne Miller
What is the proper config file directive to allow Perl CGI scripts to run with Apache2.0? The sample config file contains a commented #AddHandler cgi-script .cgi But I can't get Apache to accept that directive. And the Perl scripts are delivered raw to the browser. BTW, if this is the wrong

Re: read_request_line() failed in JRE-1

2002-02-15 Thread Dwayne Miller
I have to amend that response... it works without SSL. Under SSL it behaves the same as before. I'm convinced it's all in the module now, so I'll get off this list with this issue. Thanks again. D Dwayne Miller wrote: > Well, I found the problem... or part of it. Turns

Re: read_request_line() failed in JRE-1

2002-02-15 Thread Dwayne Miller
test with a standard module (CGI), is a config file problem, I'm sure, as I see raw HTML when requesting an index.html file, and raw Perl when requesting a index.cgi file. Thanks for your assistance. D Justin Erenkrantz wrote: >On Fri, Feb 15, 2002 at 12:08:29PM -0500, Dwayne Miller

Re: read_request_line() failed in JRE-1

2002-02-15 Thread Dwayne Miller
14, 2002 at 10:57:32AM -0500, Dwayne Miller wrote: > >>I just bumped the debug level to see if I could figure out the odd >>behavior from Mozilla. It looks like others are having similar problems >>with regard to incomplete posts/requests. >> > >Ah, fine. Do you h

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: error.log on Win2K running Apache2.0 as service

2002-02-14 Thread Dwayne Miller
Too much diet Coke this morning I guess. Didn't notice the time and thought it was part of the startup. Bill Stoddard wrote: >There is a 10min lag between when the server was started and the server getting >notified >to shutdown, so I'm not really sure what your question is... > >Bill > >>See

Re: read_request_line() failed in JRE-1

2002-02-14 Thread Dwayne Miller
same Apache, same form, same target works fine. I don't know how to write a properly formatted request using telnet. And don't know what netcat is. Dwayne Justin Erenkrantz wrote: >On Thu, Feb 14, 2002 at 10:57:32AM -0500, Dwayne Miller wrote: > >>I just bumped the debug lev

Re: read_request_line() failed in JRE-1

2002-02-14 Thread Dwayne Miller
Erenkrantz wrote: >On Thu, Feb 14, 2002 at 09:50:18AM -0500, Dwayne Miller wrote: > >>I'm getting this in my error log on every request. >> >>[Thu Feb 14 09:13:38 2002] [debug] >>D:\CodeProjects\httpd-2.0.32-JRE-1\server\protocol.c(604): [client >&

error.log on Win2K running Apache2.0 as service

2002-02-14 Thread Dwayne Miller
Seems to be working fine. But was wondering what the SHUTDOWN EVENT SIGNALED means. Is this expected behavior during startup? Tks Dwayne [Thu Feb 14 09:43:14 2002] [info] Parent: Marked listeners as not inheritable. [Thu Feb 14 09:43:14 2002] [info] Parent: Created child process 372 [Thu Feb

read_request_line() failed in JRE-1

2002-02-14 Thread Dwayne Miller
I'm getting this in my error log on every request. [Thu Feb 14 09:13:38 2002] [debug] D:\CodeProjects\httpd-2.0.32-JRE-1\server\protocol.c(604): [client 127.0.0.1] (32560)Connection timed out: read_request_line() failed I built the server with the JRE-1 tarball yesterday. The target is a sim

Re: Current HEAD on Win32

2002-02-06 Thread Dwayne Miller
I just added a Sleep(100) call right after the message that the 'child process is running' message in ap_mpm_run. This resulted in 9 of 10 successful restarts when using the windows service manager. I was only getting 2-3 prior to that. I know it's not a valid fix, but it seems that Win can

Re: 2.0.31 on Windows as service

2002-02-05 Thread Dwayne Miller
I've been watching the log files and restarting the server for a while now. Looks like the child may be starting before the parent has completely opened and written to all of the pipes. William A. Rowe, Jr. wrote: >From: "Dwayne Miller" <[EMAIL PROTECTED]> >Sent: T

Re: 2.0.31 on Windows as service

2002-02-05 Thread Dwayne Miller
William A. Rowe, Jr. wrote: >From: "Dwayne Miller" <[EMAIL PROTECTED]> >Sent: Tuesday, February 05, 2002 1:09 PM > > >>>Dwayne... >>> >>> what CPU is your box on [staring on hunches here] ... speed? >>> >>It's a lapt

Re: 2.0.31 on Windows as service

2002-02-05 Thread Dwayne Miller
William A. Rowe, Jr. wrote: >From: "Dwayne Miller" <[EMAIL PROTECTED]> >Sent: Tuesday, February 05, 2002 12:40 PM > > >>This morning, for the first time on my system, Apache 2.0.(31) started >>as a service automatically. I was so thrilled that I r

2.0.31 on Windows as service

2002-02-05 Thread Dwayne Miller
This morning, for the first time on my system, Apache 2.0.(31) started as a service automatically. I was so thrilled that I restarted the computer to see it again. And it worked. Then later, I lost my DHCP lease, and had to reboot again. This time, the following text was in my error.log. I

Re: 2.0.31 on Windows

2002-02-04 Thread Dwayne Miller
, Dwayne William A. Rowe, Jr. wrote: >From: "Dwayne Miller" <[EMAIL PROTECTED]> >Sent: Monday, February 04, 2002 5:13 PM > > >>>Which Win32 OS are you using, exactly? >>> >>I'm on Windows 2000, build 2195, SP2 >> > >Win2000/

Re: 2.0.31 on Windows

2002-02-04 Thread Dwayne Miller
William A. Rowe, Jr. wrote: >From: "Dwayne Miller" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Monday, February 04, 2002 3:57 PM >Subject: Re: 2.0.31 on Windows > > >>I tracked down my problem with not being able to run Apache as a

Re: 2.0.31 on Windows

2002-02-04 Thread Dwayne Miller
command line. But trying to start as a server, the ap_walk_config() routine, called in server/config.c returned the error and called exit(1). Somewhere, this error should be presented to the user. I'm just not sure where, or how to do it. Dwayne Miller wrote: > I'm not familia

Re: 2.0.31 on Windows

2002-02-04 Thread Dwayne Miller
I'm not familiar with the -n apache2 option, but I was just trying to figure out why I can't get apache to run as a service. I'm using the -k start option, a message that it's starting the service appears, but nothing happens. In the service.c file, I added a line to print the 'Failed to sta

Re: Connection timed out: read_request_line() failed

2002-02-04 Thread Dwayne Miller
The details... It's a ColdFusion script, so the processing module is mod_coldfusion.so. The script runs, it just doesn't see any of the form data. And I see the error logged with every post. I'm using SSL, so I'm also configured with mod_ssl. Interesting part is that it seems to be somehow

Connection timed out: read_request_line() failed

2002-02-04 Thread Dwayne Miller
I'm getting this error in my log file when I post a form, but the code looks like it should be ignoring timeout errors. Something is definitely wrong with the handling of the request because it appears that all of the form data is missing. The full error message is... [Mon Feb 04 09:00:03 200

Re: Missing FORM variables?

2002-02-02 Thread Dwayne Miller
More info... my error log has the following entry each time I submit a form from Mozilla... [Sat Feb 02 18:28:17 2002] [error] [client 127.0.0.1] (32560)Connection timed out: read_request_line() failed Dwayne Miller wrote: > I just built from the latest tarball on Win2000. I included

Missing FORM variables?

2002-02-02 Thread Dwayne Miller
I just built from the latest tarball on Win2000. I included the latest OpenSSL (0.9.6c). build to include mod-ssl. Everything built fine. Now, when I access my site with Mozilla 0.9.6, and submit a form... none of the form variables are present. Yesterday, I was running Apache 2_0_28 with

Building latest httpd-2.0

2002-02-01 Thread Dwayne Miller
I'm in the processing of building from the latest httpd-2.0 sources and found the following errors... I'm building with mod_ssl support and have copied the openssl directory (the results of my building openssl) into the srclib directory. The mod_ssl.dsp is set up to look in .../openssl/inc32

coldfusion module

2002-01-31 Thread Dwayne Miller
Someone posted a note several months ago that not all add-in modules 'do the right thing'. The coldfusion module was specifically mentioned. I am someone, not related to MacroMedia in any form, who is keenly interested in getting the coldfusion module to work 'the right way' with Apache 2.0.

Re: Win32 installer

2002-01-09 Thread Dwayne Miller
Not being that familiar with rolling a cab, and MsiDatabaseApi, where can one go to see some examples of this. William A. Rowe, Jr. wrote: >From: "Mladen Turk" <[EMAIL PROTECTED]> >Sent: Wednesday, January 09, 2002 1:52 PM > > >>Perhaps off the topic, but why we are using commercial setup soft

Re: APACHE_2_0_30 tagged

2002-01-08 Thread Dwayne Miller
Is SSL working on Win32 in this release? William A. Rowe, Jr. wrote: >From: "Brian Pane" <[EMAIL PROTECTED]> >Sent: Tuesday, January 08, 2002 6:20 PM > > >>Aaron Bannert wrote: >> >>>On Tue, Jan 08, 2002 at 11:42:12PM -, [EMAIL PROTECTED] wrote: >>> aaron 02/01/08 15:42:12 >>>

building with SSL

2002-01-01 Thread Dwayne Miller
Where are the instructions for compiling Apache 2.0 with mod_ssl support?

Help writing a filter

2001-12-13 Thread Dwayne Miller
Where would I find examples and docs for writing a filter that could... examine and potentially re-write form variables posted by client examine and potentially re-write url variables posted by client create some new cgi variables and publish them do all of this before any other request processin

Re: problem running 2.0.28 as Win2k service (was 2.0.18)

2001-12-12 Thread Dwayne Miller
blem running 2.0.28 as Win2k service (was 2.0.18) > > >This is precisely the same as what I'm seeing, the only difference being >that I built from the 2.0.28 archive. > >-Original Message- >From: Dwayne Miller [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, December 11,

Use of AddHandler

2001-12-11 Thread Dwayne Miller
I'm confused on how to use the AddHandler directive. I've written a module, loaded it, and it seems to get called for every page requested. Do I need to determine if the page is something I want to handle or pass on? I thought the AddHandler directive is used to tell apache which file types

Re: problem running 2.0.28 as Win2k service (was 2.0.18)

2001-12-11 Thread Dwayne Miller
I just compiled the latest CVS tree under Win32. Runs fine when started as a normal user from command line. However, I see the following error when trying to start the service as an administrator. I have installed the service prior to this with no apparent errors (it appears in the services

Help with Compile on Win32

2001-12-05 Thread Dwayne Miller
I've done this before, but my notes don't seem to work anymore Downloaded zip of 2_0_28 beta. Extracted zip. Copied openssl 0.9.6b into srclib and compiled according to openssl instructions. Go into VC++ IDE, select apache.dsw. Set active project to InstallBin, select build apache.exe.

ssl.h

2001-12-04 Thread Dwayne Miller
Just downloaded (again) the zip file for Win32/2-0-28. Tried to build using VC++. Everything okay except mod_ssl did not build. Tried to build it manually and lots of errors - missing ssl.h. Searched entire tree, no ssl.h. Did I miss downloading something?

Module compile problem Win32

2001-12-01 Thread Dwayne Miller
Allaire recently released the uncompiled stub for the ColdFusion 5.0 module. It is written for Apache 1.3.x. I'm trying to rewrite it for Apache 2.0. The link fails looking for apr_pstrdup. Below is output from link command. Any help identifying what lib I am not including? Tks D:\link /

Building modxxx under Win32

2001-11-20 Thread Dwayne Miller
I have successfully compiled a custom filter under Linux environment using apxs. How do I compile it under Win32 (or where is apxs under Win32)? It complains about unresolved references, such as... mod_filter.obj : error LNK2001: unresolved external symbol __imp__ap_hook_handler@16 mod_filte

Writing an Apache module

2001-11-01 Thread P. Dwayne Miller
Where do I find docs on how to do this? My initial target environment will be WinNT/2K. TIA

Build/Config error

2001-10-28 Thread Dwayne Miller
I just did a checkout of latest cvs tree. When I build the Install-Bin project, I get the following errors. What have I set up incorrectly? I thought I did not need the sed/bison/flex utils. TIA Configuration: InstallBin - Win32 Debug Microsoft (R) P

Re: Anybody tried purify with httpd.

2001-10-18 Thread P. Dwayne Miller
I hope I remember this correctly... In your make file, find the line that creates the executable and add 'purify' at the beginning. Actually, this should be the path to purify, or a variable that has the full path to purify. Then, the executable created in the normal place is purified. You ca

is bison required to build mod-ssl on windows

2001-10-18 Thread Dwayne Miller
Just noticed that my build of recent tree is failing in the mod-ssl area because I don't have bison. Where would one get bison.exe for NT/2K? TIA