Search results

  1. R

    PHP Stalls before loading page fast

    http://pastebin.ca/1904123 2.5 second pause time. Bloody hell =/
  2. R

    PHP Stalls before loading page fast

    Could you give me some specific commands and what I am looking for? I can truss PID's and it shows either an idle state of lsphp5 or, when I request a page, tons of spam going down. What am I really looking for in the mess of files being opened?
  3. R

    PHP Stalls before loading page fast

    http://www.gamerconx.com/ http://www.gamerconx.com/bp/ Two different sets of code, same issue. It stalls and then loads fast. Any ideas? PHP 5.3.2 w/ Zend.. tried with and without APC, with and without server side caching. Solaris 10 SPARC
  4. R

    can't set 'Forced Type', undefined MIME Type application/x-httpd-php-source

    Getting the error: can't set 'Forced Type', undefined MIME Type application/x-httpd-php-source In my logs whenever my website is loaded. Ideas?
  5. R

    [Resolved] Compiling PHP through LS Web Interface

    This fixed the issue. Thanks!
  6. R

    Coding .htaccess into webserver config?

    I have a pretty hefty .htaccess file for my website and was wondering if there is a way to code it directly into the webserver config to speed things up a bit? If so, how/where? Thanks!
  7. R

    PHP Error Logging

    My PHP install works just fine for normal stuff, but one of my sites involves using the IonCube loader. When invoking the loader-wizard.php script it says it is installed properly and all is fine, however when I load up my website on a new install of LSWS on a Sun/SPARC machine I am getting a...
  8. R

    [Resolved] Compiling PHP through LS Web Interface

    Which user needs to have bash or tcsh as his default shell? The server is running under nobody:nobody, but that account is not supposed to have a shell login
  9. R

    [Resolved] Compiling PHP through LS Web Interface

    This is on a Sun T1000 SPARC/64Bit machine. When I use the web interface to try to compile PHP 5 I get the following error: **LOG_DETAIL** retrieved from /usr/local/lsws/phpbuild/buildphp_1278960757.2.log ============================================================= Preparing all source...
Top