Score:0

are www-data user will disabled when apache stop?

fr flag

Some time ago there was a lot of suspicious processes running as www-data. But after I stop the apache2 server by using apachectl stop, all processes are disappeared from the process list. I start apache2 again by use apachectl start command and still no running process as www-data again.

are www-data user will be disabled when apache stop? or the processes just stopped before I stop apache server?

I meant can I run an executable file as www-data when apache2 server stopped?

waltinator avatar
it flag
The run state of the `apache2` server has no effect on userids. Use `getent passwd www-data` to see user info. Read `man getent`, `man -a passwd`. One can run a process as `www-data`, if privileged.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.