Forum

how to access my pr...
 
Notifications
Clear all

how to access my projeqtor in a local network

5 Posts
3 Users
0 Reactions
5,594 Views
(@showhi)
Posts: 1
New Member
Topic starter
 
[#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...


 
Posted : 24 Sep 2015 12H02
(@babynus)
Posts: 14952
Member 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.


 
Posted : 24 Sep 2015 20H41
Igor
 Igor
(@lysakov)
Posts: 27
Active Member
 

small error
must be
127.0.0.1 or localhost


 
Posted : 02 Oct 2015 15H20
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...


 
Posted : 02 Oct 2015 15H23
(@babynus)
Posts: 14952
Member Admin
 

small error
must be
127.0.0.1 or localhost

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


 
Posted : 03 Oct 2015 13H39
Share:

Scroll to Top