RE: running lighttpd with FastCGI

2005-08-03 Thread Sander Holthaus - Orange XL
David Banning wrote: >> PHP has a meta-port for cgi: www/php4-cgi. Use that to start. There >> are a few options you have to define, in the Makefile of lang/php4, >> you will find: > > Yes, I just found that reference on the lighttpd website. I > actually did try it, but ran into access problems.

Re: running lighttpd with FastCGI

2005-08-03 Thread David Banning
> PHP has a meta-port for cgi: www/php4-cgi. Use that to start. There are a > few options you have to define, in the Makefile of lang/php4, you will find: Yes, I just found that reference on the lighttpd website. I actually did try it, but ran into access problems. I -did- achieve success by compi

RE: running lighttpd with FastCGI

2005-08-03 Thread Sander Holthaus - Orange XL
[EMAIL PROTECTED] wrote: > I am attempting to run lighttpd with FastCGI. I understand I > must first get FastCGI support into php4. Can anyone point me > in the right direction? I have tried all types of switches while > compiling php4. > > I have been looking for any switches I can set by scanni