<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Discuz! BBS - 服务器</title>
    <link>https://www.unicoder.cn/forum.php?mod=forumdisplay&amp;fid=93</link>
    <description>Latest 20 threads of 服务器</description>
    <copyright>Copyright(C) Discuz! BBS</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 16 May 2026 07:54:11 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.unicoder.cn/static/image/common/logo_88_31.gif</url>
      <title>Discuz! BBS</title>
      <link>https://www.unicoder.cn/</link>
    </image>
    <item>
      <title>腾讯云坑爹的lighthouse服务器</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=591</link>
      <description><![CDATA[● 这是腾讯云轻量应用服务器（Lighthouse），它预装了自己的 LAMP 环境，不是用 apt 安装的。

  说明

  - httpd — Apache 已经在运行了，是 Lighthouse 预装的，安装在非标准路径
  - cosfs — 腾讯云对象存储（COS）的挂载工具
  - 路径 /usr/local/lighthouse/sof ...]]></description>
      <category>服务器</category>
      <author>admin</author>
      <pubDate>Mon, 13 Apr 2026 21:23:39 +0000</pubDate>
    </item>
    <item>
      <title>apache2 由于端口占用启动失败</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=585</link>
      <description><![CDATA[端口冲突。
从日志 AH00072: make_sock: could not bind to address [::]:80 和 (98)Address already in use 可以看出，Apache 无法启动是因为 80 端口（HTTP 默认端口）已经被其他程序占用了。
1. 查找占用 80 端口的进程
使用 lsof 或 netstat 命令查看是谁占用了端口 ...]]></description>
      <category>服务器</category>
      <author>admin</author>
      <pubDate>Sat, 11 Apr 2026 19:20:47 +0000</pubDate>
    </item>
    <item>
      <title>Uvicorn简介</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=533</link>
      <description><![CDATA[Uvicorn 是一个‌异步服务器网关接口（ASGI）服务器‌，用于在 Python 中高效运行异步 Web 应用程序。它基于高性能库 ‌uvloop‌（替代标准事件循环）和 ‌httptools‌（快速 HTTP 解析），专为处理高并发 I/O 密集型任务设计。‌


‌核心功能与特点：‌ Uvicorn 作为 ...]]></description>
      <category>服务器</category>
      <author>admin</author>
      <pubDate>Sat, 03 Jan 2026 20:18:50 +0000</pubDate>
    </item>
    <item>
      <title>ubuntu 20.04 安装apache2</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=318</link>
      <description><![CDATA[在Ubuntu 20.04上安装Apache2的步骤非常简单

安装Apache2：

安装完成后，启动Apache服务：

（可选）启用Apache服务，以便在系统启动时自动启动：

可以通过运行以下命令来检查Apache服务的状态：
sudo systemctl status apache2
现在可以通过访问服务器的IP地址或域 ...]]></description>
      <category>服务器</category>
      <author>admin</author>
      <pubDate>Fri, 27 Dec 2024 12:26:42 +0000</pubDate>
    </item>
    <item>
      <title>安装https到现有网站（apache）</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=153</link>
      <description><![CDATA[300  sudo apt install certbot 
  301  sudo apt install python3-certbot-apache
  116  certbot --apache
  121  cerbot install --cert-name home.unicoder.cn
  122  certbot install --cert-name blog.unicoder.cn
  123  reboot now
  126  certbot renew --dr]]></description>
      <category>服务器</category>
      <author>admin</author>
      <pubDate>Sun, 27 Aug 2023 03:29:21 +0000</pubDate>
    </item>
  </channel>
</rss>