|
# locate httpd.conf
/etc/httpd/httpd.conf
# pico /etc/httpd/httpd.conf
Ctrl-O Ctrl-X to save and exit after editing.
Not all vhosts need have their own httpd.conf file, though it makes for easier management - if you want each vhost to have it's own conf file, add this to the end of the main httpd.conf:
Include /etc/httpd/vhosts/*.conf
__________________
For coding work - hit me up on andy // borkedcoder // com
(consider figuring out the email as test #1)
All models are wrong, but some are useful. George E.P. Box. p202
|