I haven't researched this one yet and I thought someone might be able to give me a head start, or a point in the right direction.
I would like to share cgi-scripts between virtual sites. Is there an easy way to do this?
Let's say maindomain.com is the name for my RAQ. My cgi would NOT be installed on this domain name...
I want to install cgi.pl on domain1.com and be able to access it from domain2.com.
So I would have:
http://www.domain1.com/cgi-bin/cgi.pl installed on domain1.
Is there a way I can access the same Perl from:
http://www.domain2.com/cgi-bin/cgi.pl ???
Or should I just install copies on each virtual site if my software license allows that, and I don't believe it does.
I thought there might be a cool way to alias the domain names and/or directories on the RAQ...???
I hope I have explained this well enough to give you guru's enough info... Thanks in advance for any advice...