apache: remove php5-cgi support, always generate php config
[hcoop/domtool2.git] / lib / apache.dtl
index c56a380..feabe77 100644 (file)
@@ -34,7 +34,6 @@ extern val no_ssl : ssl;
 extern val use_cert : ssl_cert_path -> ssl;
 
 extern type php_version;
-extern val php5 : php_version;
 extern val fast_php : php_version;
 {{FastCGI based php5. Much faster than regular php5.}}