<font color="black" face="Verdana,Arial,Helvetica" size="2"><font color="black" face="Verdana,Arial,Helvetica" size="2">> Where did you find the documentation that led you to the configuration <br>> data? Is it part of Apache? Part of PHP? I was really lost when Mythweb
<br>> didn't work, and quite disappointed that Mythweb broke phpmyadmin, too. <br><br></font></font>It will make more sense if you study the documentation for apache. The docs for apache 2.0 config file is here: <br><font color="black" face="Verdana,Arial,Helvetica" size="2">
<font color="black" face="Verdana,Arial,Helvetica" size="2"><a href="http://httpd.apache.org/docs/2.0/configuring.html">http://httpd.apache.org/docs/2.0/configuring.html</a><br><br>Note that the main apache config file is usually called
httpd.conf (maybe different depending on your distro) and is probably located in /etc/httpd. It looks like you can have other configs in /etc/httpd/conf.d/ that are also read when apache starts up. Sort of confusing and kind of like learning a new language, but once you figure it out you can do all kinds of cool stuff like running your own web server. Just make sure that things are secure and/or behind a good firewall if accessible from the web.
<br></font></font><font color="black" face="Verdana,Arial,Helvetica" size="2"><font color="black" face="Verdana,Arial,Helvetica" size="2"></font></font>