Re: [cgiwrap-users] Re: cgiwrap and php?
Brought to you by:
nneul
From: <web...@du...> - 2000-09-29 21:42:44
|
> > nicholas cole wrote: > > > > I've been on cgiwrap's mailing list looking around, and > > since i'm just f'n confused about this, i thought i'd ask > > you this as a start.. > > > > can php work with cgiwrap without putting a #! in the > > script? > > > > personaly i don't have any problem putting a #! in my php > > scripts, but i have customers that come in with php apps > > that have shitloads of individual php scripts, just way too > > many to add a #! to.. > > > > -- If you're using linux, check out binfmt_misc (docs in /usr/src/linux/Documentation/binfmt_misc). Basically, it lets you send all files with a certain "magic number" (in your case probably "<?php") or file extension through an interpreter of your choice. -mike -- Mike Glover web...@du... Duluoz Networks http://www.duluoz.net |