svn commit: r106112 - /httpd/mod_aspdotnet/trunk/Apache.Web/Apache.Web.vcproj /httpd/mod_aspdotnet/trunk/mod/mod_aspdotnet.vcproj /httpd/mod_aspdotnet/trunk/mod_aspdotnet.sln

2004-11-21 Thread wrowe
Author: wrowe Date: Sun Nov 21 12:18:41 2004 New Revision: 106112 Modified: httpd/mod_aspdotnet/trunk/Apache.Web/Apache.Web.vcproj httpd/mod_aspdotnet/trunk/mod/mod_aspdotnet.vcproj httpd/mod_aspdotnet/trunk/mod_aspdotnet.sln Log: Add .pdb output for external Release build debugging, a

Fixed: Doc bug?

2004-11-21 Thread William A. Rowe, Jr.
Yup. With the (main httpd) migration to svn, site commits were stumbling a while. Fixed, thanks. Bill At 10:23 AM 11/18/2004, Jeff White wrote: >At: > >http://httpd.apache.org/cli/ > >Under the sub title License > > > >Like all Apache Software Foundation projects, >flood is licensed under The

Re: Add mod to server name

2004-11-21 Thread William A. Rowe, Jr.
At 02:46 PM 11/18/2004, Jeff White wrote: >In mod_aspdotnet should there be >an add to the server name action, >(like Perl and PHP)? > > ap_add_version_component(p, ".NETversion"); Well, I'm thinking something like Apache/2.0 mod_aspdotnet/2.0 (we are at our 2.0 flavor) - I've patched - thank you

svn commit: r106107 - /httpd/mod_aspdotnet/trunk/mod/mod_aspdotnet.cpp

2004-11-21 Thread wrowe
Author: wrowe Date: Sun Nov 21 11:38:42 2004 New Revision: 106107 Modified: httpd/mod_aspdotnet/trunk/mod/mod_aspdotnet.cpp Log: Add module/ver to the Server String (al la modperl, PHP, etc). Suggested by: Jeff White Modified: httpd/mod_aspdotnet/trunk/mod/mod_aspdotnet.cpp Url: http://

svn commit: r106106 - /httpd/mod_aspdotnet/trunk/aspnet.conf

2004-11-21 Thread wrowe
Author: wrowe Date: Sun Nov 21 11:15:27 2004 New Revision: 106106 Modified: httpd/mod_aspdotnet/trunk/aspnet.conf Log: Clarify the aspnet.conf section, add copious notes, and insert the X-Hosted-By header as prodded by Jeff White Modified: httpd/mod_aspdotnet/trunk/aspnet.conf Url: htt

Re: Doc bug on dist page

2004-11-21 Thread William A. Rowe, Jr.
At 10:29 AM 11/21/2004, you wrote: >On page >http://www.apache.org/dist/httpd/mod_aspdotnet/ > >Last line shows up with no link. Fixed, thank you! Firefox was too forgiving to me. Bill

Re: Short or long variable names?

2004-11-21 Thread William A. Rowe, Jr.
One (extreme) hassle is leaving the httpd code legible to httpd'ers and leaving .NET code legible to .NET'ers. I had chosen the conventions of using 'traditional' variable names for httpd datum, and 'wordy' variable names for the internals of Apache.Web. There are quite a few cases where the vari

svn commit: r106105 - /httpd/mod_aspdotnet/dist/README.html

2004-11-21 Thread wrowe
Author: wrowe Date: Sun Nov 21 10:55:30 2004 New Revision: 106105 Modified: httpd/mod_aspdotnet/dist/README.html Log: Correct link back to the main page. Observed by: Jeff White <[EMAIL PROTECTED]> Modified: httpd/mod_aspdotnet/dist/README.html Url: http://svn.apache.org/viewcvs/httpd/mo

svn commit: r106104 - /httpd/mod_aspdotnet/trunk/Apache.Web/WorkerRequest.cpp /httpd/mod_aspdotnet/trunk/mod/mod_aspdotnet.cpp

2004-11-21 Thread wrowe
Author: wrowe Date: Sun Nov 21 10:50:51 2004 New Revision: 106104 Modified: httpd/mod_aspdotnet/trunk/Apache.Web/WorkerRequest.cpp httpd/mod_aspdotnet/trunk/mod/mod_aspdotnet.cpp Log: Replace two depreciated constructs which aren't available in httpd-2.1/apr-1.0 Code now builds under

Re: Missing on page cli

2004-11-21 Thread William A. Rowe, Jr.
At 10:48 AM 11/21/2004, Jeff White wrote: >On page >http://httpd.apache.org/cli/ > >There is no archive for the >cli-users list. Caught it (even knew about it) - we are waiting on the mail-archives server eyebrowse app to catch up with new lists. (infrastructure is aware of this issue.) Bill

Re: Doc bug on cli page

2004-11-21 Thread William A. Rowe, Jr.
At 10:27 AM 11/21/2004, Jeff White wrote: >On page >http://httpd.apache.org/cli/ > >Anonymous SVN access (via http) is available. > >% svn co http://svn.apache.org/repos/asf/httpd/mod_aspdotnet/trunk >mod_aspdotnet > >Notice space after trunk. > >There is no such page as mod_aspdotnet. The svn

