Forum Moderators: phranque
Also, I can see pages from v 1.3 on the PC plugged into the same router as my Mac, by checking the IP address of my Mac ethernet port, and entering it in the address bar of my browser on the pc. EG the Ip address is 125.12.20.100, entering this in the PC works:
[125.12.20.100...] OR
[125.12.20.100:80...]
But! I can't see version 2.x of apache on the PC when I enter:
[125.12.20.100:8888...]
This is driving me crazy!
Can anyone help?
Thankyou!
B
netstat -an ¦ grep LIST
To fix this, you can either reconfigure MAMP to listen on your 125.x.x.x IP, or configure your Apache-1.3 instance to proxy the requests back to the MAMP server (arguably a better solution; it depends on your set-up).