summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2020-02-02 08:08:02 -0500
committerAaron Andersen <aaron@fosslib.net>2020-02-02 08:08:02 -0500
commite23ba2a1b0ec3d06c347c241042bd1e9f1fee074 (patch)
tree400b247ad9bca523e809e10ee5b6a32b59a01218 /pkgs/servers
parent0c960262d159d3a884dadc3d4e4b131557dad116 (diff)
downloadnixpkgs-e23ba2a1b0ec3d06c347c241042bd1e9f1fee074.tar
nixpkgs-e23ba2a1b0ec3d06c347c241042bd1e9f1fee074.tar.gz
nixpkgs-e23ba2a1b0ec3d06c347c241042bd1e9f1fee074.tar.bz2
nixpkgs-e23ba2a1b0ec3d06c347c241042bd1e9f1fee074.tar.lz
nixpkgs-e23ba2a1b0ec3d06c347c241042bd1e9f1fee074.tar.xz
nixpkgs-e23ba2a1b0ec3d06c347c241042bd1e9f1fee074.tar.zst
nixpkgs-e23ba2a1b0ec3d06c347c241042bd1e9f1fee074.zip
Revert "nixos/httpd: symlink apache configuration to /etc/httpd/httpd.conf for use in the apachectl command"
This reverts commit 336a6f471f1e40d4a440b4176c2a1b8db65fe007.
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/http/apache-httpd/2.4.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/servers/http/apache-httpd/2.4.nix b/pkgs/servers/http/apache-httpd/2.4.nix
index 252365098dd..d5da6df8d68 100644
--- a/pkgs/servers/http/apache-httpd/2.4.nix
+++ b/pkgs/servers/http/apache-httpd/2.4.nix
@@ -39,7 +39,6 @@ stdenv.mkDerivation rec {
   prePatch = ''
     sed -i config.layout -e "s|installbuilddir:.*|installbuilddir: $dev/share/build|"
     sed -i support/apachectl.in -e 's|@LYNX_PATH@|${lynx}/bin/lynx|'
-    sed -i support/apachectl.in -e 's|$HTTPD -t|$HTTPD -t -f /etc/httpd/httpd.conf|'
   '';
 
   # Required for ‘pthread_cancel’.