Greetings,
On Wed, Jan 11, 2012 at 10:39 PM, Brian Mathis brian.mathis+centos@betteradmin.com wrote:
On Wed, Jan 11, 2012 at 11:58 AM, Rajagopal Swaminathan raju.rajsand@gmail.com wrote:
Yum only downloads and installs RPM files, so in general you will use the rpm command to get the details of the packages you installed.
You can see all the files included in a package by using "rpm --query --list <package>". For apache web apps, the centos style is to place an include file in /etc/httpd/conf.d with the configuration for the app, but your apps might have done something different. Take a look at the include file and see if you need to configure something. There may be docs in /usr/share/doc/<packagename> explaining what you need to do.
Sure. I will do that in about 13 hours and report back to this list.