On Sat, Nov 29, 2008 at 11:45:00PM +0100, [EMAIL PROTECTED] wrote: > On Mon, Nov 24, 2008 at 20:04, David Dooling <[EMAIL PROTECTED]> wrote: > > On Mon, Nov 24, 2008 at 09:58:53AM -0600, Scott Granneman wrote: > >> Couldn't he use the default Sites folder in ~/, or is that for > >> something else? > > > > Yes, he could. He would need to modify the URL to > > http://localhost/~user/... > > I don't have an /etc/httpd/ directory on my computer. but this article > <http://oreilly.com/pub/a/mac/2001/12/07/apache.html> says that the > root apache directory in osx is /Library/Webserver/Documents/. > > I copied phpminadmin here but all I get when I load it in the web > browser is a view of the text in the script, it's not running. I > assume I don't have php configured correctly, this artice > <http://developer.apple.com/mac/articles/internet/phpeasyway.html> > explains how to edit the /etc/apache2/httdp.conf file in order to > enable php, but I don't really understand the instruction - I need to > un-comment a line, but I can't tell which one.
Uncomment the LoadModule and AddModule lines for php4. #LoadModule php4_module libexec/httpd/libphp4.so #AddModule mod_php4.c -- David Dooling http://www.politigenomics.com/ --~--~---------~--~----~------------~-------~--~----~ Central West End Linux Users Group (via Google Groups) Main page: http://www.cwelug.org To post: [email protected] To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] More options: http://groups.google.com/group/cwelug -~----------~----~----~----~------~----~------~--~---
