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
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.
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
3 matches
Mail list logo