RE: [Catalyst] Windows Deployment

2013-01-02 Thread Craig Chant
Hi Tadhg,

I can assure you the wiki IIS / Catalyst page is not out of date as I 
personally updated it just before Christmas!

Were you definitely looking at the following URL? 
http://wiki.catalystframework.org/wiki/deployment/iis7_fastcgi

Please check that URL and let me know what part you are personally experiencing 
problems with and I will do my best to assist you.

I have a fully functioning Catalyst 5.9 set up under ActiveState's Active Perl 
5.18 on a Windows Server 2008 R2 using IIS7.

I have also installed on a Windows 7 machine for local devel no problems (well 
ok there were, but I got it sorted!)

Regards,

Craig.

From: Tadhg [mailto:tadhg.da...@gmail.com]
Sent: 02 January 2013 12:18
To: catalyst@lists.scsys.co.uk
Subject: [Catalyst] Windows Deployment


Hi All,

I'm trying to deploy a simple Catalyst application for internal users, so I 
don't need anything fancy load balancing or proxy servers etc.

My environment,
Server: Windows 2003 server 32 bit
Dev Client: Windows 7 64 bit
Perl: 5.14.12 32 bit
Catalyst: 5.90018

I've had a look at the deployment page on the Catalyst Wiki, which gives a good 
indication of what sould work (though I think some of it may be out of date). 
Each option I try leads to a roadblock, so I start down a new path with the 
same result.

My no doubt misguided impressions are, Nginx/Lighttpd have limited win support, 
Acache is difficult and so not recommended and IIS needs Apache and FastCGI and 
is therefore doubly complex.

What I'd like is somebody to tell me what they have working on windows, or even 
better what the best/least painful solution is?

If appropriate I'll then update/extend the wiki.

Thanks,
Tadhg
Win-Noob

This Email and any attachments contain confidential information and is intended 
solely for the individual to whom it is addressed. If this Email has been 
misdirected, please notify the author as soon as possible. If you are not the 
intended recipient you must not disclose, distribute, copy, print or rely on 
any of the information contained, and all copies must be deleted immediately. 
Whilst we take reasonable steps to try to identify any software viruses, any 
attachments to this e-mail may nevertheless contain viruses, which our 
anti-virus software has failed to identify. You should therefore carry out your 
own anti-virus checks before opening any documents. HomeLoan Partnership will 
not accept any liability for damage caused by computer viruses emanating from 
any attachment or other document supplied with this e-mail. HomeLoan 
Partnership reserves the right to monitor and archive all e-mail communications 
through its network. No representative or employee of HomeLoan Partnership has 
the authority to enter into any contract on behalf of HomeLoan Partnership by 
email. HomeLoan Partnership is a trading name of H L Partnership Limited, 
registered in England and Wales with Registration Number 5011722. Registered 
office: 26-34 Old Street, London, EC1V 9QQ. H L Partnership Limited is 
authorised and regulated by the Financial Services Authority.
___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] Windows Deployment

2013-01-02 Thread Octavian Rasnita
From: Tadhg 


  Hi All,

  I’m trying to deploy a simple Catalyst application for internal users, so I 
don’t need anything fancy load balancing or proxy servers etc.

  My environment,
  Server: Windows 2003 server 32 bit
  Dev Client: Windows 7 64 bit
  Perl: 5.14.12 32 bit
  Catalyst: 5.90018

  I’ve had a look at the deployment page on the Catalyst Wiki, which gives a 
good indication of what sould work (though I think some of it may be out of 
date). Each option I try leads to a roadblock, so I start down a new path with 
the same result.

  My no doubt misguided impressions are, Nginx/Lighttpd have limited win 
support, Acache is difficult and so not recommended and IIS needs Apache and 
FastCGI and is therefore doubly complex.

  What I’d like is somebody to tell me what they have working on windows, or 
even better what the best/least painful solution is?

  If appropriate I’ll then update/extend the wiki.

  Thanks,
  Tadhg




  Apache with mod_perl works fine.

  (Installing mod_perl using ppm)



  Apache configuration is very simple to make a Catalyst app work with it.



  Octavian


___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/