xammp环境配置
Posted suxiaolong
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xammp环境配置相关的知识,希望对你有一定的参考价值。
xammp 配置修改 apache/conf/httpd.conf DocumentRoot "E:/111www2" #修改目录 <Directory "E:/111www2"> apache/conf/extra/httpd-vhosts.conf <VirtualHost *:80> #修改虚拟域名 ServerAdmin dev.xhadmin.com DocumentRoot "E:/111www2/xhadmin/public" ServerName dev.xhadmin.com ServerAlias dev.xhadmin.com ErrorLog "logs/dummy-host.example.com-error.log" CustomLog "logs/dummy-host.example.com-access.log" common </VirtualHost> C:WindowsSystem32driversetchosts 127.0.0.1 dev.xhadmin.com #修改host php/ext 里面放入PHP的扩展 php.ini extension=php_igbinary.dll #添加扩展信息 extension=php_redis.dll extension=php_pdo.dll extension=php_pdo_mysql.dll redis扩展下载和本地redis服务安装 E:111gongji edis64bit64bit edis-server.exe php7.3配置redis https://www.cnblogs.com/dayue/p/9522467.html https://windows.php.net/downloads/pecl/releases/igbinary/2.0.8/ https://windows.php.net/downloads/pecl/releases/redis/4.2.0/
以上是关于xammp环境配置的主要内容,如果未能解决你的问题,请参考以下文章