in reply to Re: Re: dynamic httpd.conf
in thread dynamic httpd.conf
Most people start httpd by running the apachectl command, which is just a shell script. You can edit it or replace it with something that runs some perl code, generates httpd.conf in a temp file, and then passes that with httpd -f.