I apologize in advance if this has been asked/answered already! I assure you, I did explore the question extensively before I asked.
What I am dealing with is pretty simple, but I am not actually sure it is an issue of port, though that is the only thing different.
I develop and host on the same machine. I run 2 actual websites (vhosts) that work fine once the code (cakePHP) is in production. But, when I debug in development (using PHP built-in server on 8080), I don't get any .htaccess response (mod_rewrite doesn't work).
I have the documentroot and directory set to my development folders in httpd.conf, and then of course my virtual hosts set up separately. As I mentioned, once the code is deployed to their production folders, everything works fine and as expected. My only issue is using localhost:8080 - it works, but rewriting isn't happening (so css, etc doesn't get loaded).
The title of the question assumes that the issue is the port. I haven't tried turning off apache and using PHP built in server on 80 to see if that works because my deployed apps are pretty much in constant use... I am considering firing up a virtual machine with the exact config and testing that theory, but I thought I would ask and see if anyone has any experience with particular problem.
Ultimately, it is not a deal breaker! It is just development, I can still test apps and pages, just have to do some manual URL hunting. Just curious if this is really a port problem or a problem with PHP built in server.
thanks