Announcement

Collapse
No announcement yet.

Forbidden message

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    if theyd have stayed with a windows based web server, it wouldn't happen



    (lord please dont strike me down for lying like i just did)

    Comment


      #17
      Here seems to be a similar situation with an Apache system:



      My users and myself are having issues with blank pages, forbidden and not acceptable errors, what can I do?

      There is a very good chance your host has installed a add-on for apache called mod_security.
      Quote:
      ModSecurityTM is an open source intrusion detection and prevention engine for web applications (or a web application firewall). Operating as an Apache Web server module or standalone, the purpose of ModSecurity is to increase web application security, protecting web applications from known and unknown attacks.
      While mod_security can be a very powerful tool, misconfigured or overly strict rule sets can interfere with vBulletins Operation. Below for Apache users you can use an htaccess file and add a specific rule to disable mod_security.

      Make or edit your forum .htaccess file and add the following code
      Code:

      <IfModule mod_security.c>
      SecFilterEngine Off
      SecFilterScanPOST Off
      </IfModule>

      Note, place this file in your main forum directory.
      Chris, can you try that?
      Hunting Videos & Flickr Pix

      Comment


        #18
        Yep...sometimes it's worse than others but it happens everyday.

        Comment


          #19
          ttt
          Hunting Videos & Flickr Pix

          Comment


            #20
            Just sent you an email on this Dev. Let me know.

            Comment


              #21
              thats strange that only happens to me every once and a while

              Comment


                #22
                sme here. I got it a while ago, but that was the fist time in a good month.

                Comment


                  #23
                  Originally posted by singleshot View Post
                  sme here. I got it a while ago, but that was the fist time in a good month.
                  Maybe it has something to do with the traffic. It seems worse during high traffic times.

                  Comment


                    #24
                    I get that message all the time! I got it when I tried to open this particular thread!

                    Comment


                      #25
                      I scroll down the forum and open multiple threads in different tabs. When I'm opening multiple messges at once, I get it on a few of them. When I get to that tab, I hit F5 and it clears it and brings up the page I was looking for. I figured it was some type of defense (denial of service) against the multiple requests from the same site in a very short time period.

                      Comment


                        #26
                        The permissions on the web server are not correct. Apparently our profiles are set in various web based directories, maybe due to the meltdown and a temporary, and now, permanent new world that was created to keep the server running? That's my guess but it's added a high layer of complexity to the management of security on the TBH server.

                        I would recommend running syslogs to verify where the issues lie?

                        grep -c "/jsp/source.jsp?/jsp/ /jsp/source.jsp??" access_log
                        grep "client denied" error_log | tail -n 10

                        Not sure if the server is supporting CGI scripting and other functionality inherent with Apache? It's time for Chuck

                        I think it's related to the backend database as our calls to specific areas of the server are processed from the Apache front-end. That's my guess but what do I know
                        Last edited by AtTheWall; 12-25-2007, 11:35 AM.

                        Comment


                          #27
                          I got it only once this morning.

                          Comment


                            #28
                            Originally posted by AtTheWall View Post
                            The permissions on the web server are not correct. Apparently our profiles are set in various web based directories, maybe due to the meltdown and a temporary, and now, permanent new world that was created to keep the server running? That's my guess but it's added a high layer of complexity to the management of security on the TBH server.

                            I would recommend running syslogs to verify where the issues lie?

                            grep -c "/jsp/source.jsp?/jsp/ /jsp/source.jsp??" access_log
                            grep "client denied" error_log | tail -n 10

                            Not sure if the server is supporting CGI scripting and other functionality inherent with Apache? It's time for Chuck

                            I think it's related to the backend database as our calls to specific areas of the server are processed from the Apache front-end. That's my guess but what do I know
                            Whay he said I think.

                            Comment


                              #29
                              Rob,

                              I was thinking the same thing...






                              ...at least, I might have been thinking the same thing if I had a clue what you just said.

                              Comment

                              Working...
                              X