Php AMPPS域面板添加域名错误

Php AMPPS域面板添加域名错误,php,apache,ssl,ampps,addon-domain,Php,Apache,Ssl,Ampps,Addon Domain,3.8 MySQL连接被拒绝,已在Win10 x64中使用AMPPS 3.9卸载并重新安装 但是,尝试通过AMPPS面板在localhost中添加域“”时返回消息“Error”。除了“错误”之外,加载图标还在持续旋转 既没有在域面板中添加条目,也没有在主机文件AMPS的条目中添加条目。甚至Windows主机文件也无法添加域。我们已交叉检查报告的错误,该错误在重写添加的域时失败 本地主机名解析在DNS本身内处理。在主机文件中手动添加域名“example.com”,因为它在AMPPS域面板中失败

3.8 MySQL连接被拒绝,已在Win10 x64中使用AMPPS 3.9卸载并重新安装

但是,尝试通过AMPPS面板在localhost中添加域“”时返回消息“Error”。除了“错误”之外,加载图标还在持续旋转

既没有在域面板中添加条目,也没有在主机文件AMPS的条目中添加条目。甚至Windows主机文件也无法添加域。我们已交叉检查报告的错误,该错误在重写添加的域时失败

本地主机名解析在DNS本身内处理。在主机文件中手动添加域名“example.com”,因为它在AMPPS域面板中失败 主机文件配置

127.0.0.1    localhost
::1          localhost
127.0.0.1    example.com ### added manually
由于主机文件未能重写配置,我们添加了example.com并尝试了相同的方法,但未能填充项目

但是,我们检查了AMPPS根/www,发现域“www/example.com”已添加上述错误

但是,当您通过安装程序成功安装应用程序时,安装的项目url不起作用

接下来,我们成功地在AMPS中的管理URL“”softaculous处安装了该项目,但链接报告了错误

错误示例域 此域用于文档中的示例。您可以在未经事先协调或请求许可的情况下在文献中使用此域。 AMPPS 3.8中的情况并非如此,它在没有问题的情况下添加和删除了域。由于AMPPS 3.8,我们不得不面对的唯一问题是它在PHPmyAdmin中登录,无法使用my.conf中相同的密码“msyql”连接,但PHPmyAdmin没有接受,并且感到沮丧,直到一周前,由于PHPmyAdmin 1045访问被拒绝错误,我们刚刚卸载了AMPPS 3.8(丢失给项目)

然后我们安装了AMPPS 3.9 x64位(但安装为x32)

但域插件的Ampps 3.9在三次之后仍然存在此问题。请重新安装

我们已经检查了在E:\Ampps\conf\httpd.conf中具有以下配置的配置

同样,相同的目录配置重复使用不同的参数,这似乎是冲突

Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
Order allow,deny
Deny from all
Satisfy All
LogLevel warn
本地主机虚拟主机
Options FollowSymLinks Indexes
AllowOverride All
Order deny,allow
allow from All
ServerName localhost
ServerAlias localhost 127.0.0.1
ScriptAlias /cgi-bin/ "{$path}/www/cgi-bin/"
DocumentRoot "{$path}/www"
ErrorLog "{$path}/apache/logs/error.log"
CustomLog "{$path}/apache/logs/access.log" combined
安全(SSL/TLS)连接 虚拟主机 我们已经检查了虚拟主机配置,在E:\Ampps\apache\conf\extra\httpd-vhosts.conf处有以下配置

不编辑,由AMPS创建 example.com虚拟主机
Options FollowSymLinks Indexes
AllowOverride All
Order deny,allow
allow from All

ServerName example.com
ServerAlias example.com
ScriptAlias /cgi-bin/ "E:/Ampps/www/example.com/cgi-bin/"
DocumentRoot "E:/Ampps/www/example.com"
ErrorLog "E:/Ampps/apache/logs/example.com.err"
CustomLog "E:/Ampps/apache/logs/example.com.log" combined
# example.com SSL条目
Options FollowSymLinks Indexes
AllowOverride All
Order deny,allow
allow from All

ServerName example.com
ServerAlias example.com
ScriptAlias /cgi-bin/ "E:/Ampps/www/example.com/cgi-bin/"
DocumentRoot "E:/Ampps/www/example.com"
SSLEngine on
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateFile "E:\Ampps/apache/conf/ssl_crt/example.com.crt"
SSLCertificateKeyFile "E:\Ampps/apache/conf/ssl_key/example.com.key"
ErrorLog "E:/Ampps/apache/logs/example.com_ssl_error.log"
TransferLog "E:/Ampps/apache/logs/example.com_ssl_access.log"
SSLOptions +StdEnvVars
SSLOptions +StdEnvVars

BrowserMatch ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
CustomLog "E:/Ampps/apache/logs/example.com_ssl_request.log" \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
# 您的好意将因为解决方案提供有价值的反馈而受到高度重视

Include conf/extra/httpd-vhosts.conf

SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
Options FollowSymLinks Indexes
AllowOverride All
Order deny,allow
allow from All

ServerName example.com
ServerAlias example.com
ScriptAlias /cgi-bin/ "E:/Ampps/www/example.com/cgi-bin/"
DocumentRoot "E:/Ampps/www/example.com"
ErrorLog "E:/Ampps/apache/logs/example.com.err"
CustomLog "E:/Ampps/apache/logs/example.com.log" combined
Options FollowSymLinks Indexes
AllowOverride All
Order deny,allow
allow from All

ServerName example.com
ServerAlias example.com
ScriptAlias /cgi-bin/ "E:/Ampps/www/example.com/cgi-bin/"
DocumentRoot "E:/Ampps/www/example.com"
SSLEngine on
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateFile "E:\Ampps/apache/conf/ssl_crt/example.com.crt"
SSLCertificateKeyFile "E:\Ampps/apache/conf/ssl_key/example.com.key"
ErrorLog "E:/Ampps/apache/logs/example.com_ssl_error.log"
TransferLog "E:/Ampps/apache/logs/example.com_ssl_access.log"
SSLOptions +StdEnvVars
SSLOptions +StdEnvVars

BrowserMatch ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
CustomLog "E:/Ampps/apache/logs/example.com_ssl_request.log" \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"