资 源 简 介
A simple (web)way to manage system services
ABOUT
This project provides a program to manage the services in a single or distributed Windows-System using a WEB-frontend.
The program is running as CGI-Script within a WEB Server and is based on sc.exe
sc.exe is a part of Windows Resource Kit to Start, Stop, Query any Windows Service.
The CGI was generated from perl using a registered version of ©Perl2exe.
Requirements
CGI tested on Apache 2.0.59 (Windows)
Apache compiled with module cgi
Rights to configure the Apache Server
Rights to restart the Apache Server
Installation
Unpack cgi-services.zip into the DocumentRoot or other Apache-Directory
Include the file "httpd-cgi-services.conf" in your http.conf:
# Windows Services (CGI)
Include conf/httpd-cgi-services.conf
C