From de6cf672b477b3e73df4bb2d70f7054d5a51b5ee Mon Sep 17 00:00:00 2001 From: Ella Stanforth Date: Thu, 11 May 2023 06:56:23 +0000 Subject: [PATCH] set httpd home --- etc/init.d/httpd/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/init.d/httpd/run b/etc/init.d/httpd/run index 3e3d33d..0297343 100755 --- a/etc/init.d/httpd/run +++ b/etc/init.d/httpd/run @@ -1,2 +1,2 @@ #!/bin/sh -exec httpd -f -u http +exec httpd -f -u http -h /srv/http