Tagged Questions
0
votes
1answer
14 views
Problems with apache after update of php and mysql using homebrew
I am hoping someone here can assist me.
I upgraded php and related files using brew upgrade on my mac which is running Mac OS X 10.8.3. Everything was working fine before and I just wanted to update.
...
2
votes
2answers
157 views
Change Web Sharing “Sites” folder to SkyDrive?
I'm building a web site. There are three Macs that I commonly use for development, depending upon my location: an iMac in San Diego, and iMac in Vegas, and a MacBook Air in all other places. As I move ...
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
2answers
112 views
Lost apachectl bin file
How can I recover the apachectl on my OSX?
I deleted it, somehow, and now the command apachectl doesn't exist anymore.
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 ...
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. ...
2
votes
2answers
621 views
Apache virtualhost - Mac OSX 10.7.3
After upgrading to Lion, all my virtualhosts stopped working. They redirect to "It works" main apache page on my device for some weird reason.
Example:
/etc/hosts:
127.0.0.1 myhost.com
...
1
vote
3answers
5k views
Where is the httpd error log file on Lion?
I'm running a local web (development) server on my mac with apache installed.
I'm sure it depends on my apache config but basically I just want to run tail -f /var/log/httpd-error.log in a terminal ...
0
votes
2answers
3k views
OS X Lion - How to configure website on Apache
I'm on my first steps with OS X and I'm trying to setup Apache so I can develop a website. I configured a new alias on /etc/apache2/other with the following content, pointing to my project folder, ...
2
votes
2answers
987 views
Cannot connect to server “localhost”?
I've been developing web apps for several months now on my mac using the built in apache server and everything has been fine. I restarted my mac this morning and now when I try to connect to anything ...
1
vote
1answer
268 views
Web Sharing does not work with FileVault?
I want to use both Web Sharing and FileVault however when I turned on FileVault, my home directory Sites folder came up in the browser as permission denied, even though the Unix permissions were 777, ...
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 ...
1
vote
2answers
509 views
~/Sites folder gives 403 error
This is likely a stupid question, and it should be easy, but I'm clearly not seeing it.
My local Sites directory seems to have changed permissions since using it yesterday. It's been working fine ...
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 ...