Apache shutdown fails

Discussions around the use of Apache on VMS
Post Reply
Message
Author
User avatar
issinoho
Site Admin
Posts: 202
Joined: Tue Feb 01, 2005 12:53 am
Location: Scotland
Contact:

Apache shutdown fails

#1 Post 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

chris_sharman

#2 Post by chris_sharman »

Thanks for that.
It seems to be specifically @apache$common:[000000]php_setup
that needs doing.

Post Reply