wangkangluo1


       编辑  \xampp\apache\conf\httpd.conf

1   http根目录修改

将  DocumentRoot "G:/htdocs/"    
                <Directory "G:/htdocs/">
 
            改为你的地址

 

2.  路径映射到端口

   <VirtualHost *:80>
       ProxyPass /ssh http://localhost:5678/
       ProxyPass /vnc http://localhost:8080/guacamole/
    </VirtualHost>

 

3.  目录索引功能

 参考:http://5875334.blog.163.com/blog/static/1333368442009102555453794/

http://itopm.com/archives/2010/02/27/custom-apache-index-of-directory.shtml

    <Directory /youpath>
       Options Indexes FollowSymLinks

      IndexOptions Charset=utf-8

    </Directory>

 

分类:

技术点:

相关文章:

  • 2021-11-03
  • 2022-03-02
  • 2021-09-06
  • 2021-11-15
  • 2021-11-28
  • 2022-01-10
  • 2021-08-18
  • 2021-06-05
猜你喜欢
  • 2021-08-05
  • 2021-07-30
  • 2021-12-18
  • 2021-06-17
  • 2021-07-10
  • 2021-12-19
  • 2021-11-28
相关资源
相似解决方案