Use httpd-php cipd package for Linux and Fuchsia

On some linux distributions, the system httpd does not support mod_php.
With this change, we will use self built httpd, thus remove the
dependency on the os.

Bug: 1155141
Change-Id: Ifc5ec97316f0b27f1cf2e72704226121d242a24f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3547098
Reviewed-by: Xianzhu Wang <[email protected]>
Reviewed-by: Erik Staab <[email protected]>
Commit-Queue: Weizhong Xia <[email protected]>
Cr-Commit-Position: refs/heads/main@{#987753}
diff --git a/BUILD.gn b/BUILD.gn
index 4b227ce5..638981f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1210,6 +1210,10 @@
       ]
     }
 
+    if (is_linux || is_fuchsia) {
+      data += [ "//third_party/apache-linux/" ]
+    }
+
     if (is_android) {
       data += [
         "//third_party/catapult/",