Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The following page has been changed by megaspaz: http://wiki.apache.org/httpd/ScratchPad/CommonMisconfigurations ------------------------------------------------------------------------------ Example: {{{NameVirtualHost *:80 - # This is wrong. + # This is wrong. No matching NameVirtualHost some.domain.com line. <VirtualHost some.domain.com> # Options and stuff defined here. </VirtualHost>
