In lighttpd.conf usually comment 1 line with #

How was wondering how to comment multiple lines without adding # in front of each line.

thanks

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

since the lighttpd documentation doesnt show something like this in the syntax documentation, i dont think this is possible.

however, your editor may have a function to put a # in front of every line you select :)

link|improve this answer
feedback

This is PHP, correct? If so you would just use:

/* This is the start of my comment

This is more of my comment. This is

the end of my comment. */

Good luck.

link|improve this answer
No it is the webserver configuration file. How can be php if I use # on a single line ? – Patrick Nov 17 '10 at 12:19
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.