Re: Perl CGI and PHP - with some TT thrown in

2002-12-10 Thread Andy Williams \(IMAP HILLWAY\)
- Original Message - From: Dave Wilson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 09, 2002 6:14 PM Subject: Re: Perl CGI and PHP - with some TT thrown in Have all the frontend in perl -- with maybe a namespace dedicated to the PHP backend via. mod_rewrite. PHP

Re: Perl CGI and PHP - with some TT thrown in

2002-12-09 Thread David M. Wilson
On Mon, Dec 09, 2002 at 03:11:06PM +, Simon Dick wrote: I've been asked a to build in someones php application into our website. The website is all perl/cgi/template toolkit This actually worked ok apart from apache treating the resulting page as just html and printing it php

Re: Perl CGI and PHP - with some TT thrown in

2002-12-09 Thread Andy Williams
- Original Message - From: Simon Dick [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 09, 2002 3:11 PM Subject: Re: Perl CGI and PHP - with some TT thrown in Does setting Content-Type to application/x-httpd-php help? I've just tried that and it hasn't helped

Re: Perl CGI and PHP - with some TT thrown in

2002-12-09 Thread Andy Williams
- Original Message - From: David M. Wilson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 09, 2002 3:28 PM Subject: Re: Perl CGI and PHP - with some TT thrown in On Mon, Dec 09, 2002 at 03:11:06PM +, Simon Dick wrote: I've been asked a to build in someones php

Re: Perl CGI and PHP - with some TT thrown in

2002-12-09 Thread Simon Wilcox
On Mon, 2002-12-09 at 14:47, Andy Williams wrote: Hi, I've been asked a to build in someones php application into our website. The website is all perl/cgi/template toolkit Unlucky :) So my question is, is there any way I can tell apache (maybe with headers) that this is php output

Re: Perl CGI and PHP - with some TT thrown in

2002-12-09 Thread Christof Damian
On Mon, 09 Dec 2002, Andy Williams wrote: So my question is, is there any way I can tell apache (maybe with headers) that this is php output and needs to be processed through php? as you are stuck with apache 1.x i only can think of two evil ways to do that. - pipe your Perl output in your

Re: Perl CGI and PHP - with some TT thrown in

2002-12-09 Thread Randal L. Schwartz
Andy == Andy Williams [EMAIL PROTECTED] writes: Andy So my question is, is there any way I can tell apache (maybe with headers) Andy that this is php output and needs to be processed through php? Apache2 can stack content-handlers. Apache1 can't. Why not just say that the URLs that belong to

Re: Perl CGI and PHP - with some TT thrown in

2002-12-09 Thread Dave Wilson
On Mon, Dec 09, 2002 at 05:30:22PM +, Simon Wistow wrote: On Mon, Dec 09, 2002 at 02:59:29PM +, the hatter said: This got me wondering bad an evil thoughts about wrapping PHP as a Perl module. IIRC correctly the actual interface to the parser isn't all that complicated - something