On 05/07/12 18:17, Eelco Dolstra wrote: >> I'd like to test it first since Apache 2.4 is not ABI/API compatible with >> (some) >> existing modules. > > Just tried it. It turns out that neither mod_python (obsolete) nor mod_wsgi > build with Apache 2.4, e.g. > > mod_wsgi.c: In function 'wsgi_process_socket': > mod_wsgi.c:10095:37: error: 'conn_rec' has no member named 'remote_addr' > mod_wsgi.c:10103:27: error: 'conn_rec' has no member named 'remote_ip' > mod_wsgi.c:10103:41: error: 'conn_rec' has no member named 'remote_addr'
And when starting Apache: > httpd: Syntax error on line 19 of > /nix/store/bw4c2wpzhj862kzfqxaklb4ypwvgh7lc-httpd.conf: Cannot load > /nix/store/69zy0fwa2wx68krn11p5gjrgc6k0kyhz-svnserver-auth/modules/mod_authz_dyn.so > into server: > /nix/store/69zy0fwa2wx68krn11p5gjrgc6k0kyhz-svnserver-auth/modules/mod_authz_dyn.so: > undefined symbol: ap_requires (I think that's an Apache module I wrote myself...) -- Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/ _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
