Hello,
.shtml dont work after Update to Apache 2.2.6.
Cann somebody help on this issue?
Thanks and best regards
G. Barbez
.shtml dont work after Update to Apache 2.2.6.
Cann somebody help on this issue?
Thanks and best regards
G. Barbez
In Advanced Configuration (during the EA3 build process), did you check the box for Include? That is the module that enables .shtml support.Hello,
.shtml dont work after Update to Apache 2.2.6.
Cann somebody help on this issue?
Thanks and best regards
G. Barbez
HTTP 406 errors are generally the result of a mod_security rule being triggered.Hello David,
your Sugestion are already installed.
The User recieve the follow Error:
Not Acceptable
An appropriate representation of the requested resource /test.shtml could not be found on this server.
Apache/2.2.6 (Unix) mod_ssl/2.2.6 OpenSSL/0.9.7a mod_bwlimited/1.4 mod_auth_passthrough/2.1 PHP/5.2.5 Server at www.theater-rothrist.ch Port 80
Link = http://www.theater-rothrist.ch/test.shtml
Mayby this can help to solve the issue
Best regards
Gustaaf
SecRule REQUEST_BASENAME "\.(?:c(?(?:nf(?:ig)?|m)|s(?:proj|r)?|dx|er|fg|md)|p(?:rinter|ass|db|ol|wd)|v(?:b(?:proj|s)?|sdisco)|a(?:s(?:ax?|cx)|xd)|s(?:html?|ql|tm|ys)|d(?:bf?|at|ll|os)|i(?:d[acq]|n[ci])|ba(?:[kt]|ckup)|res(?
urces|x)|l(?:icx|nk|og)|\w{,5}~|webinfo|ht[rw]|xs[dx]|key|mdb|old)$" \
"t:urlDecodeUni, t:lowercase, deny,log,auditlog,msg:'URL file extension is restricted by policy', severity:'2',id:'960035'"
Yes it will be an apache 2.x httpd.conf afterwards. If it can't create a valid one it will tell you so keep an eye on the outout.Hi, i'm on apache 1.3.. and want to go to 2.2.6.
My question: when I update with the whole shebang, will:
1. It make the necessary changes in httpd.conf automatically? I have a number of redirect rules.
EasyApache is tree independent which means CURRENT will always have the exact same version as any the tree. If the build of config gen fails it rolss you back to the previous, backed up, apache build.2. If things dont work, can I go to my "CURRENT" 1.3.. build? (kind of a "rollbacl")
The "More Info" link next to mod_security outlines this:3. Will it automatically install mod_sec 2 also, the one that needs to be used with apache2, and update my rules accordingly?
Now how do I go back to Apache 1.3.x?Sending report (18 bytes)...
Bad arg length for Socket::pack_sockaddr_in, length is 0, should be 4 at /usr/lib/perl5/5.8.8/i686-linux/Socket.pm line 373.
If it were mod security you'd get a 406 error, if that was not the error you were getting then it's not mod security.One of the first things I tried/did. (disable modsec)
Yes I would have solved my self if it was not 4am.If it were mod security you'd get a 406 error, if that was not the error you were getting then it's not mod security.
What error do you get (in the browser and in the log) when hitting said .shtml URL?
Is SSI enabled/disabled anywhere?
First place to check is:
WHM -> Service Configuration -> Apache Configuration -> Global Configuration -> Directory '/' Options
and then any 'Options' you have in httpd.conf
Note that
Includes && IncludesNOEXEC both have to be enabled or disabled as they do not behave like normal apache directives:
http://httpd.apache.org/docs/1.3/mod/core.html#options
"Using -IncludesNOEXEC or -Includes disables server-side includes completely regardless of the previous setting."