On 5/12/08, Syp <[EMAIL PROTECTED]> wrote: > > > Hello -- > > Does anyone know if it's possible to run Pylons and PHP together on > the same port? I'm trying to use a web analytics tool (Piwik) which > requires PHP. Any suggestions?
We do just this on developers.org.ua site. Frontpage is on pylons while blog is running on Wordpress. http://www.developers.org.ua/ http://www.developers.org.ua/blog/ I believe I posted my configs to pylons wiki. Basically we use Apache for PHP plus http proxy (ProxyPass directive) to forward to pylons app, which runs wsgi cherrypy server. HTH, Max. -- Max http://maxischenko.in.ua // http://www.linkedin.com/in/maksim --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
