Rate This Document
Findability
Accuracy
Completeness
Readability

Installing Lighttpd by Using an RPM Package Obtained from a Mirror Site

The binary packages available at the Kunpeng mirror site are compiled based on the open source code, and do not involve vulnerability or bug fixes.

When using open source software, comply with the applicable license agreements.

openEuler does not support such an RPM package installation method.

  1. Obtain the RPM package of Lighttpd 1.4.53.
    1. Download the RPM package using a local browser.

      Download address: https://mirrors.huaweicloud.com/kunpeng/yum/el/7/aarch64/Packages/web/lighttpd-1.4.53-el7.aarch64.rpm

    2. Copy the RPM package to the /home directory on the server.

      If the server is connected to the Internet, you can run the wget command on the server to download the RPM package.

  2. Install Lighttpd.
    1
    rpm -ivh lighttpd-1.4.53-el7.aarch64.rpm
    

  3. The installed Lighttpd is in the /usr/local/lighttpd directory.
    1
    ls /usr/local/lighttpd