| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
With the old value, "systemctl enable apache-htcacheclean" would fail
like this:
Synchronizing state of apache-htcacheclean.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable apache-htcacheclean
update-rc.d: error: apache-htcacheclean Default-Start contains no runlevels, aborting.
So we add meta-data to make the script enabled by default but we actually disable
it immediately in the postinst. And we can clean up some hacks that we introduced
to cover for the Default-Start value being empty.
|
|
Use systemctl when systemd is in use and make it aware of
the apache-htcacheclean@instance.service generic service
for multi-instance support.
|
|
|
|
* split into separate init script
* activate/deactivate with a2enmod/a2dismo cache_disk
* don't run as root
* add test
|
|
|
|
no logic change
|
|
|
|
|
|
When both module are enabled, it was impossible to disable cgi.
|
|
essential packages
|
|
|
|
Conflicts:
debian/changelog
|
|
* Fixed a typo in debian/a2enmod:
"svcadm $reload apache2" (right) instead of
"svcadm apache2 $reload" (wrong)
|
|
* Renamed SMF service to application/web/apache2
* chomp $status after my $status = `$svcstatus apache2` in d/a2enmod
|
|
|
|
|
|
|
|
|
|
Purge state in postrm only
Let a2enmod purge state when calling -p for disabled modules
|
|
* Make use of --purge in apache2-maintscript-helper
* Guess upgrades from a pre-maintscript version in apache2-maintscript-helper
* Document -p switch in man pages
|
|
* add modelines to all files
* ensure a consistent indendation
* reformat configuration files
|
|
|
|
While the result is not perfect in any way, it's a lot better than the
current mixture of different indentations. And it's reproducible.
|
|
* Add -m flag to a2enmod to enable that mode
* Update apache2-maintscript-helper to make use of that mode
* Document the -m flag in manpages
* Remove /var/lib/apache2 on purge
* Fix matching issues in apache2-maintscript-helper. Make sure it only matches
exact patterns.
|
|
|
|
- implement warning if (module) dependencies are not enabled for .conf
files
- implement loading of the Depends/Conflicts line as separate function.
Be more strict about the syntax:
* line must start with "# Depends:"
* line must come before any non-empty non-comment lines
|
|
The corresponding patch has been removed from apache, too
|
|
|
|
|
|
* Give files in sites-available a .conf suffix
* Handle conffile move properly
* Fix some bugs in the conffile movement
* Teach a2enmod how to enable files in sites-available with .conf suffix
* Update apache2.conf to include such files only, give a short summary how to
configure apache
* Simplify conffile migration handling
|
|
* support conf-available in a2enmod
* write manpages for a2enconf and a2disconf
* Rewrite maintainer scripts to do a proper transition of configuration files
moved from one location to another. This holds true for:
+ debian/config-dir/conf.d/charset
+ debian/config-dir/conf.d/localized-error-pages
+ debian/config-dir/conf.d/other-vhosts-access-log
+ debian/config-dir/conf.d/security
* enable these configuration files in postinst
* update debian/changelog
|
|
were kept intact for modules which were shipping both, a *.load file and a
*.conf file
* Provide compatibility links in apache2-dev
* Remove debian/apache2.maintscript, instead do the joub ourselves. That's
painful but there is no alternative left, as dpkg-maintainer-script can't cope
with our craziness not only to shift conffiles from one package to another,
but also collapsing upgrades from apache2.2-common only and upgrades from a
full apache2 package into a single package
* Update maintainer scripts to deal with the situation
* Update d/changelog
* Update debian/gbp.conf to work around debuilder insanities
|
|
* Move MPM configuration from apache2.conf to their respective *.conf files
* Provide MPM load/conf files
* Load worker WPM by default
|
|
* Re-enable some modules again, for each update configuration where required
* Add dependency lines to non-essential modules, make use of it
* Tighten the list of postinst auto-enabled modules in favor of module dependencies
|
|
* The syntax check is much more aggressive now, thus make sure files and
directories exist before running any apache2ctl command.
* Update package descriptions
|
|
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@1339 01b336ce-410b-0410-9a02-a0e7f243c266
|
|
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@1306 01b336ce-410b-0410-9a02-a0e7f243c266
|
|
included config files.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@996 01b336ce-410b-0410-9a02-a0e7f243c266
|
|
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@750 01b336ce-410b-0410-9a02-a0e7f243c266
|
|
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@732 01b336ce-410b-0410-9a02-a0e7f243c266
|
|
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@678 01b336ce-410b-0410-9a02-a0e7f243c266
|
|
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@630 01b336ce-410b-0410-9a02-a0e7f243c266
|