On Sat, 2 Nov 2002, Aaron Bannert wrote:
> I thought about this, but the problem is that apache directives are
> whitespace delimited. That means that if someone accidently does this
>
> Listen ttcp, sctp 192.168.1.1:80
>
> Then it will not parse correctly and the user will be confused.

Yes, but there is precendent for such a thing.  For example, the "order"
directive uses commas that cannot be surrounded by spaces.

Another way to deal with it is to use the semi-colon.  People have less of
a natural inclination to stick a space after a semi-colon.

Joshua.

Reply via email to