When I Jaspers-MacBook-Pro:conf jasper$ sudo cat httpd.conf | grep rewrite LoadModule rewrite_module modules/mod_rewrite.so
So I would think it should load. But I guess more is needed. When I added AddModule mod_rewrite.c to the httpd.conf I got an error: Jaspers-MacBook-Pro:conf jasper$ sudo /opt/local/apache2/bin/apachectl -k restart Syntax error on line 491 of /opt/local/apache2/conf/httpd.conf: Invalid command 'AddModule', perhaps misspelled or defined by a module not included in the server configuration httpd not running, trying to start On Thu, Jan 14, 2010 at 2:22 PM, Scott Haneda <[email protected]> wrote: > > On Jan 14, 2010, at 3:13 AM, Jasper Frumau wrote: > > > On Thu, Jan 14, 2010 at 2:04 PM, Scott Haneda <[email protected]> wrote: > > > >> Ok, really quick, and I need to get off to sleep… > >> > >> Maybe you can give us a clear explanation of what your goals are, is it to > >> run Apache2, Mysql5, and php5 all under MacPorts, or do you want to mix and > >> match bits from Apple and MacPorts? I suggest the former, and should have > >> nightmares about the later in about a half hour :) > >> > > > > I would prefer all under MacPorts (Apache2, PHP5 and MySQL5). Apple's > > Websharing / Apache has been turned off and I just now need to get Apache > > and PHP from MacPorts and get all running properly so my Wordpress will run > > again and so I can install Drupal without any issues.... I'd like to avoid > > further hasssles :-) But it can wait until it is day again at your side of > > the planet. Thanks for all the help so far. I appreciate it a lot! I learned > > a lot already!! > > Good, that makes it simple, you are mostly there. > I think all you need to to is run the launchctl command to load apache. > > This may help some: http://trac.macports.org/wiki/howto/MAMP > > You need to run this command: > sudo launchctl load -w /Library/LaunchDaemons/org.macports.apache2.plist > > But that also means you need to configure Apache a little, this means at the least, the following: > 1) Decide if you want user directory support, enable or disable it > 2) Decide if you want a local copy of the Apache manual to work, enable or disable it > 3) include the "mod_php.conf" into your Apache config file > This alone could be most of your issues > 4) Maybe load the php module, I am not sure the state your setup is in > 5) Restart apache after each of those steps, test to be sure they are working. > > Talk to you tomorrow. > > -- > Scott * If you contact me off list replace talklists@ with scott@ * >
_______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
