Dhaupin

Active Member
Jan 3, 2014
41
4
8
cPanel Access Level
Root Administrator
Code:
rpm -q --changelog httpd
Doesn't find httpd as a package. Not sure if its because of EasyApache hijacking or what. Is there some other method of finding the changelog on a cPanel server?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463

Dhaupin

Active Member
Jan 3, 2014
41
4
8
cPanel Access Level
Root Administrator
Cool, just realized too that EasyApache does indeed roll its own httpd. Thanks for the dir and web location. Needed on server for PCI scan. For others visiting this thread, the way to see the changelog is by first finding your Apache version:

Code:
# httpd -v
Then put the version in the following, in this case its 2.2

Code:
# cat /home/cpeasyapache/src/httpd-2.2/CHANGES