質問編集履歴

1

指摘を受けての内容のさらなる充実化・詳細化

2022/11/15 08:00

投稿

SRSH
SRSH

スコア0

test CHANGED
File without changes
test CHANGED
@@ -23,5 +23,13 @@
23
23
  ```
24
24
  [Tue Nov 15 14:25:44.420680 2022] [cgi:error] [pid 13060:tid 1872] (OS 2)指定されたファイルが見つかりません。 : [client ::1:49258] AH01223: couldn't spawn child process: C:/xampp/htdocs/dev/main.cgi
25
25
  ```
26
+ *追記
27
+ ご指摘がありましたPHPなどに関してですが、HTML・PHP・pythonに関しては簡単なサンプルコードによって出力が正しくされることを確認しております。
26
28
 
29
+ httpd.confにおけるDocumentRootに関する記述は以下の通りになっています。
30
+ ### (DocumentRoot)
31
+ ```
32
+ DocumentRoot "C:/xampp/htdocs"
33
+ <Directory "C:/xampp/htdocs">
34
+ ```
27
35