Date: Wed, 3 Aug 2005 11:44:54 -0400 From: David Banning <david+dated+1123515894.562b42@skytracker.ca> To: questions@freebsd.org, Sander Holthaus - Orange XL <info@orangexl.com> Subject: Re: running lighttpd with FastCGI Message-ID: <20050803154454.GA77763@skytracker.ca> In-Reply-To: <!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAAKyp4ptCu/EW6/gcge57xl8KAAAAQAAAAymVFdHPdzkS9SrcoUt/FRgEAAAAA@orangexl.com> References: <20050803004141.GA3788@skytracker.ca> <!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAAKyp4ptCu/EW6/gcge57xl8KAAAAQAAAAymVFdHPdzkS9SrcoUt/FRgEAAAAA@orangexl.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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 compiling the code available from the lighttpd website. Just so I understand how to handle options when compiling in the ports; > .if defined(WITH_REDIRECT) > CONFIGURE_ARGS+=--enable-force-cgi-redirect > .endif To enable this, in the correct port I would go; # make install WITH_DIRECT="yes" Is that the correct syntax for enabling options? Thanks for your comments. I am now having trouble finding alternatives for redirection to be placed on the .htaccess file. I don't see any reference for that on the lighttpd website. I will try to post to that site.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050803154454.GA77763>