码头守护进程日志-bash: /var/log/daemon.log: No such file or directory513025a7e2cc7d265150272e321589ec1e0ebd381296890c60f4754de2e93faa): Error starting userland proxy: listen tcp 0.0.0.0:80
entrospace.nilebasin.org apachectl[10297]: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80apachectl[10297]: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
我正在寻找在端口80上部署我的Play-Framework1.0应用程序的方法。因此,首先我使用'dist‘命令创建了zip文件,然后解压缩它。当我运行命令lauch应用程序(play-java-1.0-SNAPSHOT/bin/play-java -Dhttp.port=80 -Dhttp.adresse=127.0.0.1)时,我得到以下错误:
[error] p.c.s.NettyServer - Failed to listen for HTTP on /0.0.0.0:80
我安装了XAMPP Linux 1.8.2并尝试启动服务器(/opt/lampp/lampp start),它的响应如下XAMPP: Starting Apache...fail.XAMPP: Starting MySQL...ok.XAMPP: Another FTP daemon is already running.
我不能打开localhost,xam