Comment 3 for bug 104270

Revision history for this message
Soren Hansen (soren) wrote :

Just to note: It's not just a matter of restarting apache2. People might
a) be using a different webserver which needs to get restarted => restart the other webserver,
b) be using a different webserver which doesn't need to get restarted => Don't do anything,
c) be using php5 for scripting purposes and might just happen to have an apache server running doing other things. => don't do anything,
d) be using apache, but php5 as a cgi interpreter => don't do anything,
e) or something entirely different that I forgot to take into account.

The best we can do (off the top of my head) is to notify the user of the possible need to restart. The postinst should do this and a mail should be sent to root (the common way to notify users about these things on servers).