Forum

how to access my pr...
 
Notifications
Retirer tout

how to access my projeqtor in a local network

5 Posts
3 Utilisateurs
0 Reactions
5,593 Vu
(@showhi)
Posts: 1
New Member
Début du sujet
 
[#2617]

Hello,
i'm trying to access my projeqtor at other pc but in the same intra-net ,i can ping my localhost ip at which my projeqtor is installed ,
but i'm trying to access my projeqtor using browser ,typing http://localhost ip:80/projects (80 is port used for Apache ,and projects is Easy-PHP directory
at which projeqtor code is stored .
Could someone tell me how i can solve it ?
Thanks in advance...


 
Posté : 24 Sep PM 12:099
(@babynus)
Posts: 14952
Membre Admin
 

1) your network can filter http acess between workstations. You then can ping PC but cannot access remote web application.

2) to allow remote access your apache must listen to corresponding IP. Default LISTEN for windows PHP statck is 127.0.0.1 or localhost. Then no remote access will work. Replace with you IP.


 
Posté : 24 Sep PM 20:099
Igor
 Igor
(@lysakov)
Posts: 27
Active Member
 

small error
must be
127.0.0.1 or localhost


 
Posté : 2 Oct PM 15:1010
Igor
 Igor
(@lysakov)
Posts: 27
Active Member
 

for access try address in browser
http://ip:port/
where ip is ip of computer where projeqtor installed
pot is port of apache server, default if 80 or in some cases 8080, 8081...


 
Posté : 2 Oct PM 15:1010
(@babynus)
Posts: 14952
Membre Admin
 

small error
must be
127.0.0.1 or localhost

You're righ, I fixed the IP in the message.
Thanks


 
Posté : 3 Oct PM 13:1010
Share:
Retour en haut