Open GoogleCodeExporter opened 8 years ago
i think this might be to do with my firewall. does anybody know how to view the
port
numbers that a firewall will accept on a mac?
Original comment by alexllew...@googlemail.com
on 12 Aug 2009 at 8:50
I think the firewall is under Security in System Preferences... but I think
most Macs default to no firewall (I could
be wrong). Anyway, you can check there if you like. Also, are you on the same
wifi network? If not, it could be an
issue with port forwarding on your router??
Original comment by jfenwick...@gmail.com
on 29 Aug 2009 at 2:28
Are you able to view the URL locally on the Mac?
I couldn't and restarting the server wrote to the Console log (Console.app):
] Starting server on port 5010
] dyld: Symbol not found: _apr_socket_sendfile
] Referenced from: /usr/sbin/httpd
] Expected in: /usr/lib/libapr-1.0.dylib
I followed the suggestion to link libapr-1.0.dylib to an older version where the
symbol does exist (libapr-1.0.2.7.dylib).
In Terminal, execute:
sudo install_name_tool -change /usr/lib/libapr-1.0.dylib
/usr/lib/libapr-1.0.2.7.dylib /usr/sbin/httpd
See:
http://stackoverflow.com/questions/573067/unable-to-serve-pages-on-mac-os-x-usin
g-default-apache-web-server
Original comment by benjami...@gmail.com
on 23 Sep 2009 at 1:49
Original issue reported on code.google.com by
alexllew...@googlemail.com
on 10 Aug 2009 at 11:29