Hi all,
Just installed PHP 5.0.3 on a Windows Server 2003 machine with IIS 6. The
PHP installation was conducted using the manual method on installation.
A PHP test page as created with the following code:
PHP Test
Hello World'; ?>
The server spits out the following error message w
I've read elsewhere that the way to do this is to restart Apache.
The following command should do the trick:
sudo killall -HUP httpd
Peace,
Jeff
Ciberflash wrote:
> 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 comp
On Sunday 02 Jan 2005 03:22, PHPDiscuss - PHP Newsgroups and mailing lists
wrote:
> I've read elsewhere that the way to do this is to restart Apache.
>
> The following command should do the trick:
> sudo killall -HUP httpd
>
> Peace,
> Jeff
>
> Ciberflash wrote:
> > Good day!
> > How do I shutdown