I have installed LAMP server via tasksel
. Where is PHP directory?
How to install and use php-cgi
if I don't have it inside PHP directory (I need to copy php-cgi
file from there)
Thanks in advance.
I have installed LAMP server via tasksel
. Where is PHP directory?
How to install and use php-cgi
if I don't have it inside PHP directory (I need to copy php-cgi
file from there)
Thanks in advance.
If you're using
tasksel
You'll find php scattered throughout. However, if you're trying to use php-cgi, Ubuntu packages have that already configured.You can then enable apache to use it with:
Very VERY rarely will you ever need to copy files around to get something packaged working.