[root@s1 ~]# yum list updates
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "fastestmirror" plugin
Loading "smeserver" plugin
Setting up repositories
smeaddons                 100% |=========================|  951 B    00:00
updates                   100% |=========================|  951 B    00:00
base                      100% |=========================| 1.1 kB    00:00
smeos                     100% |=========================|  951 B    00:00
smeupdates                100% |=========================|  951 B    00:00
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
Excluding Packages from CentOS - updates
Finished
Excluding Packages from CentOS - os
Finished
Updated Packages
clamav.i386                              0.91.2-1.el4.rf        smeupdates
clamav-db.i386                           0.91.2-1.el4.rf        smeupdates
clamd.i386                               0.91.2-1.el4.rf        smeupdates
ocrad.i386                               0.17-1.el4.rf          smeupdates
================================================================
No new rpms were installed. No additional commands are required.
================================================================
[root@s1 ~]#
nothing wrong i guess?
Edit:
I just discoverd some other things. When i go to the servers location( i ussually connect with putty by SSH) and i check it keeps getting the message syntax error in /etc/httpd/conf/httpd.conf on line 719. I checked and there was this:
ScriptAlias /php5-cgi /usr/bin/php5
<Directory /usr/bin/php5>
        order deny, allow
        deny from all
        allow from all
        Options ExecCGI
</Directory>
I do have installed PHP5 (CGI) but how do i remove it or remove the template or so?
io used this tutorial to do so.
http://sme.firewall-services.com/spip.php?article46#forum76