Darren Vollmer wrote:

> I have some scripts running on a unix machine.
> perl scripts are run from a subdirectory (cgi-bin).  How
> do I get the website to show cgi-bin/index.pl whenever someone
> visits the sites root.
> 
> ie,
> www.somesite.com would actually point to www.somesite.com/cgi-bin/index.pl
> 
> I tried a symbolic link but that didnt seem to work.


For Apache:

DirectoryIndex cgi-bin/index.pl index.html


-- 
   ,-/-  __      _  _         $Bill Luebkert   ICQ=14439852
  (_/   /  )    // //       DBE Collectibles   Mailto:[EMAIL PROTECTED]
   / ) /--<  o // //      http://dbecoll.tripod.com/ (Free site for Perl)
-/-' /___/_<_</_</_     Castle of Medieval Myth & Magic http://www.todbe.com/

_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to