espfutbol98
New Member
- Messages
- 200
- Reaction score
- 2
- Points
- 0
I have downloaded xampp to my XP computer (So I could have SSL and Perl) but I can't seem to set up the connection right. I have another computer that I successfully installed Apache on so I configed it alike but it doesn't work. My ISP blocks port 80 so I switched it to 8080. I set the DMZ on the router to the XP computer and it says the network is unresponsive. Here is the relevant part of the httpd.conf file:
(If you try to go there, it will most likely take you to my old server.)
http://localhost/, https://localhost/, http://192.168.1.105:8080/, and https://192.168.1.105/ all work from the XP computer but not from any other computer on the network.
Code:
#Also tried 72.201.21.156:8080
Listen 8080
#Also tried podaci.selfip.net
ServerName podaci.selfip.net:8080
http://localhost/, https://localhost/, http://192.168.1.105:8080/, and https://192.168.1.105/ all work from the XP computer but not from any other computer on the network.
Last edited: