nixpkgs/nixos/modules/services/web-servers/apache-httpd
Jan Tojnar c214e63f2e
nixos/httpd: Use extensions from php package
After the recent rewrite, enabled extensions are passed to php programs
through an extra ini file by a wrapper. Since httpd uses shared module
instead of program, the wrapper did not affect it and no extensions
other than built-ins were loaded.

To fix this, we are passing the extension config another way – by adding it
to the service's generated config.

For now we are hardcoding the path to the ini file. It would be nice to add
the path to the passthru and use that once the PHP expression settles down.
2020-04-17 14:38:29 +02:00
..
default.nix nixos/httpd: Use extensions from php package 2020-04-17 14:38:29 +02:00
location-options.nix nixos/httpd: add services.httpd.virtualHosts.<name>.locations option to match nginx 2020-01-23 21:03:15 -05:00
vhost-options.nix treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00