Recently ,I met a problem. In a linux service,there are two apache service. Every time, apache server always point the old config file. The solution is the following(use the variable to specify a config file):
httpd -f [configfile path and name] -k start(restart)
Also, we should be able to use the command 'find'.
httpd -f [configfile path and name] -k start(restart)
Also, we should be able to use the command 'find'.