Java httpd.conf parser?
talexb-SBdzbUvMQDunS0EtXVNi6w at public.gmane.org
talexb-SBdzbUvMQDunS0EtXVNi6w at public.gmane.org
Wed Oct 13 17:17:02 UTC 2004
On Wed, 13 Oct 2004, Michael Laccetti wrote:
> Does anybody know if there's an httpd.conf parser (Apache config) for Java?
> I know there's a Perl module.
Is there any reason you want to use Java to parse the httpd.conf file? The
httpd program gives you it's interpretation of the config file when you
run it like so:
/usr/sbin/httpd -f /path/to/conf/httpd.conf -t -D DUMP_VHOSTS
Of course, you may want to get more information than that from the config
file.
Alex Beamish
--
The Toronto Linux Users Group. Meetings: http://tlug.ss.org
TLUG requests: Linux topics, No HTML, wrap text below 80 columns
How to UNSUBSCRIBE: http://tlug.ss.org/subscribe.shtml
More information about the Legacy
mailing list