[ create a new paste ] login | about

Link: http://codepad.org/Kyyvavyc    [ raw code | fork ]

C, pasted on Mar 14:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<IfModule mod_ruby.c>
			<Directory /var/www/iliketech.ir/web>
				Options +ExecCGI
			</Directory>
			RubyRequire apache/ruby-run
			#RubySafeLevel 0
			AddType text/html .rb
			AddType text/html .rbx
			<Files *.rb>
				SetHandler ruby-object
				RubyHandler Apache::RubyRun.instance
			</Files>
			<Files *.rbx>
				SetHandler ruby-object
				RubyHandler Apache::RubyRun.instance
			</Files>
		</IfModule>


Create a new paste based on this one


Comments: