Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5846d456 authored by Maksymilian Osowski's avatar Maksymilian Osowski
Browse files

Fixed the run_apache2.py script to use the correct mime.types file.

Change-Id: I0bd5870259b3f7de92d4996d1ebb83fdff126210
parent fddedbf9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -92,7 +92,8 @@ def main():
    "\""
  directives += " -c \"User ${APACHE_RUN_USER}\""
  directives += " -c \"Group ${APACHE_RUN_GROUP}\""
  directives += " -C \"TypesConfig " + os.path.join("/etc", "mime.types") + "\""
  directives += " -C \"TypesConfig " + \
    os.path.join(android_tree_root, http_conf_path, "mime.types") + "\""
  conf_file_cmd = " -f " + \
    os.path.join(android_tree_root, http_conf_path, "apache2-debian-httpd.conf")