summary refs log tree commit diff
path: root/modules/services/web-servers
Commit message (Expand)AuthorAge
* Making the httpd prefork basic settings configurable.Lluís Batlle i Rossell2010-04-21
* Remove tabsYury G. Kudryashov2010-04-15
* * tomcat module: access logging per virtual host and pass right timezoneRob Vermaas2010-04-14
* tomcat: add option to enable accesslog per virtual host (default: off)Rob Vermaas2010-02-17
* * Option `services.apache.phpIni' (which is of type derivation)Eelco Dolstra2010-02-15
* * "python2.5" -> ${pkgs.python.libPrefix}Eelco Dolstra2010-02-10
* enhance phpIni documentationMarc Weber2010-01-07
* * Revert r19267 - it causes a corrupt Apache Upstart job to beEelco Dolstra2010-01-06
* customizable PHPRCMarc Weber2010-01-06
* svn path=/nixos/trunk/; revision=18872Eelco Dolstra2009-12-10
* * Support short URLs (http://server/wiki/Page instead ofEelco Dolstra2009-12-03
* * Make various MediaWiki scripts available in $PATH,Eelco Dolstra2009-12-03
* * Create a user "mediawiki" and give root and wwwrun ident-basedEelco Dolstra2009-12-03
* * Make it configurable.Eelco Dolstra2009-12-03
* * Allow Mediawiki (and other PHP applications) to send email throughEelco Dolstra2009-12-03
* * Basic MediaWiki module. Thanks to Dario Vodopivec, Milan Seneši andEelco Dolstra2009-12-02
* Enabled startOn event of the MySQL and Tomcat server so that they are initial...Sander van der Burg2009-11-23
* Small bugfix which automatically creates tomcat configuration dirs. Otherwise...Sander van der Burg2009-11-20
* Removed the nasty sleep hack of tomcat, since upstart-0,6 is also capable of ...Sander van der Burg2009-11-18
* * Synced with the trunk.Eelco Dolstra2009-11-08
|\
| * * Revert 18115, 18150, 18135, 18112, 18107-18105.Nicolas Pierron2009-11-06
* | * Support pre-stop scripts. These are needed to cleanly shutdownEelco Dolstra2009-11-06
* | * Change all the startOn / stopOn attributes to the Upstart 0.6 syntaxEelco Dolstra2009-11-06
|/
* * Fix subversion test and change the name of the "config" option toNicolas Pierron2009-11-05
* * Declare options for sub-services.Nicolas Pierron2009-11-05
* * Remove unused subservice syntax.Nicolas Pierron2009-11-05
* * Remove needs to call getPort to access the server port. This is madeNicolas Pierron2009-11-04
* * Use sub-modules for httpd virtual hosts. This add documentation entriesNicolas Pierron2009-11-04
* * re-indent per-server-options.nix content.Nicolas Pierron2009-11-04
* * Convert per-server-options into a module.Nicolas Pierron2009-11-04
* list possible logformats for apache and added exampleRob Vermaas2009-10-22
* added option to specify logformat to apache httpd, defaults to common (like i...Rob Vermaas2009-10-22
* Fix example value of httpd.Nicolas Pierron2009-10-13
* * jobAttrs -> jobs.Eelco Dolstra2009-10-12
* * Update some more modules.Eelco Dolstra2009-10-12
* * Converted modules that were still using the old (concrete syntax)Eelco Dolstra2009-10-12
* * The mod_php option is no longer implemented.Eelco Dolstra2009-10-01
* Use servicePath instead of relative paths.Nicolas Pierron2009-09-26
* The /var/trac directory needs to be accessible by the webserver userSander van der Burg2009-09-04
* * Urgh, cleanSource doesn't work on paths in the store. Looks like aEelco Dolstra2009-08-31
* * Build the Subversion test in Hydra (as a regression test for NixOS).Eelco Dolstra2009-08-31
* svn path=/nixos/trunk/; revision=16900Eelco Dolstra2009-08-31
* * test -> tests.Eelco Dolstra2009-08-31
* Added subversion python modules to the PYTHONPATHSander van der Burg2009-08-30
* Added an initial Trac subservice. Trac projects still have to be created by u...Sander van der Burg2009-08-30
* Removed the rm -rf command and replaced symlink operations by ln -sfn so that...Sander van der Burg2009-08-18
* Implemented support for per application configuration filesSander van der Burg2009-08-11
* Removed mod_jk option, which is obsoleteSander van der Burg2009-08-10
* * Fixed the path to the services tree. This should be a NixOS module argument.Eelco Dolstra2009-08-10
* Implemented virtual host support. Now it's possible to assign web application...Sander van der Burg2009-08-10