Solved Apache question(s)

I'm trying to install and configure Apache and I'm following the instructions in the handbook in section 32.9. It tells me to edit http.conf, great! Either where is it or where do I create it in?
In Debian there's an /etc/apache2 / I can't seem to find anything like that in FreeBSD.
Thanks in advance for any answers.
 
I'm following the instructions in the handbook in section 32.9. It tells me to edit http.conf, great! Either where is it or where do I create it in?
The handbook (section 32.9.1. Configuring and Starting Apache) states "In FreeBSD, the main Apache HTTP Server configuration file is installed as /usr/local/etc/apache2x/httpd.conf, where x represents the version number."
 
The handbook (section 32.9.1. Configuring and Starting Apache) states "In FreeBSD, the main Apache HTTP Server configuration file is installed as /usr/local/etc/apache2x/httpd.conf, where x represents the version number."
Thanks, I found it and now back to business ;)
 
Back
Top