Tagged Questions
0
votes
1answer
7 views
How to enable php.ini in Mountain Lion and make it work?
I'm using Mountain Lion.
I'm having problems making sessions work in PHP. By default, there is no /etc/php.ini so I copied /etc/php.ini.default.
sudo cp /etc/php.ini.default /etc/php.ini
Now, I'm ...
-1
votes
0answers
13 views
Sites folder permission denied [closed]
I have just set up php54 from Jose Gonzales brew.
Apache shows "It works" in localhost but i am denied access to localhost/~username/Sites
I have httpd.conf set with:
Options Indexes ...
0
votes
1answer
20 views
Symbolic Links in Apache not working as expected
I'm trying to get a symbolic link working in Apache on Mac OS X (Mountain Lion).
When I go to the folder containing the link in my browser, Apache sees the link as a file rather than a folder. If I ...
0
votes
0answers
42 views
How to keep localhost URL short in Mountain Lion
I am using mac osx (mountain lion).
All the php, apache has been installed with no problem.
I create a simple landing page and i put in my Sites folder.
I can see the landing page when i enter ...
0
votes
0answers
94 views
localhost doesn't work after upgrade to Mountain Lion
I just upgraded to Mountain Lion from Lion and everything is just like I had on Lion, except for localhost. I start apache from terminal and it starts fine. however, I can't get to localhost, it gives ...
0
votes
0answers
31 views
MAMP Error when uploading images larger than 1 MB
I installed MAMP on OS X 10.8.2 and moved my project PHP files ive done in Yii framework to my new computer.
I am using Wideimage (http://wideimage.sourceforge.net/) to scale my images on upload and ...
0
votes
0answers
131 views
Apache crashing when loading PHP5 on Mac OS X 10.8.3 — missing libicui18n.48.dylib
About a month or two ago I started using the local Apache2 installation on my Mac, I then downloaded and compiled PHP from source and set that all up. It was quite a pain as I recall, but I eventually ...
0
votes
1answer
75 views
Mountain Lion apache vhost
Trying to setup vhost and unsure what I am doing wrong. If I run apachectl, I get this warning.
$ sudo apachectl -t
httpd: Could not reliably determine the server's fully qualified domain name, using ...
0
votes
1answer
94 views
Apache and Terminal runs 2 different php builds, on Mac OS 10.8
Since Mac OS 10.8 had an old PHP version I had to install a never version of PHP. So I just compile PHP 5.4.13. Then I do a php -v on the terminal and it shows me that the new php version is running. ...
0
votes
1answer
96 views
Can we host dot net web service on apache(mac mountain lion)?
Hi I have a mac system in my company which has no internet connectiion unfortunately my ipad app devlopment needs a web service to further move ....
So i am Thinking of hosting a dot net webservice ...
0
votes
1answer
137 views
configuring Apache on Mountain Lion proxying to Node.js
I'm trying to get Apache on OSX 10.8.2 to proxy requests to a specific URL to a Node.js server running on port 8080 following this guide: http://garrows.com/?p=455
In order to do this, I add the ...
0
votes
0answers
97 views
How can I configure xdebug to work on Mountain Lion ?
I set my programming environment on my Mac (PHP,MySQL, Apache) and works correctly. My problem is when i try to debug with netbeans and xdebug shows me the following error:
But I've just ...
0
votes
1answer
206 views
Apache Virtual Host showing its works but not loading the correct index
I am using this configuration and my .dev is working fine but its displaying it works instead of whats in the index.php is there a default index.php?
MACOSX
<Virtualhost *:80>
...
0
votes
2answers
155 views
404 when launching Profile Manager website on Mac OS X Mountain Lion Server with Passenger loaded
I have a Mountain Lion Server installed on my Mac with Passenger installed for Apache. I also have Profile Manager enabled.
Before enabling Passenger with:
LoadModule passenger_module ...
0
votes
1answer
171 views
CakePHP: Could not load configuration file
I'm trying to get a cakephp project up and running from a svn checkout on my mountain lion computer.
I changed all the cache write permissions find but now I have one last fatal error that's not ...
0
votes
1answer
43 views
mod_rewrite defeated by file names
I'm having a strange issue on my Mac OS X (10.8) dev computer. I configured mod_rewrite to be on and it does seem to work in certain situations. I have one test rule right now that I'm trying to ...
0
votes
0answers
256 views
Why does Apache serve different directories when accessed from different machines?
I'm trying to configure Apache on OS X 10.8.2 so that the default "system" site is accessible from other machines, while the "user" site is not. In httpd.confI have
DocumentRoot ...
0
votes
0answers
54 views
How do I get django to work with oracle and apache on Mountain Lion?
I've just upgraded to Mountain Lion and now I'm unable to get django working with the oracle libraries via mod_wsgi. Using VERSIONER_PYTHON_PREFER_32_BIT I can use the django shell with no problem, ...
0
votes
1answer
707 views
Apache in Mountain Lion
I am trying to set up Apache in Mountain Lion, and am confused about something. If I go to localhost it says "It works!", but thats as far as I can get. There are many tutorials on how to put your ...
0
votes
2answers
831 views
Apache Mountain Lion Not Working
I have searched the internet non-stop for three days to find a fix for my problem, but nothing is working.
My Apache is loaded, my httpd.conf file is default other than the PHP5 LoadModule which is ...
0
votes
0answers
66 views
My web browsers in OS X Mountain Lion fail to open PHP files after working properly [closed]
I am teaching myself PHP and have set up a local development environment on my Mac running Mountain Lion. Everything seems to be working fine, that is the PHP files are opening properly on my web ...
0
votes
1answer
157 views
How do I get access to localhost:3000 on OS X on a network using a windows machine?
I used to access localhost:3000 serving up an application via [computername].local:3000
The recent update of Mountain Lion removed Web Sharing
I have installed the Web Sharing preference pane found ...
2
votes
2answers
227 views
Test PHP on MacBook running OSX ML 10.8
I'm looking to get started on learning PHP. I was hoping I could get some information on how to test my .php files on my MacBook. I believe I have successfully enabled my "Apache Web Server", as when ...
3
votes
1answer
621 views
How do I build mod_jk on Mac OS X Mountain Lion?
I followed the instructions in BUILDING.txt in the native directory and executed
./configure --with-apxs=/usr/sbin/apxs
Here is some of the output
building connector for "apache-2.0"
checking for ...
0
votes
0answers
453 views
Localhost not working after installing PHP on Mountain Lion using homebrew [closed]
I've installed php using brew install php54 --with-mysql, I've set up all the path correctly.
which php will give me /usr/local/bin/php
php -v will give me PHP 5.4.8 (cli) (built: Nov 20 2012 ...
1
vote
0answers
1k views
Can't get PHP working on osx 10.8.2
I have tried to follow the many tutorials for setting up PHP that is native with OSX 10.8, but failed to accomplish it, and feel that I'm going to make it worse if I continue. Here's the information ...
1
vote
1answer
147 views
Select a port for Apache on OS X 10.8 [closed]
When I try to start Apache with the System Preferences / Sharing / Internet Sharing, I see the following error: "You cannot start Internet Sharing because you have not selected a port to share your ...
0
votes
1answer
605 views
httpd.conf in mountain lion
I am using Mountain Lion, and I put website under
/Users/myname/Sites.
After checking the the apache folder, I found two httpd.conf, one of them is:
/private/etc/apache2/httpd.conf
and another is:
...
5
votes
3answers
14k views
Mac OS Mountain Lion - Apache running but localhost not working [closed]
I loaded Apache Web server on Mac OS Mountain Lion with the command
sudo apachectl start
However, when I try to open localhost in Firefox, I get the message
Not Found: The requested URL / was ...
0
votes
0answers
151 views
XAMPP Can't enable php_curl.dll on php.ini
I am studying Apache and XAMPP on the MAC OS X.
I would like to enable php_curl.dll , so I went to ect/php.ini
and I tried to un comment ";extension=php_curl.dll" to "extension=php_curl.dll"
...
2
votes
2answers
809 views
How to give apache the right to write in the Document root on Mac Os 10.8 ( Mountain Lion)
I'm having a lot of issues with PHP and Apache while using os-x mountain lion. Basically my plugin needs wordpress to move some files but it always ask for ftp server credential, like if apache ...
3
votes
0answers
187 views
fatal error: 'apr.h' file not found when installing x-sendfile mac os x mountain lion server
When I upgraded my Lion Server to Mountain Lion, it seems that it removed my mod_xsendfile from apache.
I followed the instructions from this web site, but got stuck with a "No such file or ...
0
votes
5answers
11k views
MAMP Apache Won't Start after OS X 10.8 (Mountain Lion) update
Today I updated to OS X Mountain Lion. I noticed that Apache won't start in MAMP. Nothing new seems to be in the apache log file. Running sudo apachectl -k start in Terminal gives me this:
httpd: ...
0
votes
1answer
220 views
Spotify appNotFound on OS X 10.8, Developer menu enabled
spotify:app:tutorial shows metadatafailed, error appNotFound
I have the develop menu. the folder is in ~/Spotify/tutorial
I've restarted spotify, reinstalled spotify.
Now i'm thinking it has ...
