apache, nginx, tor, fdisk
This commit is contained in:
13
packages/apache.shrap
Normal file
13
packages/apache.shrap
Normal 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")))
|
||||
Reference in New Issue
Block a user