Search results

  1. K

    php.ini max_execution_time limiting no overrides

    Is there some way to disable local overrides of certain settings besides the httpd.conf method? Also people should not be able to override this in their own php.ini either. Is there an easier way? I can't disable .htaccess as people need it for other things. I use WHM and went to service...
  2. K

    403 Error for Tim Thumb Image Generator Works in Apache

    error log shows: [201.194.148.124:62214-0#APVH_rentalbookingsoftware.com] [APVH_rentalbookingsoftware.com] file permission is restricted for script.
  3. K

    403 Error for Tim Thumb Image Generator Works in Apache

    Hi, Tim Thumb will not work in Litespeed and I don't know how to fix, some refer to SecFilterSelective rules but I don't know where to edit those. Here is the page...
  4. K

    xdebug with litespeed help "not loaded as zend extension"

    Hi, I know xdebug is loading as a zend extension cause I have in php.ini: zend_extension = /usr/local/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so but phpinfo says it's not a zend extension (rather a regular php extension) and I can't get PHPSTORM to recognize an incoming...
  5. K

    PHP run 5.3 and 5.4 Sock File? How To Create?

    Hi, how do I correctly create the sock file? I am using ln and ln -s and neither seems to make the correct type of sock file. For example I used: ln -s /usr/local/lsws/fcgi-bin/lsphp-5.4.13 /tmp/lshttpd/lsphp54.sock The ones that litespeed makes look different in my ssh client so I...
  6. K

    php.ini max_execution_time limiting no overrides

    I'm trying to disable clients from being able to set max_execution_time via php using: set_time_limit() or .htaccess using: php_value max_execution_time In php.ini I changed the following lines: safe_mode_protected_env_vars = max_execution_time disable_functions = set_time_limit but I want...
Top