Re: [us...@httpd] SSI Rejection

2009-12-30 Thread Eric Covener
On Wed, Dec 30, 2009 at 12:47 PM, Wesley Stupar wrote: > Well, I guess that is my problem. I have studied the following: > > http://httpd.apache.org/docs/2.2/howto/ssi.html > http://www.maths.ox.ac.uk/help/faqs/www/ssi > http://eregie.premier-ministre.gouv.fr/manual/howto/ssi.html#conclusion > > B

RE: [us...@httpd] SSI Rejection

2009-12-30 Thread Wesley Stupar
Apache to execute the SHTML". How do you do that? Thanks, Wes -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Wednesday, December 30, 2009 9:34 AM To: users@httpd.apache.org; comp...@roadrunner.com Subject: Re: [us...@httpd] SSI Rejection On Wed, Dec 30, 2009 at 1

Re: [us...@httpd] SSI Rejection

2009-12-30 Thread Eric Covener
On Wed, Dec 30, 2009 at 12:28 PM, Wesley Stupar wrote: > [Wed Dec 30 16:53:53 2009] [error] [client 192.168.1.107] (8)Exec format > error: > > exec of '/usr/local/apache2/htdocs/testssi.shtml' failed > How have you told Apache to execute the SHTML instead of just parsing it for SSI? -- Eric Co

[us...@httpd] SSI Rejection

2009-12-30 Thread Wesley Stupar
I am trying to get SSI working on apache2 on Ubuntu Linux. Even with the simple file titled "testssi.shtml"- Some HTML text. I get this in the error_log: [Wed Dec 30 16:53:53 2009] [error] [client 192.168.1.107] (8)Exec format error: exec of '/usr/local/apache2/htdocs/testssi.shtml' fail