Apache2.4 server construction under Windows10

Because you want to use DASH as an experiment, you need to use Apache as a streaming media server. This article introduces the installation and configuration process of the Apache server

  1. First download the Apache server (http://httpd.apache.org/download.cgi#apache24) on the official website (httpd.apache.org/)
    Insert picture description here
    Insert picture description here
    Insert picture description here

  2. After decompressing the compressed package, get the Apache server project file and place it where you want to put it (I put it in D:/Apache24/)
    Insert picture description here

  3. Open readme_first.html and follow the steps to start the installation
    Insert picture description here
    Insert picture description here

  4. Start the installation according to the installation steps

    • Open the server configuration file (D:/Apache24/conf/httpd.conf) and modify the default path to the current path
      Insert picture description here

    • Run Dos as an administrator, cd to the bin directory under the Apache project and enter httpd.exe. The cursor keeps flashing on the next line, indicating that there is no problem
      Insert picture description here

    • Enter httpd -k install; httpd -k start to install and start the Apache server
      Insert picture description here

  5. Enter localhost in the browser window to open the web page. If there is any infringement after the installation
    Insert picture description here
    , please contact to delete it. If there is an error, please correct me, thank you

Guess you like

Origin blog.csdn.net/xiao_ma_nong_last/article/details/112388739