As a programmer, I hate the redundancy of using an actual copy of my php binary in each of my sites cgi-bin directory. Is there a way I can either have one cgi-bin directory for all the sites to share, or somehow use a symbolic link so that it just references the binary in my main bin dir?
I tried a symbolic link but it didn’t work. I know it’s not much disk space, but every time I upgrade or recompile with new options would mean copying that new file into all those locations. It’d be nice if I only had to do it once, or even not at all.