[PHP-INSTALL] Getting PHP CGI error

2005-01-02 Thread Jimmy
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

[PHP-INSTALL] Re: How do I shutdown and restart PHP?

2005-01-02 Thread PHPDiscuss - PHP Newsgroups and mailing lists
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

Re: [PHP-INSTALL] Re: How do I shutdown and restart PHP?

2005-01-02 Thread Tony Dietrich
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