On 5/23/09, Davide Marquês <[email protected]> wrote:
> Hi!
>
> I haven't used erlyweb in a while but I remember having no issues with
> appmods.
> The way I normally setup multiple appmods is using a new line for each
> appmod, like so:
>         appmods = <"/yaws_showarg", yaws_showarg>
>          appmods = <"/noe", erlyweb>
>
> Could you see if that solves the issue you're encountering?

Knowing what I know about the internals of yaws, I'd be very surprised
if this made a difference. The parser for appmods looks for a list of
sets of '<' PathElem, AppMod '>' tokens, one after another, just as
Carl wrote in his conf file. As I just mentioned on this same issue
over in erlang-questions, I just verified via tracing that this parser
works correctly with multiple appmods on the same line.

I'm using the very latest from github, of course, so perhaps the
problem above was an issue in the past, but if so, it isn't anymore.

--steve

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"erlyweb" 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/erlyweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to