I have a webserver (apache 2.4/php5/mysql 5.6) and i want to be sure it is setup to use FastCGI.
when i execute phpinfo(); i can see (in loaded modules):
mod_proxy_fcgi
mod_proxy_scgi
mod_cgi
mod_php5
however using my standard fedora user account, Ii still can not edit/remove/move files/folders owned by apache user account.
while searching on internet i discovered that fastCGI should allow me (using my fedora user account) to do such thing, even if files/folders are owned by apache user account. Therefore i deduced that fastCGI doesn't work properly on my webserver. Please, could you tell me how can i be sure that fastCGI runs well on my webserver and that i use it correctly ?