summary refs log tree commit diff
path: root/nixos/modules/services/web-servers/apache-httpd
Commit message (Collapse)AuthorAge
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* [bot]: remove unreferenced codevolth2018-07-20
|
* httpd: Fix typoSilvan Mosberger2018-07-13
|
* nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
|
* apache-httpd: fix typo in config servedFilesJustin Humm2018-03-28
|
* nixos: Move uses of stdenv.shell to runtimeShell.Shea Levy2018-03-01
|
* owncloud: Don't build during evaluationTuomas Tynkkynen2017-11-27
| | | | Issue #29774
* owncloud: fix some but not all errorsBas van Dijk2017-10-31
| | | | | | | | | | | * Don't set timezone when it's null * Don't create the postgres role because the postgresqsl service already does that. * Fix documentation * Add a test suite
* Merge pull request #31044 from LumiGuide/fix-apache-httpdGraham Christensen2017-10-31
|\ | | | | apache-httpd: fix nix evaluation error
| * apache-httpd: fix nix evaluation errorBas van Dijk2017-10-31
| | | | | | | | | | | | | | This only sets the timezone when it's not null to prevent: error: cannot coerce null to a string, at nixpkgs/nixos/modules/services/web-servers/apache-httpd/default.nix:676:7
* | apache-httpd/wordpress: disable built-in WordPress autoupdaterPiotr Bogdan2017-10-31
|/
* mediawiki: 1.27.3 -> 1.29.1Samuel Dionne-Riel2017-09-24
|
* apache-httpd: fix mod_perl by refering to apacheHttpdPackages (#26579)Ekaterina Vaartis2017-06-15
|
* Merge pull request #25365 from armijnhemel/mediawikiGraham Christensen2017-05-07
|\ | | | | mediawiki: 1.27.1 -> 1.27.3
| * mediawiki: 1.27.1 -> 1.27.3Armijn Hemel2017-04-30
| |
* | Merge pull request #22236 from Baughn/mediawikigoibhniu2017-05-01
|\ \ | |/ |/| apache-httpd: Add 'extensions' config option for mediawiki
| * apache-httpd: Add 'extensions' config optionSvein Ove Aas2017-01-28
| |
* | wordpress: replace the dbPassword option with dbPasswordFile (#24146)Bas van Dijk2017-03-28
| | | | | | We shouldn't force users to store passwords in the world-readable Nix store.
* | wordpress: security upgrade: 4.7.2 -> 4.7.3 & other improvements (#23837)Bas van Dijk2017-03-14
| | | | | | | | | | | | | | | | | | * Moved the wordpress sources derivation to the attribute pkgs.wordpress. This makes it easier to override. * Also introduce the `package` option for the wordpress virtual host config which defaults to pkgs.wordpress. * Also fixed the test in nixos/tests/wordpress.nix.
* | moodle: Remove due to continued security issues.Graham Christensen2017-02-08
| |
* | httpd: added serviceExpression which extends the serviceType concept -> ↵Joachim Schiele2017-02-06
| | | | | | | | allows that httpd services can live outside of nixpkgs (#22269)
* | wordpress: 4.7.1 -> 4.7.2Bas van Dijk2017-02-02
| | | | | | | | See: https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/
* | wordpress: 4.6.1 -> 4.7.1 for multiple CVEsGraham Christensen2017-01-19
|/ | | | CVE-2017-5487 CVE-2017-5488 CVE-2017-5489 CVE-2017-5490 CVE-2017-5491 CVE-2017-5492 CVE-2017-5493
* httpd module: don't create documentRoot directory if it doesn't existDan Peebles2017-01-05
| | | | | | It hides bugs and do you ever actually want to serve up an empty directory? It was pretty confusing to me when it tried to write into a read-only store path because I accidentally pointed it to the wrong store path.
* httpd: setuptools is not top-levelvolth2017-01-05
|
* apacheHttpdPackages.mod_perl: init at 2.0.10Rok Garbas2016-12-22
|
* Merge pull request #20366 from MarcWeber/submit/apache-port-to-listenMichael Raskin2016-11-26
|\ | | | | apache-httpd
| * apache-httpdMarc Weber2016-11-12
| | | | | | | | | | * Introduce listen = [ { ip = "*"; port = 443; } ]; configuartion. * deprecated port = 443 option which is no longer needed
* | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2016-10-26
|\|
| * nixos: use types.lines for extraConfigEmery Hemingway2016-10-23
| |
* | Python: remove modules and pythonFullFrederik Rietdijk2016-10-10
|/
* Merge pull request #18491 from groxxda/network-interfacesJoachim F2016-10-02
|\ | | | | Replace Network-interfaces.target
| * treewide: minor format / style / documentation fixesAlexander Ried2016-09-13
| |
* | moodle: mark as brokenGraham Christensen2016-09-28
| | | | | | | | https://github.com/NixOS/nixpkgs/issues/18856
* | mediawiki: 1.23.13 -> 1.27.1Graham Christensen2016-09-26
| |
* | wordpress: 4.3.1 -> 4.6.1 + add a testGraham Christensen2016-09-26
|/
* apache-httpd: add phpPackage optionEric Sagnes2016-06-22
|
* Merge pull request #15677 from womfoo/mod_auth_mellonzimbatm2016-06-12
|\ | | | | mod_auth_mellon: init at 0.12.0 and dependency lasso: init at 2.5.1
| * mod_auth_mellon: init at 0.12.0Kranium Gikos Mendoza2016-05-23
| |
* | imagemagick: split dev output to fix #9604Vladimír Čunát2016-05-22
|/ | | | Also fixup references to imagemagick.
* Merge branch 'master' into stagingVladimír Čunát2016-05-08
|\
| * php: add default php.iniEric Sagnes2016-04-29
| |
* | makeSearchPathOutputs: refactor to makeSearchPathOutputNikolay Amiantov2016-04-25
|/
* replace makeSearchPath tree-wise to take care of possible multiple outputsNikolay Amiantov2016-04-13
|
* Merge branch 'master' into closure-sizeVladimír Čunát2016-04-10
|\ | | | | | | | | | | Comparison to master evaluations on Hydra: - 1255515 for nixos - 1255502 for nixpkgs
| * httpd.service: Support reloadEelco Dolstra2016-04-07
| | | | | | | | This is useful when ACME has generated a new TLS certificate.
| * Making trac/ldap handle httpd 2.4.Lluís Batlle i Rossell2016-04-07
| | | | | | | | | | | | | | The option authzldapauthoritative had been removed in 2.4 I pushed this into 16.03 instead of master first. My fault. (cherry picked from commit 516f47efefc44a5465266fe4d72f9136147d2caf)
* | Merge branch 'master' into closure-sizeVladimír Čunát2016-04-01
|\| | | | | | | | | Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
| * nixos/foswiki: basic working service definitionVladimír Čunát2016-03-08
| | | | | | | | | | | | | | | | | | | | | | Activation is as simple as: services.httpd = { enable = true; adminAddr = "nobody@example.com"; extraSubservices = [ { serviceType = "foswiki"; } ]; };
* | php: fixup build when configured with httpd via nixosVladimír Čunát2016-03-11
| |