This is a discussion on How do I shutdown and restart PHP? within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Good day! How do I shutdown and restart PHP? I don't want to reboot the machine each time I ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
In bericht <Qf6dnQtG-KxOtuzcRVn-iA@rogers.com>, schreef
terabyte@rogers.com ... > Good day! > > > > How do I shutdown and restart PHP? I don't want to reboot the machine each > time I desire the changes/additions I completed in the PHP.ini file to take > affect. > > > > Thanks! > > > you just have to restart your webserver (probably apache), that will reload your php.ini-file Jan8831 |
|
|||
|
"Terabyte" <terabyte@rogers.com> wrote in message news:Qf6dnQtG-KxOtuzcRVn-iA@rogers.com... > Good day! > How do I shutdown and restart PHP? I don't want to reboot the machine each > time I desire the changes/additions I completed in the PHP.ini file to take > affect. Thank you both for you input! Gee I knew that it could not be that difficult! I hate being the new kid on the block! Cheers! |
|
|||
|
If you don't want to restart Apache.
on unix you can issue apachestl reload command that will reload the config files without actually killing the webserver and starting it backup. Be ware that if your configs have errors you might crash your server and have to delete the pid files manually before you can start it up again. "Terabyte" <terabyte@rogers.com> wrote in message news:cpednWsjf4aOEO_cRVn-qg@rogers.com... > > "Terabyte" <terabyte@rogers.com> wrote in message > news:Qf6dnQtG-KxOtuzcRVn-iA@rogers.com... >> Good day! >> How do I shutdown and restart PHP? I don't want to reboot the machine >> each >> time I desire the changes/additions I completed in the PHP.ini file to > take >> affect. > > Thank you both for you input! Gee I knew that it could not be that > difficult! > I hate being the new kid on the block! > > Cheers! > > |