我可以在随机端口上启动 httpd 吗?

Can I start httpd on a random port

是否可以将 http 配置为在随机端口上启动? 而不是给 Listen 80,像 Listen * 然后它在一个随机端口上监听?

不行,需要指定端口。