M
Marc Heiler
I carry many .php pages, but I mostly write in Ruby these days.
My question is if webrick could be used to serve php pages.
Right now I use apache, but I want to be flexible and become less
dependant on apache. (Actually, that apache sends the pages to the php
interpreter, is pretty much the only reason I use apache).
Is it possible to send .php pages to the php parser, and have webrick
serve the resulting html "string" to the "visitor"? ("Visitor" because
these pages arent really for everyone, its mostly a local faq for me
which i wrote in php some years ago)
My question is if webrick could be used to serve php pages.
Right now I use apache, but I want to be flexible and become less
dependant on apache. (Actually, that apache sends the pages to the php
interpreter, is pretty much the only reason I use apache).
Is it possible to send .php pages to the php parser, and have webrick
serve the resulting html "string" to the "visitor"? ("Visitor" because
these pages arent really for everyone, its mostly a local faq for me
which i wrote in php some years ago)