On Mon, May 12, 2008 at 4:43 PM, Syp <[EMAIL PROTECTED]> wrote: > > Hello -- > > Does anyone know if it's possible to run Pylons and PHP together on > the same port?
huh? unless you configure your apache to serve both py and php and mess around with everyrequest to see who is handling what no. I'll suggest you just run on different subdomains. for example I got www.example.com with my pylons app and stats.example.com with my analitics tool. > I'm trying to use a web analytics tool (Piwik) which > requires PHP. Any suggestions? > I'm using something older but works. it's call aw_stats, and it works based on apache logs and it parses the logfiles every X hours. > Thanks in advance! > > Syp > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
