changeset 1901:70b36751161d

merge
author KAMADA Kei <c110206@f.koeki-u.ac.jp>
date Fri, 15 Feb 2013 23:50:54 +0900
parents 772410525259 (current diff) 6db2f5156b18 (diff)
children e2bdfa84e787
files
diffstat 3 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.htaccess	Fri Feb 15 23:50:27 2013 +0900
+++ b/.htaccess	Fri Feb 15 23:50:54 2013 +0900
@@ -1,1 +1,3 @@
+AddHandler server-parsed html
+Options +Includes
 AddType "text/html; charset=euc-jp" .html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bus_cgi/.htaccess	Fri Feb 15 23:50:54 2013 +0900
@@ -0,0 +1,2 @@
+AddHandler	cgi-script		.rb
+Options		+ExecCGI
--- a/bus_cgi/daigaku.rb	Fri Feb 15 23:50:27 2013 +0900
+++ b/bus_cgi/daigaku.rb	Fri Feb 15 23:50:54 2013 +0900
@@ -1,4 +1,4 @@
-#!/usr/koeki/bin/ruby
+#!/usr/bin/env ruby
 #coding: euc-jp
 
 require 'cgi'

yatex.org