• eclipse+xdebug


    root@leeyoung-Satellite-M300:/etc/apache2/sites-available# nano 000-default.conf

    <IfModule dir_module>
            DirectoryIndex index.html index.php index.htm
            Alias /test "/home/leeyoung/workspace/test"
            <Directory /home/leeyoung/workspace/test>
            Options Indexes FollowSymLinks
            AllowOverride None
            Require all granted
            </Directory>
    </IfModule>

    加入到文件末尾

    root@leeyoung-Satellite-M300:/etc/apache2/sites-available# sudo /etc/init.d/apache2 restart

    本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。
  • 相关阅读:
    函数
    循环练习
    循环结构
    分支结构
    C语言关键字
    进制编码
    MAC/Xcode简单操作命令
    Hibernate
    Hibernate
    Hibernate
  • 原文地址:https://www.cnblogs.com/yuliyang/p/3623179.html
Copyright © 2020-2023  润新知