Search results

  1. P

    LiteSpeed with Plesk 9.5

    I am interested in having litespeed installed on my server but I had a few questions first. 1.) Will it change the current configuration of PHP? 2.) Does it integrate into the Plesk ACP? 3.) When paying for installation do you allow time for us to make sure everything works the same...
  2. P

    Large PHP Uploads Stall/Fail

    It uploads small files so I know mod_security isn't blocking it. We have disabled the firewall and tested still no go. What exactly do you need access to?
  3. P

    [solved] Mod_rewrite rules not working in litespeed. Works in Apache

    Sorry for the delayed response. This appears to have fixed it.
  4. P

    Large PHP Uploads Stall/Fail

    Yes it is chmod 777. Max Request Body Size (bytes) = 500M
  5. P

    [solved] Mod_rewrite rules not working in litespeed. Works in Apache

    Spoke too soon. This ('/Forums/posting/mode=reply/t=11.html') should goto modules.php?name=Forums&file=posting&mode=reply&t=11 From Admin: 2011-04-26 00:07:58.662 INFO [x.x.x.x:53057-0#test.com] [REWRITE] Rule: Match 'Forums/posting/mode=reply/t=11.html' with pattern...
  6. P

    [solved] Mod_rewrite rules not working in litespeed. Works in Apache

    Mod_rewrite rules not working in litespeed. Works in Apache This set of rules is not working: RewriteRule ^index\.html /index.php RewriteRule ^([a-zA-Z0-9_=+-]+)(/|\.html)$ modules=$1 [L,S=5] RewriteRule ^([a-zA-Z0-9_=+-]+)/([a-zA-Z0-9_]+)(/|\.html)$ modules=$1&file=$2 [L,S=4]...
Top