| ||||||
| 5/24 |
| 2006/8/14-16 [Computer/SW/OS/FreeBSD, Computer/SW/Languages/Web] UID:43990 Activity:nil |
8/14 Anyone know if there's a FreeBSD equivalent to Linux binfmt-misc?
\_ Pretty sure not. OOC, why do you want it?
\_ Just setup apache with suexec and fcgid. wanted userdir
php modules to start in suexec w/o having to copy php binary
to each user's public_html. For now, will just create an
entry in httpd.conf for each user and have a wrapper script
copied to the public_html. -op |