|
|
|
@ -22,14 +22,14 @@
|
|
|
|
|
## |
|
|
|
|
|
|
|
|
|
# the additionally used Apache modules |
|
|
|
|
%define mod_ssl yes |
|
|
|
|
%define mod_perl yes |
|
|
|
|
%define mod_php yes |
|
|
|
|
%define mod_ssl no |
|
|
|
|
%define mod_perl no |
|
|
|
|
%define mod_php no |
|
|
|
|
%define mod_dav no |
|
|
|
|
%define mod_layout no |
|
|
|
|
%define mod_macro no |
|
|
|
|
%define mod_auth_pam no |
|
|
|
|
%define mod_gzip yes |
|
|
|
|
%define mod_gzip no |
|
|
|
|
%define mod_zmod no |
|
|
|
|
%define mod_fastcgi no |
|
|
|
|
%define mod_throttle no |
|
|
|
@ -40,15 +40,15 @@
|
|
|
|
|
# more optional settings |
|
|
|
|
# (requires mod_php set to "yes" above) |
|
|
|
|
%define php_mysql no |
|
|
|
|
%define php_gd yes |
|
|
|
|
%define php_gd no |
|
|
|
|
|
|
|
|
|
# the software versions |
|
|
|
|
%define V_apache 1.3.20 |
|
|
|
|
%define V_mod_ssl 2.8.4 |
|
|
|
|
%define V_apache 1.3.22 |
|
|
|
|
%define V_mod_ssl 2.8.5 |
|
|
|
|
%define V_mod_perl 1.26 |
|
|
|
|
%define V_mod_php 4.0.6 |
|
|
|
|
%define V_mod_dav 1.0.2-1.3.6 |
|
|
|
|
%define V_mod_layout 3.0 |
|
|
|
|
%define V_mod_layout 3.0.1 |
|
|
|
|
%define V_mod_macro 1.1.1 |
|
|
|
|
%define V_mod_auth_pam 1.0a |
|
|
|
|
%define V_mod_gzip 1.3.19.1a |
|
|
|
@ -69,7 +69,7 @@ Distribution: OpenPKG [EXP]
|
|
|
|
|
Group: Web |
|
|
|
|
License: BSD-style |
|
|
|
|
Version: %{V_apache} |
|
|
|
|
Release: 23 |
|
|
|
|
Release: 25 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://httpd.apache.org/dist/httpd/apache_%{V_apache}.tar.gz |
|
|
|
@ -240,8 +240,7 @@ AutoReqProv: no
|
|
|
|
|
--sysconfdir=%{l_prefix}/etc/apache \ |
|
|
|
|
--libexecdir=%{l_prefix}/lib/apache \ |
|
|
|
|
--datadir=%{l_prefix}/share/apache \ |
|
|
|
|
--localstatedir=%{l_prefix}/var/apache \ |
|
|
|
|
--without-confadjust |
|
|
|
|
--localstatedir=%{l_prefix}/var/apache |
|
|
|
|
) |
|
|
|
|
%endif |
|
|
|
|
%if "%{mod_perl}" == "yes" |
|
|
|
@ -398,7 +397,6 @@ AutoReqProv: no
|
|
|
|
|
--libexecdir=%{l_prefix}/lib/apache \ |
|
|
|
|
--datadir=%{l_prefix}/share/apache \ |
|
|
|
|
--localstatedir=%{l_prefix}/var/apache \ |
|
|
|
|
--without-confadjust \ |
|
|
|
|
--enable-suexec \ |
|
|
|
|
--suexec-caller=%{l_fsusr} \ |
|
|
|
|
--suexec-userdir=.www \ |
|
|
|
|