<br><br><div><span class="gmail_quote">On 03/10/06, <b class="gmail_sendername">Daisuke Murase</b> <<a href="mailto:typester@cpan.org">typester@cpan.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Tue, 3 Oct 2006 21:05:40 +1000, "Kieren Diment" <<a href="mailto:diment@gmail.com">diment@gmail.com</a>> wrote:<br>> I've written some tests to look for non-identical behaviour between the test<br>> server and for fastcgi under lighttpd, both where deploying the application
<br>> under the server root or in a subdir.<br>><br>> Please have a look and run the tests yourself if possible. I know the way I<br>> set up the lighttpd config is not ideal, but it works for now�.<br>><br>
> I'm planning to add apache tests as well and would appreciate advice/working<br>> code on the best way to do this.<br>><br>> At the moment I am unable to offer tests for IIS, which I know we are all<br>> sad about.
<br>><br>> it's in catalyst trunk at: Catalyst-Helper-FastCGI<br><br>This is very similar to Catalyst-Helper-Lighttpd what I'm working on.<br><a href="http://svn.unknownplace.org/public/library/perl/trunk/Catalyst-Helper-Lighttpd/">
http://svn.unknownplace.org/public/library/perl/trunk/Catalyst-Helper-Lighttpd/</a><br><br>Helper::Lighttpd is also have -p option for output lighttpd configuration.<br>You can easily setup your fastcgi application by using this like:
<br><br> # lighty.conf<br> include_shell "/path/to/myapp_lighttpd.pl -p"<br><br>Lighttpd is simple and nice.<br><br>What are you think about this?</blockquote><div><br><br>This looks sensible to me I think - unless there's an alternative solution that means that we can use the existing fcgi script. The sensible thing to do I suppose is to fold the tests that I wrote into this module and use helper script to generate a lightty instance running under fcgi to ensure that there's identical behaviour between this and the test server output.
<br> <br>I'm also keen to provide the same for apache, but I'd really like someone who knows apache better to sort out the config for the two test scripts that would need to be run.<br><br>Marcus had some thoughts on this on irc I beleive
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">And I can work with you if you want.<br><br>Regards,<br><br>--<br>Daisuke Murase <
<a href="mailto:typester@cpan.org">typester@cpan.org</a>><br>_______________________________________________<br>Catalyst-dev mailing list<br><a href="mailto:Catalyst-dev@lists.rawmode.org">Catalyst-dev@lists.rawmode.org
</a><br><a href="http://lists.rawmode.org/mailman/listinfo/catalyst-dev">http://lists.rawmode.org/mailman/listinfo/catalyst-dev</a><br></blockquote></div><br>