debian/0000755000000000000000000000000012237034010007156 5ustar debian/rules0000755000000000000000000000107512237004304010244 0ustar #!/usr/bin/make -f clean: dh_testdir dh_testroot [ ! -f Makefile ] || $(MAKE) distclean dh_clean build: build-arch build-indep: build-arch: dh_testdir dh_auto_configure -- $(shell dpkg-buildflags --export=configure) $(MAKE) binary-indep: binary-arch: dh_testdir dh_testroot dh_prep dh_installdirs dh_install .libs/mpm_itk.so `apxs2 -q LIBEXECDIR` dh_installchangelogs dh_installdocs dh_install dh_apache2 dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch debian/README.Debian0000644000000000000000000000045412237024610011227 0ustar mpm-itk for Debian ------------------ Note that mpm-itk has gone from being a true MPM to just being a module that hooks into prefork. You can safely remove the old apache2-mpm-itk package if you still have it installed. -- Steinar H. Gunderson Thu, 07 Nov 2013 20:16:19 +0100 debian/compat0000644000000000000000000000000212236764110010366 0ustar 9 debian/copyright0000644000000000000000000000302212237005015011111 0ustar This work was packaged for Debian by: Steinar H. Gunderson on Thu, 07 Nov 2013 20:04:05 +0100 It was downloaded from: http://mpm-itk.sesse.net/mpm-itk-2.4.6-01.tar.gz Upstream authors: Steinar H. Gunderson Knut Auvor Grythe Copyright: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with Apache for additional information regarding copyright ownership. License: The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Portions copyright 2005-2013 Steinar H. Gunderson . Licensed under the same terms as the rest of Apache. Portions copyright 2008 Knut Auvor Grythe . Licensed under the same terms as the rest of Apache. The Debian packaging is: Copyright (C) 2013 Steinar H. Gunderson Licensed under the same terms as mpm-itk and Apache itself. debian/source/0000755000000000000000000000000012047043153010465 5ustar debian/source/format0000644000000000000000000000001412047043153011673 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000035612236770674011062 0ustar mpm-itk (2.4.6-01-1) unstable; urgency=low * Move back to being a separate package, now that mpm-itk can be built as a module without any Apache source. -- Steinar H. Gunderson Thu, 07 Nov 2013 19:52:22 +0100 debian/mpm_itk.load0000644000000000000000000000012512237021210011453 0ustar # Depends: mpm_prefork LoadModule mpm_itk_module /usr/lib/apache2/modules/mpm_itk.so debian/control0000644000000000000000000000205112237025043010565 0ustar Source: mpm-itk Priority: optional Maintainer: Steinar H. Gunderson Build-Depends: debhelper (>= 9), dh-apache2, apache2-dev, libcap-dev [linux-any] Standards-Version: 3.9.4 Section: web Homepage: http://mpm-itk.sesse.net/ Package: libapache2-mpm-itk Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Replaces: apache2 (<< 2.4.6-4~) Breaks: apache2 (<< 2.4.6-4~) Description: multiuser module for Apache The mpm-itk module, although not technically a Multi-Processing Module (MPM) (although it used to be) enhances the classical "prefork" module (that is, without threads), in such a way that it allows you to constrain each individual vhost to a particular system user and group. This allows you to run several different web sites on a single server without worrying that they will be able to read each others' files. mpm-itk is largely independent of e.g. what scripting technology is in use on your server; in particular, it does not require you to run your scripts as CGI to get the extra security benefit. debian/docs0000644000000000000000000000000012047043153010026 0ustar debian/libapache2-mpm-itk.apache20000644000000000000000000000003012237004613013750 0ustar mod debian/mpm_itk.load