Re: [users@httpd] root process running Apache

2013-04-12 Thread Torsten Förtsch
On 12/04/13 18:38, wejii wrote: > I read several times "don't run apache as root". > ps -ef gives me the following: > > root 1448 1 0 Apr11 ?00:00:04 /usr/sbin/apache2 -k start > www-data 1712 1448 0 Apr11 ?00:00:00 /usr/sbin/apache2 -k start > www-data 1713 1448 0

[users@httpd] root process running Apache

2013-04-12 Thread wejii
I am running apache2 with Ubuntu so that I can practice writing CGI/SQL scripts with perl. In ports.conf I have: NameVirtualHost *:80 Listen 127.0.0.1:80 the intention being to limit access only to my laptop (keep the outside world out). I read several times "don't run apache as root". ps -