From: Ernest Ellingson Date: 2005-10-25T04:37:02+09:00 Subject: Re: mod_ruby and rubygems Patrick May wrote: > Quoting Ernest Ellingson : > > >>I'm running into a security error when I require 'rubygems' >>in an .rbx file. >> >>Since mod_ruby defaults to a $SAFE=1 and one can't lower $SAFE by >>assignment, How does one overcome this security problem? > > > Are you running your own server? Can you use: > > http://wiki.modruby.net/en/?ApacheDirectives#RubySafeLevel+level > > Cheers, > > Patrick > > > Thanks Patrick. I went to the wiki saw the directive. Made the change and voila everythings working. Thanks also for the url for the wiki. Thanks again, Ernie