On Sun, 12 Jan 2003, Thom May wrote: > > <example> > > - /usr/local/apache/bin/httpd -t -D DUMP_VHOSTS > > + /usr/local/apache/bin/httpd -S > > the path is still wrong :( > should be /usr/local/apache2/bin/httpd if we're following the default.
And, actually, the canonical way to start httpd is now via apachectl (which will pass through command line options), so it should probably be /usr/local/apache2/bin/apachectl -S Joshua.
