Re: troubleshoot lockups

2007-11-28 Thread Marc-Etienne M.Léveillé
> What log file do I look at on my system to get a clue for the source
> of the problem?

Log files are in /var/log. You might want to look into syslog and
kern.log attach it to your post if you need further help.

When your system is locked, try ctrl+alt+backspace (it force restart
X) or ctrl+alt+F1 and see if your computer is responding.

Good luck
Marc-Etienne


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: apache2: includes filter error

2007-11-23 Thread Marc-Etienne M.Léveillé
I suppose the error occurs at line 542 :
   AddOutputFilter INCLUDES .shtml
First make sure the mod_include module is enabled. To do that, issue the
 # a2enmod include
command as root. Then, restart with
 # /etc/init.d/apache2 restart
Second, according to the documentation, you also need the "Includes"
option to directories containing shtml files. So you might have to add
the following line.
   Options +Inculdes
More info : http://httpd.apache.org/docs/2.0/mod/mod_include.html#enabling

My guest is that the module is not enable, so the first step should fix that.
By the way, the "include" module is just for parsing shtml file. It
looks for