<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>The httpd processes are run by user 'nobody'. You have to change your httpd.conf to assign the correct user or change the owner of the log file to nobody.<br><br>On httpd.conf look for the following directives:<br>User root<br>Group root<br><br><br><div>> Date: Tue, 4 Jun 2013 04:09:44 -0700<br>> Subject: Re: Apache and suexec issue that wont let me run my python script<br>> From: nikos.gr33k@gmail.com<br>> To: python-list@python.org<br>> <br>> Τη Τρίτη, 4 Ιουνίου 2013 2:04:36 μ.μ. UTC+3, ο χρήστης Carlos Nepomuceno έγραψε:<br>> > send the output of the following command: <br>> > ps aux|grep httpd<br>> <br>> root@nikos [/home/nikos/www/data/apps]# ps aux | grep httpd<br>> root     19194  0.0  0.2  74224  4440 ?        Ss   Jul13   0:00 /usr/local/apache/bin/httpd -k start -DSSL<br>> root     19201  0.0  0.1  74136  2576 ?        S    Jul13   0:00 /usr/local/apache/bin/httpd -k start -DSSL<br>> nobody   19202  0.0  0.2  74492  4320 ?        S    Jul13   0:00 /usr/local/apache/bin/httpd -k start -DSSL<br>> nobody   19203  0.0  0.2  74488  4304 ?        S    Jul13   0:00 /usr/local/apache/bin/httpd -k start -DSSL<br>> nobody   19204  0.0  0.2  74488  4352 ?        S    Jul13   0:00 /usr/local/apache/bin/httpd -k start -DSSL<br>> nobody   19205  0.0  0.2  74492  4336 ?        S    Jul13   0:00 /usr/local/apache/bin/httpd -k start -DSSL<br>> nobody   19206  0.0  0.2  74544  4328 ?        S    Jul13   0:00 /usr/local/apache/bin/httpd -k start -DSSL<br>> nobody   19215  0.0  0.2  74492  4300 ?        S    Jul13   0:00 /usr/local/apache/bin/httpd -k start -DSSL<br>> nobody   20170  0.0  0.2  74356  4264 ?        S    Jul13   0:00 /usr/local/apache/bin/httpd -k start -DSSL<br>> root     20860  0.0  0.0 103240   856 pts/2    S+   Jul13   0:00 grep httpd<br>> root@nikos [/home/nikos/www/data/apps]#<br>> -- <br>> http://mail.python.org/mailman/listinfo/python-list<br></div>                                      </div></body>
</html>