Recent content by AEDELGOD

  1. A

    Update from 1.4.23 to 1.4.25 failed

    lol I had another moment it looks like. I did sudo make && make install instead of the latter. So it didn't sudo make install, it just sudo'd make. Thanks lsfoo.
  2. A

    Update from 1.4.23 to 1.4.25 failed

    Good afternoon, Today I decided to attempt an update from 1.4.23 to 1.4.25. I did the following: 1. Downloaded an extracted source .tgz 2. ./configure --with-openssl=/usr/lib/ssl 3. make && make install I also attempted with sudo with the same results. failed at make. Please see attached...
  3. A

    [need assist]Wordpress caching rewrite rules

    I'll give those a try tomorrow, thanks. There are other plugins I can use for minification so it doesn't need to be w3tc. I just need caching so minification can happen without hindering load times.
  4. A

    [need assist]Wordpress caching rewrite rules

    Hi Kevin, Putting the code in as is throws errors for all of the actual rules. This is for the W3TC on WordPress. It is for caching. I'm still working out permissions issues with the plugin to function correctly as well so there is no rush. The plugin also has functions to make WordPress...
  5. A

    [need assist]Wordpress caching rewrite rules

    I started working on a WordPress site on my server and a plugin I am using requires the following rules added for caching. My question is: how can I implement the following code properly into my rewrite rules for them to work without all of them throwing errors? <IfModule mod_deflate.c>...
  6. A

    Failed to load PageSpeed

    I only have a production server with OLS. I will just wait for the next update, I'm patient. :) I don't necessarily need PageSpeed.
  7. A

    Custom 404 page headers

    Ok, that works, thank you. must have /
  8. A

    Custom 404 page headers

    404 is the only custom error page I have. It has done this on 1.4.22 and 1.4.23 you can feel free to check the headers on my site. Config for it looks like this: Error Code URL 404 Not Found 404.html
  9. A

    Failed to load PageSpeed

    Take your time, I'm not in a rush dude. The world won't end because of a couple bugs lol.
  10. A

    Custom 404 page headers

    No, I have a custom 404 page, it is added correctly. What I noticed is that OLS doesn't handle them correctly. Instead of giving a 404 header for a custom 404 it gives a 302. The default OLS 404 page gives a 404, just not when you have a custom one. I have it as just 404.html. I also tried it as...
  11. A

    [HELP] some RewriteRules won't work

    makcode, Please refer to this too if you haven't already: http://open.litespeedtech.com/mediawiki/index.php/Help:Rewrite_Rule_Differences It looks like you're not adding a forward slash at the beginning of the rule pattern.
  12. A

    OpenLiteSpeed 1.4.23 Released! New Customizations, a Vulnerability Patch, and Bug Fixes!

    Well I didn't need to, it updated flawlessly and quickly. I love OLS.
  13. A

    Custom 404 page headers

    So, I've been trying to figure out how to make OLS push a 404 header with custom error pages with no luck. httpstatus.io says OLS pushes it as a 302 (which is bad for SEO). Is there any way to make OLS push an actual 404 with a custom 404 page?
  14. A

    Failed to load PageSpeed

    Cool, thanks Kevin. Hope you guys can figure it out.
Top