[Soks] Q: how to I change the default "home page" for WEBrick?

[Soks] Q: how to I change the default “home page” for WEBrick?

Copied from Email on Thu, 10 Mar 2005 06:20:28 -0500 from Bil Kleb (Bil.Kleb@nasa.gov)

Bil Kleb wrote:
> So our home page has been changed from "Home Page" to
> "ii Home Page".  But when you point a browser at the
> bare IP, e.g., http://localhost it expands to the old
> "Home Page".
> 
> Where is this set and can it be changed?  (and could
> it be changed automatically by AutomaticPageMover?)

Ah, found it in lib/soks-servlet.rb, View#service

  when "/"; redirect( response, "Home Page", 'view' ) # No page or verb given

This is the first thing that the new site owner did:
change the home page name!

The other questions about automating remain.

Regards,
--
Bil Kleb
http://fun3d.larc.nasa.gov
_______________________________________________
Soks-discuss mailing list
Soks-discuss@rubyforge.org
http://rubyforge.org/mailman/listinfo/soks-discuss

Edit this page or watch for changes using RSS.