Re: [cli-users] Running from a virtual root

2005-03-28 Thread William A. Rowe, Jr.
At 08:39 AM 3/28/2005, [EMAIL PROTECTED] wrote: >I actually am able to get that to work effortlessly. All I have to do is to >add the following line in the http.conf. > >AspNetMount / "c:/test" >String* Apache::Web::WorkerRequest::GetAppPath(void) >{ >if( (host->GetVirtualPath())->L

Re: [cli-users] Running from a virtual root

2005-03-28 Thread Mei . Snyder
== 0 )  //I added these three lines                 return "/";         else                 return host->GetVirtualPath(); } Hope this helps. --Mei Chris Waldron <[EMAIL PROTECTED]> 03/26/2005 03:13 PM Please respond to [EMAIL PROTECTED] To [EMAIL PROTECTED

Re: [cli-users] Running from a virtual root

2005-03-26 Thread Chris Waldron
Thanks William, This is exactly what I am expirencing. When I would designate the root directory (/) to be mapped to the virtual directory Apache would fail. Thus this is a known issue. I thought I was misunderstanding something. I even tried using double slashes thinking I could trick

Re: [cli-users] Running from a virtual root

2005-03-22 Thread William A. Rowe, Jr.
At 01:38 AM 3/22/2005, William A. Rowe, Jr. wrote: >Sure you should be able to do this. The problem is with path name >parsing. When /test/ is mapped to c:/myapp/ everything is fine, even >when we strip off the patches (System.Web.Hosting does). Patches? I ment trailing slashes, sorry. So for

Re: [cli-users] Running from a virtual root

2005-03-22 Thread William A. Rowe, Jr.
Sure you should be able to do this. The problem is with path name parsing. When /test/ is mapped to c:/myapp/ everything is fine, even when we strip off the patches (System.Web.Hosting does). Now it gets tricky because when the path gets stripped off, the uri of / mapped to c:/myapp/ disappears

Re: [cli-users] Running from a virtual root

2005-03-22 Thread Chris Waldron
I asked this question some time ago but never received an answer. I would like to run ASP.NET applications on from a single IP address whereby the IP Address is mapped to server virtual directories. I would like to be able to designate a separate virtual root directory for each application and