Re: [Lazarus] fpWeb and static content

2011-05-25 Thread michael . vancanneyt
On Tue, 24 May 2011, Lee Jenkins wrote: On 5/24/2011 4:21 PM, Joost van der Sluis wrote: On Mon, 2011-05-23 at 22:47 -0400, Lee Jenkins wrote: On 5/23/2011 9:29 PM, ABorka wrote: What is the typical strategy to server up static content with fpWeb? JS, css files, given that its handler

Re: [Lazarus] fpWeb and static content

2011-05-25 Thread Joost van der Sluis
On Tue, 2011-05-24 at 18:17 -0400, Lee Jenkins wrote: On 5/24/2011 4:21 PM, Joost van der Sluis wrote: On Mon, 2011-05-23 at 22:47 -0400, Lee Jenkins wrote: On 5/23/2011 9:29 PM, ABorka wrote: What is the typical strategy to server up static content with fpWeb? JS, css files, given that

Re: [Lazarus] fpWeb and static content

2011-05-25 Thread Lee Jenkins
On 5/25/2011 4:16 AM, Joost van der Sluis wrote: On Tue, 2011-05-24 at 18:17 -0400, Lee Jenkins wrote: On 5/24/2011 4:21 PM, Joost van der Sluis wrote: On Mon, 2011-05-23 at 22:47 -0400, Lee Jenkins wrote: On 5/23/2011 9:29 PM, ABorka wrote: What is the typical strategy to server up static

Re: [Lazarus] fpWeb and static content

2011-05-24 Thread michael . vancanneyt
On Mon, 23 May 2011, Lee Jenkins wrote: What is the typical strategy to server up static content with fpWeb? JS, css files, given that its handler centric. Create a default handler that checks for file extension in the .PathInfo? Yes. or, if you use the embedded server, the URL

Re: [Lazarus] fpWeb and static content

2011-05-24 Thread leledumbo
Maybe this would sound overcomplicated, but I create a special webmodule for this (because I refer it dynamically as well in my templates). -- View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-fpWeb-and-static-content-tp2977708p2980540.html Sent from the Free

Re: [Lazarus] fpWeb and static content

2011-05-24 Thread Joost van der Sluis
On Mon, 2011-05-23 at 22:47 -0400, Lee Jenkins wrote: On 5/23/2011 9:29 PM, ABorka wrote: What is the typical strategy to server up static content with fpWeb? JS, css files, given that its handler centric. Create a default handler that checks for file extension in the .PathInfo? --

Re: [Lazarus] fpWeb and static content

2011-05-24 Thread Lee Jenkins
On 5/24/2011 4:21 PM, Joost van der Sluis wrote: On Mon, 2011-05-23 at 22:47 -0400, Lee Jenkins wrote: On 5/23/2011 9:29 PM, ABorka wrote: What is the typical strategy to server up static content with fpWeb? JS, css files, given that its handler centric. Create a default handler that checks

Re: [Lazarus] fpWeb and static content

2011-05-23 Thread ABorka
What is the typical strategy to server up static content with fpWeb? JS, css files, given that its handler centric. Create a default handler that checks for file extension in the .PathInfo? -- Warm Regards, Lee Why would you need fpweb to serve static content? Your web server does that.

Re: [Lazarus] fpWeb and static content

2011-05-23 Thread Lee Jenkins
On 5/23/2011 9:29 PM, ABorka wrote: What is the typical strategy to server up static content with fpWeb? JS, css files, given that its handler centric. Create a default handler that checks for file extension in the .PathInfo? -- Warm Regards, Lee Why would you need fpweb to serve static