我可以停止使用
/etc/init.d/apache2 stop
Run Code Online (Sandbox Code Playgroud)
但是当我想使用以下方法再次启动它时:
/etc/init.d/apache2 start
Run Code Online (Sandbox Code Playgroud)
我收到此错误:
Starting web server apache2 /usr/sbin/apache2ctl: 87: ulimit: error setting limit (Operation not permitted)
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
(13)Permission denied: make_sock: could not bind to address [::]:80
(13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
Action 'start' failed.
The Apache error log may have more information.
[fail]
Run Code Online (Sandbox Code Playgroud) 根据本主题,我只是将 sda4 扩展为包含未分配的空间,我的问题是在创建 2 个新分区 sda7、sda8 后,是否需要将交换分区移动到磁盘的最右侧?(我真的不知道这一点,我在 youtube 上看到了一个将交换分区移动到右侧的剪辑)
谢谢。