Page 1 of 1

Apache shutdown fails

Posted: Wed Apr 27, 2005 9:47 am
by issinoho
When you try to shut down Apache, the following happens.

$ @sys$startup:apache$shutdown
Syntax error on line 5 of /apache$root/conf/mod_php.conf:
Can't locate API module structure `php4_module' in file
/apache$root/000000/modules/mod_php_apache-2_0.exe: function not implemented


This is due to certain process logicals not being defined, specifically PHP logicals in this case.

To correct, run the following,
$ @apache$root:[000000]apache$setup

Now the shutdown should work. Incidentally the following command will restart Apache,

$ @sys$startup:apache$startup restart

Posted: Mon May 09, 2005 9:57 am
by chris_sharman
Thanks for that.
It seems to be specifically @apache$common:[000000]php_setup
that needs doing.