Configure apache to support the apk ipk download method

  • 2020-05-07 20:50:22
  • OfStack

In apache server, support.apk and.ipk format file download, need to add the corresponding suffix in mime.types file, and then restart apache.
The specific operation is as follows:
Find the mime.types file, 1 in the \conf\ directory, and add the following:

application/vnd.android.package-archive         apk
application/vnd.webos.ipk   ipk

Save, restart apache, you can download.apk,.ipk files.

Related articles: