Patrick May wrote: > Quoting Ernest Ellingson <erne / powernav.com.remove.this>: > > >>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