Search results

  1. R

    ERROR Could not extract LSAPI archive

    I am also unable to rebuild php? How badly does that suck? the php5 that is currently compile is ignoring the --with-config-file-path=../php and I was hoping that a recompile would help.
  2. R

    php.ini and vhosts not loading local php.ini

    So, for a site with many vhosts they each would require a new handler, why not just expand the -c $VH_ROOT/php/php.ini? is there something with the architecture that prevents this? Is there a way to copy the handler and then just change the command line? it would save a lot of typing and...
  3. R

    php.ini and vhosts not loading local php.ini

    the command for php5 now has: $SERVER_ROOT/fcgi-bin/lsphp5 -c $VH_ROOT/php and when I restart and run phpinfo. configuration File (php.ini) path = ../php Loaded Configuration file = (none) Scan this dir for add... = (none) Additonal .ini files parsed = (none) if I hard-code the path...
  4. R

    php.ini and vhosts not loading local php.ini

    Ok, now I am thinking that I will go back to apache :) I am not using httpd.conf file or apache mode, strickly litespeed and vhosts configured though the gui. I don't have and external suphp scripts and am using the default handlers. do I need to setup an external php handler for each vhost?
  5. R

    php.ini and vhosts not loading local php.ini

    I am using vhosts so I want www.rob.com to use for php doc_root=/home/rob /home/rob/php/php.ini and www.bill.com to use doc_root=/home/bill /home/bill/php/php.ini as they may each have seperate requirements. My first read said that it shoudl be looking under the /home/xxx/php folder...
  6. R

    php.ini and vhosts not loading local php.ini

    i compiled with the --config-file-path=../php and phpinfo shows that it is loading the master php.ini from /usr/local/lsws/php/php.ini rats, pdf file was too big, snipped below. what am I missing? thanks Rob System Linux localhost.localdomain 2.6.18-128.1.6.el5 #1 SMP Wed Apr 1...
Top