mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
c214e63f2e
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. |
||
---|---|---|
.. | ||
apache-httpd | ||
hitch | ||
jboss | ||
lighttpd | ||
nginx | ||
phpfpm | ||
unit | ||
varnish | ||
caddy.nix | ||
darkhttpd.nix | ||
fcgiwrap.nix | ||
hydron.nix | ||
meguca.nix | ||
mighttpd2.nix | ||
minio.nix | ||
shellinabox.nix | ||
tomcat.nix | ||
traefik.nix | ||
ttyd.nix | ||
uwsgi.nix | ||
zope2.nix |