apache_conf Linux + Visual Studio Code + Docker

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf Linux + Visual Studio Code + Docker相关的知识,希望对你有一定的参考价值。

# Configurations

`php.ini` file configuration to docker:

```
xdebug.idekey = "VSCODE"
xdebug.remote_enable = 1
xdebug.remote_autostart = 1
xdebug.remote_port = 9000
xdebug.remote_host = <ip-of-docker0-bridge-network>
```

`launch.json` file configuration to vscode-php

```
...
  "port": 9000,
    "pathMappings": {
      "/var/www/src": "${workspaceRoot}/src",
      "/var/www/src/app": "${workspaceRoot}/src/app"
    }
  },
...
```

以上是关于apache_conf Linux + Visual Studio Code + Docker的主要内容,如果未能解决你的问题,请参考以下文章

apache_conf [linux:.htaccess] apache的htaccess说明。 #linux #apache

apache_conf Linux + Visual Studio Code + Docker

apache_conf Configuraçãoninicial做Linux Debian

visua studio 自定义路径宏

win10 64位 python3.6 django1.11 MysqlDB No module named 'MySQLdb' 安装MysqlDB报错 Microsoft Visua

为 Linux 系统构建 Visual Studio 项目