|
From: Alexander K. H. <ak...@fi...> - 2007-04-27 21:12:20
|
James Coyle wrote: > I'm trying to do "all Fink" installations of Apache2, MySQL, PHP and > Webmin. > > I've noticed that Fink puts the htdocuments file and log in /sw/var/ > apache2, but the httpd.conf file is in /sw/etc/apache2. Consequently, > I'm a bit stumped as to how to configure the Server Root in the > httpd.conf file. I tried just using /sw as the Server Root, but that > screwed everything up. In previous installations of Apache, > everything has been in one location, so..... > > I also noticed that Fink's installation of Apache2 gave /Library/ > WebServer/Documents as the Document path. I adjusted the httpd.conf > file so that it now points to /sw/var/apache2 and that hasn't seemed > to help at all. > > Any suggestions to getting this thing going? > Thanks. > > My apache2.conf, which seems to handle the global server settings on the newest version of apache2 in Fink, has ServerRoot "/sw/etc/apache2" And poking around on my system, /sw/var/www/apache2-default contains similar files to /Library/WebServer/Documents, so I'd suggest using it as the Document path. -- Alexander K. Hansen Fink User Liaison/Documenter ak...@fi... |