Þann 2006-10-13, 16:59:29 (+0200) skrifaði Ivan Glushkov: > I have no idea if it runs or not, as far as I see it, it is not running, > but I cannot be sure:
You can allways check if a process is running by using the ps -A command, so to check if apache is running you run ps -A | grep apache > 16:55 h1siglushkov /home/glushkov # /etc/init.d/apache2 stop > > Stopping apache 2.0 web server...grep: /etc/apache2/mods-enabled/*.conf: > No such file or directory Are there any files in that directory? My computer shows this: [EMAIL PROTECTED]:~$ ls /etc/apache2/mods-enabled/ cgi.load perl.conf php4.conf userdir.conf mod_python.load perl.load php4.load userdir.load If there are no files in that directory try then to make a symbolic link from /etc/apache2/mods-available/cgi.load in that dir and then try to restart apache and if that works then you should be able to upgrade your system. HTH Oli -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]