Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 7800 Details for
Bug 14892
mod_ruby-1.0.4.ebuild (update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
20_mod_ruby.conf
20_mod_ruby.conf (text/plain), 1.73 KB, created by
Simon ARNAUD
on 2003-01-31 23:46:38 UTC
(
hide
)
Description:
20_mod_ruby.conf
Filename:
MIME Type:
Creator:
Simon ARNAUD
Created:
2003-01-31 23:46:38 UTC
Size:
1.73 KB
patch
obsolete
># Note: /usr/lib/apache2-extramodules/mod_ruby.so is just an example. ># You should specify the correct path to mod_ruby.so. >LoadModule ruby_module /usr/lib/apache2-extramodules/mod_ruby.so > ># # If ClearModuleList is used in your httpd.conf, you should use AddModule ># # to activate the ruby module. ># AddModule mod_ruby.c > ># If the ruby module is installed, this will be enabled. ><IfModule mod_ruby.c> > # for Apache::RubyRun > RubyRequire apache/ruby-run > > # # for Apache::RubyDebug > # # To allow debugging output on scripts > # RubyRequire apache/ruby-debug > > # exec files under /ruby as ruby scripts. > <Location /ruby> > SetHandler ruby-object > RubyHandler Apache::RubyRun.instance > Options ExecCGI > </Location> > > # exec *.rbx as ruby scripts. > <Files *.rbx> > Options ExecCGI > SetHandler ruby-object > RubyHandler Apache::RubyRun.instance > </Files> > > # # exec *.rbxd as ruby scripts with debug output. > # <Files *.rbxd> > # Options ExecCGI > # SetHandler ruby-object > # RubyHandler Apache::RubyDebug.instance > # </Files> > > # # for Apache::ERubyRun > # RubyRequire apache/eruby-run > # > # # handle files under /eruby as eRuby files by eruby. > # <Location /eruby> > # SetHandler ruby-object > # RubyHandler Apache::ERubyRun.instance > # Options ExecCGI > # </Location> > # > # # handle *.rhtml as eruby files. > # <Files *.rhtml> > # SetHandler ruby-object > # RubyHandler Apache::ERubyRun.instance > # </Files> > > # # for Apache::ERbRun > # RubyRequire apache/erb-run > # > # # handle files under /erb as eRuby files by ERb. > # <Location /erb> > # SetHandler ruby-object > # RubyHandler Apache::ERbRun.instance > # Options ExecCGI > # </Location> > > # # for debug > # RubyRequire auto-reload ></IfModule>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 14892
:
7798
|
7799
| 7800