Alibaba CloudウィンドウサーバーWAMP環境構成

この記事はAlibaba Cloud windowsserver2019 サーバーに関するものです
リソースリンク:
Lan
Zuoyun
:(最初にVSをインストールする必要があります。それ以外の場合はエラーを報告します)VS開発コンポーネント:https://ww.lanzous.com/ibda0kj wamp:https://ww.lanzous .com / ibda10f
1.サーバー管理インターフェイスに入る/ネットワークとセキュリティ/セキュリティグループ/構成ルール
ポート80とポート3306を開きます
ここに画像の説明を挿入
2. Win + R入力mstscをリモートでサーバーに入力します
ここに画像の説明を挿入
3.上記の2つのリソースをサーバーにインストールします
4。 wampのインストール後に、Apacheコンポーネントのbimディレクトリのconfの下にあるhttpd.confを変更します。

<Directory "C:/Program Files/wamp/www/">
    #
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    #
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    #
    # The Options directive is both complicated and important.  Please see
    # http://httpd.apache.org/docs/2.4/mod/core.html#options
    # for more information.
    #
    Options Indexes FollowSymLinks

    #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    #   AllowOverride FileInfo AuthConfig Limit
    #
    AllowOverride all

    #
    # Controls who can get stuff from this server.
    #

#   onlineoffline tag - don't remove
    Require all granted
#   Order Deny,Allow
#  Require local
</Directory>

Apache
5を再起動します。インターネットアクセスサーバーのIP。インターフェイスは次のとおりです。ここに画像の説明を挿入

元の記事を11件公開 Like1 Visit 200

おすすめ

転載: blog.csdn.net/weixin_43919927/article/details/105510381