LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   loading php module without restart apache (https://www.linuxquestions.org/questions/linux-newbie-8/loading-php-module-without-restart-apache-833981/)

ravibhure 09-23-2010 05:31 AM

loading php module without restart apache
 
Hi,
I need to load php module without restart/reload apache, is there a way to do that, php has its option to load zend extension using '-z',

php -z <filename>

is there anyway because I need to load php module in runtime, that I don't want to loose the live running session.

leejohnli 09-23-2010 05:45 AM

is somewhat similar to service httpd graceful? Graceful reloading will not affect current open connection on your apache.


All times are GMT -5. The time now is 11:40 PM.