Tagged Questions
0
votes
1answer
16 views
Unable to enable PHP in OSX 10.8 mountain lion
I have enabled php according to PHP's instructions and uncommented,
#LoadModule php5_module libexec/httpd/libphp5.so
in /private/etc/apache2/httpd.conf. However the line,
#AddModule mod_php5.c
...
1
vote
0answers
53 views
Setting the config for PHP 5.3.15 and above
I have PHP 5.3.15 running on my Mac (OS 10.8.2). I have Apache running with virtual hosts. Also, I've installed FreeTDS for connecting to MSSQL. I still need to configure the /php/ext/mssql to run ...
0
votes
0answers
149 views
How do I switch which instance of php is used on my Mac?
I have three installed versions of php on my Mac. When I check using phpinfo() via a web browser, the one that is being invoked is version 5.3.15. I would like to switch it to the installed instance ...
3
votes
1answer
2k views
Which php.ini file do I have to edit on Mountain Lion?
I recently upgraded to Mountain Lion and reconfigured my apache2 (https.conf) file in the terminal to load PHP and start automatically.
My localhost/~username/phpinfo.php page comes up to show my ...
0
votes
1answer
401 views
Install Apache, PHP and MySQL on Mac w/o MacPorts?
For some reason I can't use MacPorts. So the question is if it's possible to install Apache, PHP and MySQL on Snow Leopard w/o using MacPorts?
Please don't offer MAMP or other bundles.
Thanks in ...
4
votes
2answers
8k views
How do I enable PHP on Mountain Lion OS X 10.8?
Just upgraded to Mountain Lion, and wanted to make PHP work on the built-in version of Apache.
2
votes
1answer
1k views
How can I upgrade my PHP 5.3.1 to 5.3.2 on XAMPP Mac OS X?
I've just installed XAMPP on Mac OS X Snow Leopard, and everything is running correctly and setup completely well.
However, I want to install an open source project that requires PHP 5.3.2 or higher. ...
3
votes
1answer
743 views
What permissions do I need to give for my server setup?
I am trying to have a server setup for my web app locally on my MacBook Pro. I have installed Apache, PHP successfully and checked out my web app's code to /var/www location. Now there's a script in ...
0
votes
1answer
2k views
Change the user Apache runs as [closed]
Need help to create a new user to apache web server and assign root privileges to newly created user. Or how to login as root user in apache server because following php script showing you are logged ...
1
vote
2answers
91 views
Where can I find a list of MAMPs?
I'm looking for a MAMP packaging = Apache + MySQL + PHP bundled together for Mac OS X (which is my OS). Where can I find it? Is there an "official" site where I can download it from?
[ I know that ...
5
votes
5answers
3k views
How can I increase command line memory_limit for PHP with MAMP PRO?
I've edited every single php.ini on my mac (at least all the ones found by "locate") and still can't seem to increase the "memory_limit" directive for PHP.
I'm using MAMP PRO and running PHP scripts ...
3
votes
3answers
3k views
Web Sharing Apache Localhost - Access permissions
I want to install phpMyAdmin on the native Apache webserver that is bundled with Mac OS X 10.6. I turned on Web Sharing in System Preferences. Yet, me fear is that my computer is granting access to ...
0
votes
1answer
367 views
How to change MPM prefork to worker on default Apache OSX installation?
On CentOS, the Apache configuration can be found in /etc/sysconfig/httpd
How to change MPM prefork to worker on default Apache OSX installation?
8
votes
3answers
1k views
Advantages of using MAMP stack over Mac's native Web Sharing and downloaded MySQL
I'm wondering what are the advantages of using a MAMP stack instead of Web Sharing provided with Mac natively and MySQL downloaded and installed manually?
I can see how in some cases MAMP can have ...
1
vote
4answers
1k views
ASP & PHP Web Server on OS X
On Windows, I ran Xampp on port 80 for PHP/MySQL and IIS on port 8080 for ASP.
For OS X, what's the best route to take...
Should I just run Xampp for Mac for PHP/mySQL, or is there a better option ...