How do I shutdown and restart PHP?

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default How do I shutdown and restart PHP?

    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!


    Terabyte Guest

  2. Similar Questions and Discussions

    1. on shutdown or restart
      everytime i keep shutting down or restarting i keep getting a long string of error messages to fast to see what it says, but i caught a glimpse of...
    2. Shutdown at 6:00 pm
      How to do for the server 2000 shutdown automaticly at 6:00 pm ??? PD: What tool i use for know what aplication absorb all memory of my server and...
    3. shutdown
      "Gerry" <gerryhmurray@aol.com> wrote in message news:004a01c3496e$c9876630$a601280a@phx.gbl... Ok
    4. Windows XP is slow to shutdown or restart
      I recently installed a new motherboard (Gigabyte K7 Triton) and memory and now for some reason when I try to restart or shutdown windows it sits...
    5. hangs on shutdown, must restart oracle service
      Can anyone tell me why sometimes Oracle hangs on shutdown and the only way to fix it is to restart the oracle service? When this occurs, I also...
  3. #2

    Default Re: How do I shutdown and restart PHP?

    In bericht <Qf6dnQtG-KxOtuzcRVn-iA@rogers.com>, schreef
    [email]terabyte@rogers.com[/email] ...
    > 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
    Jan831 Guest

  4. #3

    Default Re: How do I shutdown and restart PHP?


    "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!


    Terabyte Guest

  5. #4

    Default Re: How do I shutdown and restart PHP?

    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!
    >
    >

    Ninjaboy Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139