Search the web
Sign In
New User? Sign Up
vanilla-pudding · Vanilla is a simple hypertext system which subscribes to the Wiki philosophy.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
vanilla 0.3 -> 0.5 snip migration   Message List  
Reply | Forward Message #41 of 980 |
I have a little question... just had the time to move from 0.3 to 0.5...
looks good... but is there an easy way to migrate my snips (I haven't yet
tried to just drop my old files over the new files) to the new version?

btw: I noticed that you use a index.html file for redirecting the user to
/cgi-bin/vanilla.r

here is another way I use which is much easier in my opinion... Maybe you
want to use it in vanillaSBX 0.6 :)

just add this to httpd.conf:

#
# Redirecting to vanilla
#
RewriteEngine on
RewriteRule ^/$ /cgi-bin/vanilla.r [R]

and to increase security (on my notebook) I use:

<Directory "C:/Program Files/Apache Group/Apache/cgi-bin">
AllowOverride None
Options None
Order deny,allow
Deny from all
Allow from 127.0.0.1
</Directory>

I know that this is no longer really needed with the new security model but
I thought it might be helpful if anyone else needs it.

of course these examples are from my old installation so directory paths are
no longer correct with vanillaSBX...





Fri Nov 2, 2001 12:43 pm

g_poul
Offline Offline
Send Email Send Email

Forward
Message #41 of 980 |
Expand Messages Author Sort by Date

I have a little question... just had the time to move from 0.3 to 0.5... looks good... but is there an easy way to migrate my snips (I haven't yet tried to...
Gerhard Poul
g_poul
Offline Send Email
Nov 2, 2001
2:22 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help