只改etc下的httpd.conf文件中端口还是会启动失败,还要更改根目录下的xampp文件的
if testport 80
then
$GETTEXT -s "fail."
echo "XAMPP: " $($GETTEXT 'Another web server is already running.')
return 1
80 写死了,把80改成你要的端口一样
只改etc下的httpd.conf文件中端口还是会启动失败,还要更改根目录下的xampp文件的
if testport 80
then
$GETTEXT -s "fail."
echo "XAMPP: " $($GETTEXT 'Another web server is already running.')
return 1