You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by matt <ro...@mcs.com> on 2001/02/17 01:01:51 UTC

a newbie mess

--- i am sorry if this is not the appropiate list ------

i, apparently foolishly, ran httpd (on linux 7.0) as User alias Group
qmail. this
didn't work like i wanted it to, and when i went back to running as
mrogers(i rigged it this way to try and get ezmlm-web.cgi to work),
i noticed a problem when i:

(the first thing i am showing you is how it used to look before i
screwed it
up)
[root@panda conf]# ps auxww | grep httpd
root       838  0.1  0.7  3328 1516 ?        S    12:52   0:00 httpd
mrogers    839  0.0  0.8  3528 1620 ?        S    12:52   0:00 httpd
mrogers    840  0.0  0.8  3528 1620 ?        S    12:52   0:00 httpd
mrogers    841  0.0  0.8  3528 1620 ?        S    12:52   0:00 httpd
mrogers    842  0.0  0.8  3528 1620 ?        S    12:52   0:00 httpd
mrogers    843  0.0  0.8  3528 1620 ?        S    12:52   0:00 httpd
mrogers    844  0.0  0.8  3528 1620 ?        S    12:52   0:00 httpd
mrogers    845  0.0  0.8  3528 1620 ?        S    12:52   0:00 httpd
mrogers    846  0.0  0.8  3528 1620 ?        S    12:52   0:00 httpd
root       848  0.0  0.3  1516  580 pts/0    R    12:52   0:00 grep
httpd
[root@panda conf]#

NOW , when i do the ps i get:

mrogers    697  0.0  2.3  6728 4464 ?        S    18:43   0:00
/usr/sbin/httpd -
D HAVE_PERL -D HAVE_PROXY -D HAVE_SSL -D HAVE_ACCESS -D HAVE_ACTIONS -D
HAVE_ALI
AS -D HAVE_ASIS -D HAVE_AUTH -D HAVE_AUTH_ANON -D HAVE_AUTH_DB -D
HAVE_AUTOINDEX
 -D HAVE_BANDWIDTH -D HAVE_CERN_META -D HAVE_CGI -D HAVE_DEFINE -D
HAVE_DIGEST -
D HAVE_DIR -D HAVE_ENV -D HAVE_EXAMPLE -D HAVE_EXPIRES -D HAVE_HEADERS
-D
HAVE_I
MAP -D HAVE_INCLUDE -D HAVE_INFO -D HAVE_LOG_AGENT -D HAVE_LOG_CONFIG -D

HAVE_LO
G_REFERER -D HAVE_MIME -D HAVE_MIME_MAGIC -D HAVE_MMAP_STATIC -D
HAVE_NEGOTIATIO
N -D HAVE_PUT -D HAVE_REWRITE -D HAVE_SETENVIF -D HAVE_SPELING -D
HAVE_STATUS
-D
 HAVE_THROTTLE -D HAVE_UNIQUE_ID -D HAVE_USERDIR -D HAVE_USERTRACK -D
HAVE_VHOST
_ALIAS
mrogers    698  0.0  2.3  6728 4464 ?        S    18:43   0:00
/usr/sbin/httpd -
D HAVE_PERL -D HAVE_PROXY -D HAVE_SSL -D HAVE_ACCESS -D HAVE_ACTIONS -D
HAVE_ALI
AS -D HAVE_ASIS -D HAVE_AUTH -D HAVE_AUTH_ANON -D HAVE_AUTH_DB -D
HAVE_AUTOINDEX
 -D HAVE_BANDWIDTH -D HAVE_CERN_META -D HAVE_CGI -D HAVE_DEFINE -D
HAVE_DIGEST -
D HAVE_DIR -D HAVE_ENV -D HAVE_EXAMPLE -D HAVE_EXPIRES -D HAVE_HEADERS
-D
HAVE_I
MAP -D HAVE_INCLUDE -D HAVE_INFO -D HAVE_LOG_AGENT -D HAVE_LOG_CONFIG -D

HAVE_LO
G_REFERER -D HAVE_MIME -D HAVE_MIME_MAGIC -D HAVE_MMAP_STATIC -D
HAVE_NEGOTIATIO
N -D HAVE_PUT -D HAVE_REWRITE -D HAVE_SETENVIF -D HAVE_SPELING -D
HAVE_STATUS
-D
 HAVE_THROTTLE -D HAVE_UNIQUE_ID -D HAVE_USERDIR -D HAVE_USERTRACK -D
HAVE_VHOST
_ALIAS
mrogers    826  0.0  0.3  1520  604 pts/0    S    18:56   0:00 grep
httpd
[mrogers@panda httpd]$

whoa! what is going on?
how can restore this?
any ideas would be appreciated!!!

thanks,

matt