在 XAMPP 的 Apache 服务器中应用 UserDir 指令
我想在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设你已经安装了 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