Tagged Questions
0
votes
0answers
12 views
Getting a 403 error in Apache when trying to configure a alias to cgi-bin
As in title, I'm trying to configure a ScriptAlias to cgi-bin on Apache2 on OS X. Whenever I try to access it, however, I end up with a 403 Forbidden error.
I think the relevant lines from ...
-1
votes
0answers
11 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
12 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
2answers
19 views
correct way to add mod_wsgi module to apache
I'm trying to install the mod_wsgi module in the default apache server on mac osx. I'm following this guy's tutorial. I've gotten to the part where I add the module to the apache config, and I insert ...
0
votes
2answers
30 views
Start server in current directory (php/apache)
Apparently, you can start a temporary server with Python, by using:
python -m SimpleHTTPServer
Is there a way to do this for PHP and Apache? e.g. one command which will serve the current folder as ...
0
votes
0answers
27 views
Mamp won't start apache
I'm having trouble running my Mamp. Out of the blue it the apache-part stopped working.
I've had this kind of quirks before with MAMP and I would reinstall it. But now I've set it up with multiple ...
0
votes
1answer
18 views
MAMP doesn't start because of apache configuration
I have MAMP 2.1.1 installed in my Mac and I have used this one until now without problems. At this moment, I have created a virtual host and I have added the localhost.myproject to the /etc/hosts ...
0
votes
1answer
26 views
Building Virtual Host on Mac - Is not working
I'm trying to build an Virtual Host on my Mac OS, but it's not working.
The apache2/error_log recorded the follow message
httpd: Could not reliably determine the server's fully qualified domain ...
0
votes
2answers
396 views
Activate Apache/PHP on Mac OS X 10.8.3
I have a MacBook Pro with OS X 10.8.3 factory installed. I want to set up a working Apache/PHP environment on my local machine. Is this a matter of activating/changing settings in Terminal or do I ...
0
votes
0answers
55 views
dyld: unknown required load command 0x80000022 Trace/BPT trap
I am trying to install MySQL on my iMac running Mac OS X 10.5.8. I get this error
dyld: unknown required load command 0x80000022
Trace/BPT trap
0
votes
3answers
63 views
Apache “LoadModule passenger_module” works when “apachectl -k start” is invoked from bin directory, but not with bash script
I'm using
mac OS 1.8.3
RVM 1.19.6
Ruby ruby 1.9.3p327
Apache 2.4
Phusion Passenger 3.0.19
After an error free install of Apache I launched the server and it worked.
I wrote a ...
0
votes
1answer
22 views
PHP 5 installed also Mysqli is installed but not compiling in mac lion
Ive installed native php and apache on my mac 10.7 and then installed mysql with phpmyadmin
having my localhost root set on sites. Everything is working except when im trying to send mysqli querys. ...
0
votes
1answer
27 views
PHP error cannot view on Mac
I cannot view PHP error on Apache of my mac because every time when I changed from php.ini file to display_error On. But when i restart and open the php.info file, it still says display_error Off. ...
0
votes
1answer
15 views
installing mod_wsgi: missing architecture file
I am installing mod_wsgi for python3.3.1 on Mac. I saw this warning and am quite stumped even after looking through the installing documentation.
./configure --with-apxs=/usr/sbin/apxs ...
-1
votes
0answers
31 views
pecl_http : Apache is unable to load http.so [closed]
I'm using MAMP 2.1.3 with Mac OS 10.8.3.
I've just installed the pecl_http extension with Mac Ports + PECL.
The http.so exists and is in (correctly set in php.ini) :
...
0
votes
0answers
22 views
Making my pc a local server to access web app from iPhone in a local network
I have a mac os x and i have installed apache-tomcat -7. I am using eclipse IDE for my webapp.When I run my app on my pc, it is fine. But when I need to access the web app from my iPhone , I am a bit ...
0
votes
1answer
32 views
Error using Elaphe with GhostScript on Mac
I'm trying to setup elaphe on Mac. When I try generate some barcode using the terminal, with command python + /.../file.py elaphe works OK and generates the barcode correctly. But when I try to ...
-1
votes
1answer
66 views
Setup php on OSX 10.7.5 [closed]
I'm trying to learn php, and I'm not sure if this problem is with my setup or my code. I have a simple html file that contains a php script:
<html>
<body>
dinos
<br/>
<?php
...
0
votes
0answers
37 views
localhost Virtualhosts & VirtualBox
On my Mac I'm using MAMP & I use Virtualhosts for my local development, I wanted to access my localhost on VirtualBox to test. I know that you can access your localhost on Virtualbox through ...
0
votes
0answers
40 views
Forward subdomain to private server
I have a hosting provider and on my macbook pro I'm trying to run a django based website.
I can view the website fine on my mac itself (using the testserver) but I would really want to make it ...
0
votes
1answer
53 views
Localhost alias not working on XAMPP
I've installed XAMPP in Mountain Lion and I'm trying to get mysite.local aliased to localhost/~user/mysite.
In /etc/apache2/extra/httpd-vhosts.conf I have:
<VirtualHost *:80>
ServerAdmin ...
0
votes
0answers
32 views
Will I run into problems if I install MAMP after I've already manually set it up on OSX? [closed]
I'm looking to install the MAMP package so I can utilize it's tools and have an easier time managing databases, etc. I've already had someone set everything up manually so will there be any type of ...
0
votes
0answers
35 views
having issue in setting up virtual host
I am working on laravel project. I setup my project and setup virtual host. I am using MAMP. I setup virtual host by adding following lines in
/Applications/MAMP/conf/apache/httpd.conf
...
0
votes
1answer
83 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. ...
-2
votes
2answers
83 views
SSH OSX SCP File Transfers [closed]
I am using macbook ssh terminal and generated rsa key pairs and uploaded remote id_rsa.pub with approved permissions. I can connect with remote Apache web server. I can create, open, move, modify and ...
0
votes
1answer
53 views
Append to the Apache Environment Path
I have a web accessible PHP script that is using a shell command to drop PDFs to text. I installed Poppler, and am using pdftotext, via MacPorts. I am able to run the command successfully from the ...
0
votes
1answer
60 views
running perl cgi script problec
I am trying to run a simple hello world script as CGI (from the Beginning Perl book).
i am running to the following problems:
I do not find a folder /cgi-bin/ at any place on my computer (Mac OSX ...
0
votes
1answer
63 views
How to install mod_xsendfile on mappstack
FINAL UPDATE: Bitnami will include mod_xsendfile to the MAPP stack as of the next release planned for somewhere around April 8, 2013.
I have tryed compiling and installing mod_xsendfile on my ...
0
votes
1answer
148 views
I keep getting 'Host key verification failed.' when calling `ssh` from PHP on Mac OS X
I'm entirely new to Mac OS X (though experienced with Linux).
I have set up a password-less login from my laptop to my dev server (ssh devserver.example.com) - this works fine (using ~/.ssh/id_rsa ...
0
votes
0answers
215 views
SVN Apache Mac 10.8.2 Server
I have SVN/Apache working fine on Mac ML 10.8.2 - Setup exact same configuration on Mac Server in same directory locations and config files, however I am getting error in apache log stating:
...
0
votes
2answers
87 views
Getting mod_wsgi(reviewboard) and mod_php(wordpress) working on same servername but different path
I'm trying to get my wordpress site as well as my reviewboard site working under the same domain name.
Ex:
www.mysite.com (this is where i host my wordpress site)
www.mysite.com/reviewboard (this is ...
1
vote
1answer
123 views
How to update PHP CLI OSX?
I just updated to php 5.4 using http://php-osx.liip.ch/ on osx lion.
when i type:
php -v
i still see:
PHP 5.3.15 with Suhosin-Patch (cli) (built: Jul 31 2012 14:49:18)
Copyright (c) 1997-2012 ...
0
votes
1answer
98 views
Symfony 1.4 empty decoratorDirectory setting not being populated
I'm working on a legacy symfony 1.4 project, I setup my local dev environment at my office linux machine Fedora 16 and everything went well. I had to recreate the environment for a macbook machine ...
1
vote
3answers
210 views
Setting up a virtual host on XAMPP on Mac
I am trying to set up a virtualhost on my apple mac on localhost. The server is provided by XAMPP, which bundles Apache/MySQL/PHP in one bundle.
Here is what I have done so far:
Edited ...
0
votes
1answer
122 views
Django internal server error with no error messages
Another django server error problem.
I had my site up and running for a while until I restarted my server today. Now I get an internal server error. There is nothing related in the apache log. ...
0
votes
0answers
229 views
Apache on MAC The requested URL / was not found on this server [closed]
I have preinstalled Apache on my Mac Book Pro, I configured httpd-vhost.conf in following way
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin webmaster@dummy-host.example.com
...
0
votes
2answers
372 views
Apache won't start — says httpd module is loaded but isn't running
So I've been working with several Virtual Hosts on OS X 10.8.2. I'm using the Apache2 installation and MySQL to run name-based virtual hosts. They have all been working perfectly fine until last ...
0
votes
0answers
153 views
MAMP Pro / Apache Mac X Lion. Won't load page anymore?
So here's my problem,
I installed MAMP Pro on my Mac running Lion, I use this to test PHP pages. I created Host Server called 'beta' and gave this server an alias 'beta.com' and 'www.beta.com' so I ...
0
votes
1answer
168 views
Mac Apache 403 error on symlink
I'm trying to set up directories for some of my php github projects in a separate directory and then create symlinks to them in the web document root.
The document root is /Users/aharris88/sites. I ...
0
votes
3answers
337 views
Setting up additional Tomcat server on OSX / Unix
I'm running into a few problems setting up tomcat to run on port "80" on a mac. I've looked on Stackoverflow and Google but I haven't found an answer that works so I will explain my problem as clearly ...
0
votes
2answers
79 views
PHP mkdir not working — may be related to Mac localhost
I'm trying to execute the following code in my PHP script:
if (!is_dir($path . 'channel-partners/html/intro-letter/' . $name_url)) {
mkdir($path . 'channel-partners/html/intro-letter/' . ...
0
votes
0answers
39 views
A make error building Xerces 2.2 on Mac OS X 10.8
I have gone through the instructions on the apache site for building Xerces but I keep running into a build error while using make. My process is as follows:
(1 Untar xerces-c-src2_2_0.tar.gz go to ...
0
votes
1answer
52 views
SVN repo access control for multi repositories
Can't seem to get restricted access to my multi repositories. it seems to be an all or nothing configuration. I have one location with 8 or more different repos. Example: ...
0
votes
1answer
440 views
Solving 403 permission denied error on Apache even after Allow From All and Chmod 777?
My DocumentRoot is in ~/Dropbox/Websites. It's set up as Allow From All and AllowOverride All in the vhosts and in httpd.conf, and I've even put 777 permissions on the entire DocumentRoot recursively ...
2
votes
1answer
3k views
Installing mcrypt extension for PHP on OSX Mountain Lion
Apologies in advance for the potential n00b questions, I am trying to install the mcrypt extension for PHP on my OSX Mountain Lion machine.
The following steps in terminal is what I have done so far ...
-1
votes
1answer
27 views
error handling when developing PHP application
When I have a runtime error during PHP development instead of getting a line number (like in Java) I simply get a HTTP 500 internal server error.
In order to get an idea of what line the error is ...
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
97 views
setugid() error using matplotlib with apache and django
I'm using matplotlib in a Django app served through apache on Mac OS X 10.7.5 but I can't get it to plot a figure for me. I've imported import matplotlib.pyplot as plt, and the line in my view,
...
0
votes
1answer
84 views
Access to localhost website with Iphone conected to iMac
I´m trying to test a website in my Iphone that I have running on my localhost on Mountain Lion.
First I created wireless from the mac called "webdev", then, with the Iphone I connected to it and the ...
0
votes
1answer
61 views
OS X, Perl CGI environment [closed]
On OS X Snow Leopard, I'm running the default Apache with perlbrew.
My PATH points to the perlbrew perl, so I expected /usr/bin/env perl to do the same, which it does from bash, but not via cgi ...




