jjxhp

apache服务器

<VirtualHost *:81>
    ServerAdmin webmaster@example.com
    DocumentRoot "/data/file"
    ServerName 4f39a990.www.file.com
    ServerAlias www.file.com 47.37.178.39

    ErrorLog ${APACHE_LOG_DIR}/error_log
    CustomLog ${APACHE_LOG_DIR}/access_log combined

    <Directory "/data/file">
        Options Indexes FollowSymLinks MultiViews
        AllowOverride None
        Order allow,deny
        allow from all
    </Directory>
</VirtualHost>

未完,后续更新。。

分类:

技术点:

相关文章:

  • 2021-11-28
  • 2021-11-28
  • 2021-11-28
  • 2021-12-06
  • 2022-01-13
  • 2021-04-07
  • 2021-10-17
  • 2021-04-29
猜你喜欢
  • 2021-11-11
  • 2021-12-13
  • 2021-07-10
  • 2022-12-23
  • 2021-11-30
  • 2021-12-08
相关资源
相似解决方案