Solution for WordPress asking for FTP while installing plugins

In centos OS after installing LAMPP if you install wordpress if its asking for ftp account details while installing do the following.

Issue : apache user do not have write permission to the folder.
Step 1 : find the account used by apache ..
/opt/lampp/etc/httpd.conf
Step 2;  Now give the right permission to your wordpress folder by usning following command

chown -R daemon:daemon wordpress/
This will solve the permission issue of wordpress updates, plugins, theme installations

Haneef Puttur

***************
#You will never reach your destination if you stop and throw stones at every dog that barks…

.