您好,有谁能告诉我关于apache2的问题? 在我创建一个虚拟主机后,我只是在ubuntu中启用它作为这个命令行" sudo a2ensite dev.codeigniter.com.conf"并且文件包含"
ServerAdmin pkayjava@gmail.com
DocumentRoot /opt/php/dev.codeigniter.com
ServerName dev.codeigniter.com
AssignUserID visalthorn socheat
<Directory />
Options FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
Require all granted
</Directory>
ErrorLog /var/log/apache2/dev.codeigniter.com-error.log
LogLevel warn
CustomLog /var/log/apache2/dev.codeigniter.com-access.log combined
&#34 ;. 然后我必须通过这个命令行重新启动apache2&#34; sudo service apache2 restart&#34;它会显示错误,因为控制进程退出并显示错误代码,因此apache2.service的作业失败。请参阅&#34; systemctl status apache2.service&#34;和&#34; journalctl -xe&#34;详情。&#34;我尝试启用其他虚拟主机,它发生相同的错误。感谢
答案 0 :(得分:0)
尝试运行
apache2ctl configtest
查看您是否有任何配置错误。
请参阅:https://askubuntu.com/questions/629995/apache-not-able-to-restart