Tagged Questions
0
votes
0answers
45 views
Editing $PATH variable for apache on mountain lion
I've just installed ImageMagick using macports and am trying to use it from a php site running on Apache, but nothing I do works to add /opt/local/bin:/opt/local/sbin to my path.
So far I've tried
...
1
vote
0answers
235 views
How can I delay loading of a launchd Launch Daemon on boot?
I am running OS X Server 10.7.5 on a Mac Mini and I cannot get MacPorts’ Apache2 to start on boot. I have ensured that the Apple-supplied version of Apache is not launching and I have also ensured ...
0
votes
2answers
93 views
Apache doesn't recognize a local zone (BIND) unless restarted frequently
Apache does not recognize the local zone .dev -- returns 404 Not Found. If Apache is restarted it will recognize the local zon. If inactive for ~1hr it no longer recognizes the local zone -- returns ...
0
votes
1answer
88 views
Apache module run under MacPorts gives SQLite error
I have an Apache module, compiled from source, which works just fine with the stock Apache 2.2 on Mac OS X 10.5 through 10.7. However, under the Apache 2.2.22 installed by MacPorts, running ...
2
votes
1answer
331 views
Mac OS X Lion Server and Macports - Can they work together?
I've been using macports for my MAMP projects for quite some time, but I don't think that the command line server management for Apache and MySQL Server, both from macports, is the best way to do it. ...
3
votes
3answers
861 views
How do I set which Apache / PHP 10.6 should run?
All my problems stemmed from trying to get mcrypt for PHP installed. Last night I gave in and followed a tutorial of how to do a totally fresh apache2 and php5.3.3 install. I did this using macports
...