I know what he means, recently I had a direct look into my apache configfiles I guess it was vhosts.conf or so and there where duplicate lines (entries) like:
<virtualhost:xx.xx.xx.xx:80>
<virtualhost:xx.xx.xx.xx:80>
just two identical lines of code, I also found duplicate Listen xx.xx.xx.xx 80 Listen xx.xx.xx.xx 80 lines or was it Port 80 Port 80?
I did not think much about that I just deleted one of every duplicate ;-))
I thought those entries senseless and anyway I was installing on a test machine
|