I'm using everything client service but still cant reach the site using HTTP, when I log off from the machine. Tried with port 8080 also
same result any suggistion please.
I'm using everything client service but still cant reach the site using HTTP
-
- Posts: 6
- Joined: Tue Oct 30, 2018 10:45 pm
Re: I'm using everything client service but still cant reach the site using HTTP
You provided hardly any information, so just some general questions:
- Did you follow these instructions (they are for an ETP server, but are similar for a HTTP server)
All following should be executed on the computer where you HTTP server is running
- Run the following command from the CMD prompt :
What is the output?
- What happens if you browse to in a browser?
- Did you create a firewall rule to let Everything/port 8080 traffic through?
- Did you follow these instructions (they are for an ETP server, but are similar for a HTTP server)
All following should be executed on the computer where you HTTP server is running
- Run the following command from the CMD prompt :
Code: Select all
for /f "usebackq tokens=2" %x in (`tasklist /FI "IMAGENAME eq everything.exe" /nh`) DO @(netstat -ano | findstr %x)
- What happens if you browse to
localhost:8080
- Did you create a firewall rule to let Everything/port 8080 traffic through?
-
- Posts: 6
- Joined: Tue Oct 30, 2018 10:45 pm
Re: I'm using everything client service but still cant reach the site using HTTP
Hi Thanks for your response. Firewall is disabled and yes, we are running this as a client service like how that was setup in your link.
Please see the attachments below & advise.
Please see the attachments below & advise.
- Attachments
-
- Output.PNG (20.58 KiB) Viewed 4470 times
-
- http.PNG (17.6 KiB) Viewed 4470 times
-
- General.PNG (18.21 KiB) Viewed 4470 times
-
- Posts: 6
- Joined: Tue Oct 30, 2018 10:45 pm
Re: I'm using everything client service but still cant reach the site using HTTP
please see result when I browse local host & error when I log off
- Attachments
-
- local host.PNG (18.47 KiB) Viewed 4469 times
-
- error when I logoff.PNG (15.43 KiB) Viewed 4469 times
Re: I'm using everything client service but still cant reach the site using HTTP
Please make sure you do not have any other servers on port 8080.
Please make sure Everything is not running as a standard program:
Please make sure Everything is not running as a standard program:
- Right click the Everything system tray icon and click Exit.
- Stop the Everything client service:
- From a command prompt, navigate to your Everything.exe location, eg:
cd c:\everything - Run the following command to stop the Everything client service:
everything.exe -stop-client-service - Open your Everything.ini in the same location as your Everything.exe
- Change the following line:
http_server_port=80
to
http_server_port=8080 - Ensure the HTTP server is set to enabled:
http_server_enabled=1 - Save changes and restart the Everything client service:
everything.exe -start-client-service
-
- Posts: 6
- Joined: Tue Oct 30, 2018 10:45 pm
Re: I'm using everything client service but still cant reach the site using HTTP
Great. Thanks alot, That worked .