apache, nginx, tor, fdisk

This commit is contained in:
2026-02-21 18:03:07 +01:00
parent 6559569986
commit 917ffadc6a
17 changed files with 114 additions and 17 deletions

13
packages/apache.shrap Normal file
View File

@@ -0,0 +1,13 @@
(package
(name "apache")
(version "2.4.66")
(homepage "https://httpd.apache.org/")
(dependencies libpcre2 libapr-util curl libnghttp2 libjansson)
(src (tar
(url "https://dlcdn.apache.org/httpd/httpd-2.4.66.tar.gz")
(dir "httpd-2.4.66")
(blake3 "5e85077659e0afb6e51ba017b6a8807b74b53be28bd7d4e9e1821c96600b1fb2")))
(build
(configure_make
(configure_flags "--enable-ssl --enable-mods-shared=\"all cgi\""))
(shell "sed -i 's|^#LoadModule ssl_module|LoadModule ssl_module|' /usr/conf/httpd.conf")))