XAMPP Apache无法启动 - php7ts.dll?

时间:2018-03-09 17:03:06

标签: apache xampp

我刚刚在Vista上安装了XAMMP 7.2.2,但无法启动Apache。每次,我都会收到以下错误消息:

«Apache 2正在开始...... htttpd.exe:C:/xampp/apache/conf/httpd.conf的第532行语法错误:C语言第17行语法错误:/xampp/apache/conf/extra/httpd-xampp.conf:无法加载/ xampp /php/php7ts.dll到服务器:找不到指定的过程。“»

php7ts.dll文件应该是它的位置。

httpd.conf的第532行说:«包含“conf / extra / httpd-xampp.conf”»。

第二个文件中的第17行(httpd-xampp.conf)说:“LoadFile”/xampp/php/php7ts.dll“»

我在Vista上安装了Visual C ++ 2017(x86)。

2 个答案:

答案 0 :(得分:0)

我解决了同样的问题。 在httpd.conf,httpd-ssl.conf,httpd-xampp.conf中替换所有路径后,完整路径如:

ServerRoot "d:/program_files/xampp/apache"

apache开始了。

答案 1 :(得分:0)

我必须下载 x86 线程安全的PHP 7.3.1版本,才能重新启动Apache。尽管在Windows 64位计算机上,x64不能与旧的(32位)Xampp安装一起使用。