在 XAMPP 的 Apache 服务器中应用 UserDir 指令

发布于 2024-09-17 10:08:46 字数 88 浏览 2 评论 0原文

我想在 Apache 服务器中创建用户目录,也可以通过 FileZilla FTP 服务器访问该目录。如何创建这些指令,最重要的是如何将它们应用到 Apache?

I want to create user directories in an Apache server that are also accessible via the FileZilla FTP server. How do I create these directives and most importantly how do I apply them to Apache?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不回头走下去 2024-09-24 10:08:46

假设你已经安装了 mod_userdir,
在配置文件中添加以下内容:Userdir insert-directory-here
然后在主目录中创建 Userdir 行中指定的目录。
使用 http://localhost/~insert-directory-name-here 进行测试

assuming you have mod_userdir installed,
Add in your configuration files add the following: Userdir insert-directory-here
then create the directory specified in the Userdir line in the home directory.
Test out using http://localhost/~insert-directory-name-here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文