<table class="bash">
<tr class="li1"><td class="ln"><pre class="de1">1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621 INPUT state NEW tcp tcp ACCEPT INPUT state NEW tcp tcp ACCEPT 把以上两行代码插入进去然后保存退出 重启防火墙 shell 安装工具 shell 换源是为了让下载速度更快 首先备份etcyum.repos.dCentOS-Base.repo shell shell shell shell 生成缓存 shell shell 重启系统 shell 重启成功重新进入系统后,好先更新一下现有的软件 shell 更新源 安装依赖库 apr 安装相关软件 gcc-c++ vsftpd zlib libxml2 libxml2-devel ncurses-devel libmcrypt libtool cmake pcre pcre-devel libevent openssl openssl-devel gd-devel bzip2-devel libcurl curl-devel python python-devel MysqL-devel expat-devel zlib-devel ncurses libtool-ltdl libtool-ltdl-devel mhash PHP-mcrypt lrzsz libicu-devel libmcrypt-devel exif libxpm-devel libXpm mbstring apr libjpeg libpng freetype 一、apache安装 注意的几点 .apache安装在usrappwebapache目录下 .apache将以www用户运行,而且将加入service开机自动运行 第一步安装 apr 和 apr-util shell shell shell shell shell shell shell shell shell shell shell shell shell shell 第二步:安装 apache 创建 用 户和 组 shell shell shell 下 载 apache shell shell 解压 并 进入 目 录 shell shell 将 configure 参 数及 详 情解 析 另存 为一 个 文件 , 以供 学习 参 考用 : .configure =usrlocalhttpd =most =worker =usrlocalapr =usrlocalapr-util 第三步:配置 简单 配 置 创建网站根目录 目录自己定义 shell shell shell 开始配置 先备份配置文件 shell shell 分别找到User和Group和ServerName 有注释的就去掉 内容修改如下 : User www Group www ServerName localhost: 找到modulesmod_rewrite.so把注释去掉 找到以下代码把里面的 DirectoryIndex index.html IfModule dir_module DirectoryIndex index.html IfModule 改成DirectoryIndex index.htm index.html index.PHP 测试配置文件是否改对 shell shell 如果显示 Syntax OK 就没问题,如果有错,错误信息会提示哪个文件哪一行有错误 在window下的浏览器输入linux的 会显示 It works 恭喜你apache安装成功 设为服务并开机自动运行 编 辑 shell 在第一行后面加入以下注释内容 修改的时间 找到 改成 usrlocalhttpdconfhttpd.conf 保存并启动 apache shell 将httpd设置为服务 shell 加入 启 动项 : shell shell 第四步:虚拟主机的配置 以下是虚拟主机配置(不配置虚拟主机的跳过此步骤) shell shell 找到httpd-vhosts.conf把注释去掉 找到以下代码然后注释掉 DocumentRoot Directory Options Indexes FollowSymLinks AllowOverride None Require all granted Directory 优化虚拟主机配置 在usrwebhttpdconfextrahttpd-vhosts.conf文件中配置虚拟主机 VirtualHost : ServerName localhost DocumentRoot Directory Require all granted 文件中的指令。 AllowOverride All Options-Indexes Directory VirtualHost 二、MysqL安装 第一步:一些约定和目录创建 .MysqL 将以 MysqL 用户 运 行, 而 且将 加入 service 开 机 自动 运 行 .MysqL 将被 安 装在 usrlocalMysqL 目录 下 .MysqL 默认 安 装使 用 utf8 字符集 .MysqL 的数 据 和日 志文 件 保存 在 usrlocalMysqLdata 目录 下 .MysqL 的配 置 文件 保存 于 usrlocalMysqLetcmy.cnf 创建MysqL组和用户 设置不允许登陆系统 MysqL && useradd -g MysqL MysqL -s /sbin/nologin 在usrlocalMysqL 建立 【data】、【tmp】、【log】、【etc】 个目 录 shellMysqL shellMysqL shell 解压MysqL包 shellMysqL-5.6.21.tar.gz && cd MysqL-5.6.21 执行Cmake编译MysqL指定安装目录,数据存放目录,配置文件存放目录,出现如下语句说明cmake成功 第二步:编译安装 cmake \ -DCMAKE_INSTALL_PREFIX=usrlocalMysqL \ -DMysqL_DATADIR=usrlocalMysqLdata \ =usrlocalMysqLetc \ -DWITH_MYISAM_STORAGE_ENGINE= \ -DMysqL_USER=MysqL \ -DWITH_INNOBASE_STORAGE_ENGINE= \ -DWITH_MEMORY_STORAGE_ENGINE= \ -DWITH_READLINE= \ -DMysqL_UNIX_ADDR=usrlocalMysqLtmp