Hello everyone--
I've installed everything on my OS X 10.4 system and drupal runs perfectly on my own machine using "localhost/drupal" as specified in the handbook. Now, I want to serve the site off of my own computer so external users can access it and add content before moving the whole thing to a hosting service.
I'm on a verizon DSL, which blocks port 80, so I've changed apache's port to 8081 and am forwarding all calls to this port to my local IP on the network. I am succesfully serving other webpages to external users from my local machine through the WAN IP (http://xxx.xx.xx.x:8081). But when I attempt to start drupal (with http://xxx.xx.xx.x:8081/drupal) I get a "can't find server" error message.
I've searched the forums on this issue and changed the base_url variable in the settings.php file in the sites/default directory (also tried changing the sites/localhost settings file too) to 'http://xx.xxx.xx.x:8081/drupal' which appears to have fixed this problem for others, but I still get the 'can't find server' message when I try to acces the page externally. I know my OS X apache setup is working, because I can get the default apache index page every time.
I'm running the latest version of drupal installed at Library/WebServer/Documents/drupal as recommended.
I'm hoping that there's another settings file that needs to be edited that I'm missing, or somesuch similar easy fix that I just don't know about. Do I have to change something in the /includes directory too?