Re: file uploading
Kevin Bullock <[email protected]>
| Newsgroups | gmane.comp.apache.mod-ruby |
|---|---|
| Message-ID | <[email protected]> |
The only problem I could see is making Apache send the file in question through both mod_php and mod_ruby. Generally it's configured to send .php files through mod_php and .rhtml files through mod_ruby... maybe you could make a different extension be parsed by both? I believe PHP will actually use the <% %> tags, like eruby, though, so you would probably have to throw it to eruby before PHP. Pacem in terris / Mir / Shanti / Salaam / Heiwa Kevin R. Bullock On 23 Jan 2004, at 12.14, Daniel Bretoi wrote: > You're right, it's not what I wanted to hear. But with the PHP in mind, > have you been able to enbed both PHP tags and embedded ruby in the same > file? > > I tried awhile back, but had no success. Apache wouldn't let me or > something. Conceptually, I don't see a problem since they use different > tags. > > db