Missing on page cli

2004-11-21 Thread Jeff White
On page http://httpd.apache.org/cli/ There is no archive for the cli users list. Jeff

Doc bug on dist page

2004-11-21 Thread Jeff White
On page http://www.apache.org/dist/httpd/mod_aspdotnet/ Last line shows up with no link. We have an http://httpd.apache.org/cli/introduction > introduction to help you get started using this module. Jeff

Doc bug on cli page

2004-11-21 Thread Jeff White
On page http://httpd.apache.org/cli/ Anonymous SVN access (via http) is available. % svn co http://svn.apache.org/repos/asf/httpd/mod_aspdotnet/trunk mod_aspdotnet Notice space after trunk. There is no such page as mod_aspdotnet. Jeff

RE: httpmodule bug

2004-11-21 Thread William A. Rowe, Jr.
At 08:59 PM 11/20/2004, Yussef Alkhamrichi wrote: >>This brings up an interesting point. Yussef, try stopping the >>service, and start bin\apache.exe -X >> >>--- let's see if this is the parent process in the way. > >tested it running it in single-process mode (apache -X), it didn't help, but >th

RE: httpmodule bug

2004-11-21 Thread Yussef Alkhamrichi
This brings up an interesting point. Yussef, try stopping the service, and start bin\apache.exe -X --- let's see if this is the parent process in the way. tested it running it in single-process mode (apache -X), it didn't help, but the theory about multiple configuration loading sounds interestin

svn commit: r106059 - httpd/mod_aspdotnet/dist

2004-11-21 Thread wrowe
Author: wrowe Date: Sat Nov 20 18:59:19 2004 New Revision: 106059 Added: httpd/mod_aspdotnet/dist/README.html (contents, props changed) Log: Here comes, some simple pointers. Added: httpd/mod_aspdotnet/dist/README.html ==

svn commit: r106058 - httpd/mod_aspdotnet/dist

2004-11-21 Thread wrowe
Author: wrowe Date: Sat Nov 20 18:58:18 2004 New Revision: 106058 Added: httpd/mod_aspdotnet/dist/ Log: Create the placeholder of /dist/httpd/mod_aspdotnet/

Fixed: httpmodule bug

2004-11-21 Thread William A. Rowe, Jr.
At 08:18 AM 11/15/2004, Yussef Alkhamrichi wrote: >I found some strange code in 2 lines that are indirectly related to the >configuration, in host.h the function void Configure(String *VirtualPath, >String *PhysicalPath, HostFactory *Factory, int HostKey) contains these lines: > >physicalPath =

RE: httpmodule bug

2004-11-21 Thread William A. Rowe, Jr.
Now there is a theory! However, we explicitly don't allow the module to unload itself - and (IIRC) we preserve the initial pass through the configuration. This brings up an interesting point. Yussef, try stopping the service, and start bin\apache.exe -X --- let's see if this is the parent proce

svn commit: r106053 - httpd/mod_aspdotnet/trunk

2004-11-21 Thread wrowe
Author: wrowe Date: Sat Nov 20 17:37:29 2004 New Revision: 106053 Modified: httpd/mod_aspdotnet/trunk/CHANGES.txt Log: Annotate the last bugfix Modified: httpd/mod_aspdotnet/trunk/CHANGES.txt == --- httpd/mod_aspdot

svn commit: r106052 - httpd/mod_aspdotnet/trunk/Apache.Web

2004-11-21 Thread wrowe
Author: wrowe Date: Sat Nov 20 17:15:53 2004 New Revision: 106052 Modified: httpd/mod_aspdotnet/trunk/Apache.Web/Host.h Log: Eliminate a cut and paste error, and be a bit more pedantic in testing the source string lengths (use actual not origin strings.) Fixes a potential bug in host ta

svn commit: r105926 - httpd/mod_aspdotnet/branches/2.0.0 incubator/httpd/cli/branches/mod_aspdotnet/v2.0.0

2004-11-21 Thread wrowe
Author: wrowe Date: Fri Nov 19 19:10:14 2004 New Revision: 105926 Added: httpd/mod_aspdotnet/branches/2.0.0/ - copied from r105925, incubator/httpd/cli/branches/mod_aspdotnet/v2.0.0/ Removed: incubator/httpd/cli/branches/mod_aspdotnet/v2.0.0/ Log: Now move the 2.0.0 release branch o

svn commit: r105923 - httpd/mod_aspdotnet/trunk incubator/httpd/cli/trunk/mod_aspdotnet

2004-11-21 Thread wrowe
Author: wrowe Date: Fri Nov 19 19:07:12 2004 New Revision: 105923 Added: httpd/mod_aspdotnet/trunk/ - copied from r105922, incubator/httpd/cli/trunk/mod_aspdotnet/ Removed: incubator/httpd/cli/trunk/mod_aspdotnet/ Log: First, slide over the trunk from incubator/