punkish has asked for the wisdom of the Perl Monks concerning the following question:
How do I configure Alias /lib /path/to/lib for Starman?
I store all my JavaScript libraries under /path/to/lib, and an Alias as above in my httpd.conf allows me to include these JS files within my various VirtualHost configurations no matter what their base URL.
I can't figure out how to accomplish the same effect with Starman, and I can't find any documentation for this as well. Any help would be much appreciated, even if it means learning that this can't be done.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Configuring Starman a la Apache
by Corion (Patriarch) on Mar 07, 2011 at 15:15 UTC | |
Re: Configuring Starman a la Apache
by Your Mother (Archbishop) on Mar 07, 2011 at 17:13 UTC | |
by Anonymous Monk on Mar 07, 2011 at 21:30 UTC | |
Re: Configuring Starman a la Apache
by Anonymous Monk on Mar 07, 2011 at 15:23 UTC | |
Re: Configuring Starman a la Apache
by miyagawa (Chaplain) on May 08, 2011 at 09:51 UTC |