I'm trying to set my Powerbook up so that I can develop a website (with PHP, CGI, and the works) locally and then later upload to a remote server. I've gotten PHP installed and working, but the problem I'm running in to is with Perl/CGI.
I've asked around and supposedly CGI scripts are set to execute in the Library/WebServer/CGI-Executables directory. This is fine, however; I'd like to be able to use local cgi-bin directories as well, but this works for now. The problem is that I have a script that causes a 500 error every time I try and run it. I've compiled it locally and there are no errors. I've uploaded it to my remote site and it works fine. I've double checked the permissions on the file and they are fine. What am I missing here? Where would I find the log files?
What I need is an online manual that provides steps for setting up a production-level webserver on Mac OS X. If anyone knows where I could find this, or is willing to help me set my machine up, I'd greatly appreciate the help.
Thanks.