Re: Script Alias Directive in Apache

2002-12-26 Thread Gary Turner
Michael Olds wrote: > >From what I have read also, what I have should be working. > >Could I use: Script Alias /www.firstuser.com/cgi-bin/ >"/www/usr/public_html/cgi-local" > Script Alias /www.seconduser.com/cgi-bin/ >"/www/usr2/public_html/cgi-local" > >I guess what I don't underst

RE: Script Alias Directive in Apache

2002-12-26 Thread Michael Olds
Thank you for this response. > ScriptAlias /cgi-bin/ "/www/usr/public_html/cgi-local/" > ScriptAlias /cgi-bin/ "/www/usr2/public_html/cgi-local/" This won't work. ScriptAlias works just like Alias, doing this tries to assign the same URI to two different directories. Ok, these are commented out.

Re: Script Alias Directive in Apache

2002-12-26 Thread Michael Heironimus
On Thu, Dec 26, 2002 at 02:14:47PM -0800, Michael Olds wrote: > ScriptAlias /cgi-bin/ "/www/usr/public_html/cgi-local/" > ScriptAlias /cgi-bin/ "/www/usr2/public_html/cgi-local/" This won't work. ScriptAlias works just like Alias, doing this tries to assign the same URI to two different directorie

Script Alias Directive in Apache

2002-12-26 Thread Michael Olds
Hello, Can someone tell me how to configure Appache to allow two separate users to have their own cgi-bins? I have read two books, the Apache docs and done some googling around and I can't find an example of how to set up two different virtual hosts with separate cgi-bins. Can anyone give me the