There is a problem when calling apache -k restart. The issue is with permissions set with the service control manager. It happens that Apache sends a user define control code for restarting, signal 128. But when getting the handle of the service it is not passing the flag to allow user define control code causing the ControlService call to return ERROR_ACCESS_DENIED.

 

The following patch for the file server/mpm/winnt/service.c adds the flag to the OpenService call to allow user define control codes.

 

This patch should fix bug 12011.

 


 

Juan C. Rivera

 

Citrix Systems, Inc

 

Tel: (954)229-6391

 

Attachment: service.c.patch
Description: Binary data

Reply via email to