After Update php4 > php5

sky

Verified User
Joined
Nov 12, 2004
Messages
321
Hello.
I have updated php to the verison 5.0.3 folowing this forum. All whent fine, and php5 works like a charm :)

There is a thing i find strange :
When i do a "ps aux" command under ssh, i get lots off lines like this one :

apache 23193 0.0 3.7 26512 16864 ? S 02:21 0:03 /usr/sbin/httpd -DHAVE_PHP4 -DHAVE_MMAP_STATIC -DHAVE_VHOST_ALIAS -DHAVE_ENV -DHAVE_DEFINE -DHAVE_LOG_CONFIG -DHAVE_LOG_AGENT -DHAVE_LOG_REFERER -DHAVE_MIME_MAGIC -DHAVE_MIME -DHAVE_NEGOTIATION -DHAVE_STATUS -DHAVE_INFO -DHAVE_INCLUDE -DHAVE_AUTOINDEX -DHAVE_DIR -DHAVE_CGI -DHAVE_ASIS -DHAVE_IMAP -DHAVE_ACTIONS -DHAVE_SPELING -DHAVE_USERDIR -DHAVE_ALIAS -DHAVE_REWRITE -DHAVE_ACCESS -DHAVE_AUTH -DHAVE_AUTH_ANON -DHAVE_DIGEST -DHAVE_PROXY -DHAVE_CERN_META -DHAVE_EXPIRES -DHAVE_HEADERS -DHAVE_USERTRACK -DHAVE_EXAMPLE -DHAVE_LOG_FORENSIC -DHAVE_UNIQUE_ID -DHAVE_SETENVIF -DHAVE_SSL -DHAVE_PERL -DHAVE_PHP5

Is that normal, or, is there a probleme is the httpd.conf or something else?
While updating php, i just kept the original php.ini.

Thx for any suggestions :)
Sky
 
ps aux will give you a list of every running process on your server.

Those look like valid running processes to me.

Jeff
 
Ok.
I whas just a bit unsure because i had not seen them before the upgrade of PHP4 to PHP5 .

Thx :)

Sky
 
Back
Top