Apache httpd seems to have an issue that flusters the configuration file parser when a series of backslashes are present in a comment. The following snippet is taken from a vhosts configuration file. Notice the 5 backslashes at the end of the first line. # ///// Be sure to manage the corresponding [wrap] directory block in [wrap] httpd-directories.conf \\\\\ <VirtualHost *:80> ServerAdmin webmaster@domain.tld ServerName server.domain.tld DocumentRoot "/path/to/server.domain.tld" ErrorLog "/path/to/server.domain.tld-error.log" CustomLog "/path/to/server.domain.tld-access.log" common </VirtualHost> With these backslashes present, an attempt to start the server wil...
A little commentary about the world of
technology and programming. No "holy wars,"
or ideological rants, just posts about tech
news and other findings from around various
places.