• Hello!

    I am working on this website. It was working fine until a few days ago. Now when a user goes to the site they get (on Chrome) ERR_SSL_PROTOCOL_ERROR. I tried rebooting the server but that didn’t fix it. The server uses xampp. I went through the log and the error being returned is

    [Thu Dec 13 10:39:49.944653 2018] [rewrite:error] [pid 10836:tid 1984] [client client-IP:45207] AH00670: Options FollowSymLinks and SymLinksIfOwnerMatch are both off, so the RewriteRule directive is also forbidden due to its similar ability to circumvent directory restrictions : C:/xampp/apache/error/HTTP_BAD_REQUEST.html.var
    
    Googleing it said to add "Options +SymLinksIfOwnerMatch" to either .htaccess or the httpd.conf files. I tried both but neither worked. I dug more in the log file and found one client repeatedly connecting and throwing this error
    
    

    [Tue Dec 11 04:43:33.642404 2018] [php7:warn] [pid 4156:tid 1832] [client client-IP:33307] PHP Warning: unlink(C:\\Users\\Web\\AppData\\Local\\Temp/gravitypdf-ec737781f3dcef80380d9530411d31ce/mpdf/tmp_directory_test.php): No such file or directory in C:\\xampp\\htdocs\\wp-content\\plugins\\gravity-forms-pdf-extended\\src\\model\\Model_Install.php on line 372

    right before my the page went down and the other error started. I also noticed that after the error changed and before the server was rebooted this error

    VirtualAlloc() failed: [0x00000008] Not enough memory resources are available to process this command.
    

    VirtualFree() failed: [0x000001e7] Attempt to access invalid address.

    Does anyone have any ideas what went wrong or how to fix it? The website is up right now working off the old db.

    • This topic was modified 6 years, 3 months ago by mecjay12.
    • This topic was modified 6 years, 3 months ago by mecjay12.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘SSL error and Rewite Error’ is closed to new replies.