質問編集履歴

1

文法の修正

2016/06/09 15:42

投稿

ssk
ssk

スコア332

test CHANGED
File without changes
test CHANGED
@@ -7,3 +7,45 @@
7
7
  Macを作っています。
8
8
 
9
9
  直し方も教えていただけると助かります><
10
+
11
+
12
+
13
+ Application log
14
+
15
+ ```
16
+
17
+ Starting all servers...
18
+
19
+ Starting MySQL Database...
20
+
21
+
22
+
23
+ Stopping all servers...
24
+
25
+ Stopping Apache Web Server...
26
+
27
+ /Applications/XAMPP/xamppfiles/apache2/scripts/ctl.sh : httpd stopped
28
+
29
+ Stopping ProFTPD...
30
+
31
+ Checking syntax of configuration file
32
+
33
+ /Applications/XAMPP/xamppfiles/proftpd/scripts/ctl.sh : proftpd stopped
34
+
35
+ Restarting all servers...
36
+
37
+ Starting MySQL Database...
38
+
39
+
40
+
41
+ Starting Apache Web Server...
42
+
43
+ /Applications/XAMPP/xamppfiles/apache2/scripts/ctl.sh : httpd started
44
+
45
+ Starting ProFTPD...
46
+
47
+ Checking syntax of configuration file
48
+
49
+ /Applications/XAMPP/xamppfiles/proftpd/scripts/ctl.sh : proftpd started
50
+
51
+ ```