08 2021 档案

摘要:1 # 2 # This is the main Apache HTTP server configuration file. It contains the 3 # configuration directives that give the server its instructions. 4 阅读全文
posted @ 2021-08-03 19:38 Σωκράτης 阅读(54) 评论(0) 推荐(0)
摘要:官方下载 使用Apache作为服务器,需要下载Thread Safe版本 2.在C盘根部新建PHP8文件夹,把php-8.0.9-Win32-vs16-x64.zip解压到该目录下 3.编辑php.ini配置文件 1 #第一处 2 ; On windows: 3 ;extension_dir = " 阅读全文
posted @ 2021-08-03 13:20 Σωκράτης 阅读(117) 评论(0) 推荐(1)
摘要:(一)安装Apache服务器 1. 官方下载 2.解压httpd-2.4.48-win64-VS16.zip到C盘根目录,设置文件夹权限 3.找到该文件,打开编辑 4.修改配置文件 1 #第一处 2 Define SRVROOT "/Apache24" #这里将/Apache24改为Apache24 阅读全文
posted @ 2021-08-02 23:55 Σωκράτης 阅读(111) 评论(0) 推荐(0)