xampp套件下载地址:https://www.apachefriends.org/index.html
# 安全性及FTP/MysqL密码设置
/opt/lampp/lampp security
# 关闭443端口
/opt/lampp/lampp disablessl
MysqL配置:
vim /opt/lampp/etc/extra/httpd-xampp.conf
# since XAMPP 1.4.3 <Directory "/opt/lampp/PHPmyadmin"> AllowOverride AuthConfig Limit #Require local Require all granted ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var </Directory>
2、修复问题:
vim /opt/lampp/PHPmyadmin/config.inc.PHP
/** * This is needed for cookie based authentication to encrypt password in * cookie. Needs to be 32 chars long. */ $cfg['blowfish_secret'] = 'xamppasdfghjklpoiuytrewqazxcvbnm'; /* YOU SHOULD CHANGE THIS FOR A MORE SECURE COOKIE AUTH! */
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。