Re: correct packaging of web applications

2013-07-23 Thread Sebastian Tramp
On Mon, Jul 22, 2013 at 10:38:00PM +0200, Arno Töll wrote: Unfortunately there is no discussion on how to reload the apache configuration? I guess the right thing here is to use `invoke-rc.d apache2 reload` as per the usual for init stuff. Please refrain to interface with the web

Re: correct packaging of web applications

2013-07-23 Thread Arno Töll
Hi, On 23.07.2013 10:16, Sebastian Tramp wrote: Hi Arno, thank you for clarifying this. Is there a similar document for apache 2.2 ? you can stop worrying about Apache2 2.2 right now. Any new package you are going to upload will go through Sid into Debian which will have Apache 2.4 only. That

Re: correct packaging of web applications

2013-07-23 Thread Alexander Wirt
Arno Töll schrieb am Tuesday, den 23. July 2013: Hi, On 23.07.2013 10:16, Sebastian Tramp wrote: Hi Arno, thank you for clarifying this. Is there a similar document for apache 2.2 ? you can stop worrying about Apache2 2.2 right now. Any new package you are going to upload will go

Re: correct packaging of web applications

2013-07-23 Thread Russ Allbery
Alexander Wirt formo...@formorer.de writes: Arno Töll schrieb am Tuesday, den 23. July 2013: you can stop worrying about Apache2 2.2 right now. Any new package you are going to upload will go through Sid into Debian which will have Apache 2.4 only. To be honest: I don't think thats true. As

Re: correct packaging of web applications

2013-07-23 Thread Alexander Wirt
On Tue, 23 Jul 2013, Russ Allbery wrote: Alexander Wirt formo...@formorer.de writes: Arno Töll schrieb am Tuesday, den 23. July 2013: you can stop worrying about Apache2 2.2 right now. Any new package you are going to upload will go through Sid into Debian which will have Apache 2.4

Re: correct packaging of web applications

2013-07-23 Thread Russ Allbery
Alexander Wirt formo...@formorer.de writes: On Tue, 23 Jul 2013, Russ Allbery wrote: You pretty much have to branch to support both. The packaging is substantially different. I have several packages working well for 2.2 and 2.4. At least for webapps, it is possible. Hm, how do you deal

Re: correct packaging of web applications

2013-07-23 Thread Arno Töll
Hi, On 23.07.2013 20:08, Russ Allbery wrote: Hm, how do you deal with the conf.d vs. conf-available change and the completely different maintainer script actions? there are several possibilities, but I suggest something like [1] which I wrote for that purpose. [1]

Re: correct packaging of web applications

2013-07-23 Thread Russ Allbery
Arno Töll a...@debian.org writes: On 23.07.2013 20:08, Russ Allbery wrote: Hm, how do you deal with the conf.d vs. conf-available change and the completely different maintainer script actions? there are several possibilities, but I suggest something like [1] which I wrote for that purpose.