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
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
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
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://
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
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
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
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
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
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
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
On page
http://httpd.apache.org/cli/
There is no archive for the
cli users list.
Jeff
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
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
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
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
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
==
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/
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 =
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
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
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
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
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/
24 matches
Mail list logo