質問編集履歴

2

試したことの末尾に新しい事項を追加

2020/05/05 03:20

投稿

ukinko
ukinko

スコア12

test CHANGED
File without changes
test CHANGED
@@ -210,6 +210,28 @@
210
210
 
211
211
 
212
212
 
213
+ #### cgiの実行言語をperlにしてみる(2020/05/05追加)
214
+
215
+ index.cgiを以下の通り変更
216
+
217
+ ```perl
218
+
219
+ #!/usr/bin/perl
220
+
221
+
222
+
223
+ print "Content-Type: text/html\n\n";
224
+
225
+ print "OK";
226
+
227
+ ```
228
+
229
+
230
+
231
+ ブラウザに「OK」と表示された
232
+
233
+ python3だとダメなのは何故なのか
234
+
213
235
 
214
236
 
215
237
  ### 捕捉

1

試したことの末尾にに新しい項目をひとつ追加

2020/05/05 03:20

投稿

ukinko
ukinko

スコア12

test CHANGED
File without changes
test CHANGED
@@ -192,6 +192,26 @@
192
192
 
193
193
 
194
194
 
195
+ #### index.cgiを直接実行してみる
196
+
197
+ ```
198
+
199
+ [xs186537@sv10203 rexia]$ python3 index.cgi
200
+
201
+ Content-Type: text/html
202
+
203
+
204
+
205
+
206
+
207
+ OK
208
+
209
+ ```
210
+
211
+
212
+
213
+
214
+
195
215
  ### 捕捉
196
216
 
197
217
  サーバー: Xserver