about summary refs log tree commit diff
path: root/nixos/modules/services/web-servers/apache-httpd
AgeCommit message (Expand)AuthorFilesLines
2024-04-13nixos: remove all uses of lib.mdDocstuebinm3-53/+52
2023-11-27treewide: use `mkPackageOption`h7x41-16/+2
2022-12-17nixos: fix typosfigsoda1-1/+1
2022-11-13php: switch to `nts` by defaultPol Dellaiera1-1/+8
2022-10-21nixos/httpd: Make option adminAddr optionalJonas Heinrich1-3/+4
2022-08-31nixos/*: convert straggler options to MDpennae1-4/+4
2022-08-31nixos/*: convert options with admonitions to MDpennae2-19/+17
2022-08-31nixos/*: automatically convert option descriptionspennae1-3/+3
2022-08-19nixos/*: mark pre-existing markdown descriptions as mdDocpennae1-1/+1
2022-08-06nixos/*: automatically convert option docspennae2-64/+64
2022-08-03nixos/*: normalize link formatpennae1-4/+2
2022-08-03nixos/*: replace <replaceable>s with «thing»pennae1-1/+1
2022-07-30treewide: automatically md-convert option descriptionspennae1-7/+7
2022-04-01nixos/logrotate: convert to freeformDominique Martinet1-13/+8
2022-01-08nixos/acme: ensure web servers using certs can access themWinter1-1/+7
2021-12-26nixos/acme: Add defaults and inheritDefaults optionLucas Savva2-5/+15
2021-10-04nixos/doc: clean up defaults and examplesNaïm Favier2-8/+15
2021-08-22nixos/httpd: add none option to logFormatDaniel Șerbănescu1-1/+1
2021-08-20nixos/httpd: add virtualHosts.<name>.listenAddresses optionAaron Andersen2-7/+25
2021-06-12nixos/apache-httpd: Use pkgs.emptyDirectoryRobert Hensing1-1/+1
2021-05-11nixos/httpd: provide a stable path stable path to the configuration file for ...Aaron Andersen1-7/+9
2021-03-02nixos/httpd: Fix httpd module for php8Elis Hirwing1-2/+4
2021-02-11nixos/httpd: fix lua pathsDaniel Nagy1-4/+8
2021-01-09nixos/apache-httpd: Suggest directory used security.acme.certs.<name>.webrootSandro Jäckel1-1/+1
2020-12-25nixos/httpd: set lua pathsDaniel Nagy1-0/+9
2020-11-24utillinux: rename to util-linuxGraham Christensen1-2/+2
2020-10-01nixos/httpd: remove unnecessary sendmail configurationKonrad Borowski1-3/+0
2020-09-02nixos/acme: Add proper nginx/httpd config reload checksLucas Savva1-1/+1
2020-09-02nixos/acme: Restructure moduleLucas Savva1-22/+55
2020-08-21Merge pull request #95809 from aanderse/logrotateAaron Andersen1-0/+19
2020-08-21nixos/httpd: configure log rotationAaron Andersen1-0/+19
2020-08-19Merge pull request #79123 from aanderse/apachectlAaron Andersen1-4/+10
2020-06-15nixos/acme: Also fix ordering for apacheArian van Putten1-0/+1
2020-04-29Merge pull request #85026 from talyz/php_buildenv_overrideElis Hirwing1-1/+1
2020-04-29php.buildEnv: Add phpIni attribute for easy access to the php.initalyz1-1/+1
2020-04-25Merge pull request #85043 from aanderse/httpd-2020Aaron Andersen2-20/+25
2020-04-21nixos/httpd: some mod_php cleanupAaron Andersen1-4/+2
2020-04-21nixos/httpd: set modern default values for mpm and http2Aaron Andersen2-13/+13
2020-04-21nixos/httpd: run as non root userAaron Andersen1-3/+10
2020-04-17nixos/httpd: remove unnecessary overrideJan Tojnar1-1/+1
2020-04-17nixos/httpd: Use extensions from php packageJan Tojnar1-0/+1
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-02nixos/httpd: override apachectl command to use generated httpd configurationAaron Andersen1-1/+10
2020-02-02Revert "nixos/httpd: symlink apache configuration to /etc/httpd/httpd.conf fo...Aaron Andersen1-3/+0
2020-02-01nixos/httpd: add http2 optionAaron Andersen2-1/+12
2020-01-31nixos/httpd: provision log directory with tmpfiles instead of mkdirAaron Andersen1-2/+10
2020-01-31nixos/httpd: code cleanupAaron Andersen2-101/+95
2020-01-23nixos/httpd: add services.httpd.virtualHosts.<name>.locations option to match...Aaron Andersen3-7/+114
2020-01-08nixos/httpd: symlink apache configuration to /etc/httpd/httpd.conf for use in...Aaron Andersen1-0/+3
2020-01-06treewide: use attrs instead of list for types.loaOf optionsrnhmjoj1-7/+7