Results 1 to 2 of 2

Thread: SHTML Error

  1. #1
    RCull is offline Nearly a Glow Sage
    Join Date
    Dec 2014
    Posts
    19

    Default SHTML Error

    I am new user here and am finding a set of new errors. The pages load fine, but the error is:

    [Sat Aug 29 09:53:58 2015] [error] [client 172.218.123.197] exec used but not allowed in /home/********/public_html/years/72.shtml, referer: http://www.*********/index.php

    __________

    I have found this:

    Sounds like you have a Server Side Include (.shtml) file that is doing
    this:

    <!--#exec cmd="./myprogram"-->

    For this to be allowed you need:

    Options -IncludesNoExec

    in your /etc/httpd/conf/httpd.conf file.
    Or the /etc/httpd/conf.d/mysite.conf file.

    Notice that this directive is a double negative. Its saying
    "not not exec" which means "exec" is allowed.

    Of course, allowed exec has big security issues so you should only
    enable this directive in the parts of your site whre its absolutely
    needed.

    __________

    I could submit a trouble ticket and GlowHost will probably fix it, but what would be the best fix? Is there something I can simply do?

  2. #2
    David I is offline Newbie
    Join Date
    Jun 2010
    Posts
    1,245

    Default

    The issue was resolved your helpdesk ticket. Just to close the case: the issue was in mod_rewrite rules.
    Last edited by Matt; 09-01-2015 at 03:31 PM.

Similar Threads

  1. cpanel show an error
    By ken12cox in forum cPanel Topics
    Replies: 2
    Last Post: 02-09-2018, 05:19 AM
  2. ffmpeg.so error
    By Scott in forum General Support
    Replies: 1
    Last Post: 06-01-2009, 08:36 AM
  3. Haiku Error Messages
    By Matt in forum General Chit-Chat
    Replies: 13
    Last Post: 04-08-2008, 12:17 PM
  4. [Error] Error Code 500- Internal Server Error
    By Matt in forum Knowledge Base
    Replies: 5
    Last Post: 06-15-2007, 01:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14