I'm using everything client service but still cant reach the site using HTTP

General discussion related to "Everything".
Post Reply
alwayzsree
Posts: 6
Joined: Tue Oct 30, 2018 10:45 pm

I'm using everything client service but still cant reach the site using HTTP

Post by alwayzsree »

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.
NotNull
Posts: 5167
Joined: Wed May 24, 2017 9:22 pm

Re: I'm using everything client service but still cant reach the site using HTTP

Post by NotNull »

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 :

Code: Select all

for /f "usebackq tokens=2" %x in (`tasklist /FI "IMAGENAME eq everything.exe" /nh`) DO @(netstat -ano | findstr %x)
What is the output?

- What happens if you browse to
localhost:8080
in a browser?

- Did you create a firewall rule to let Everything/port 8080 traffic through?
alwayzsree
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

Post by alwayzsree »

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.
Attachments
Output.PNG
Output.PNG (20.58 KiB) Viewed 3887 times
http.PNG
http.PNG (17.6 KiB) Viewed 3887 times
General.PNG
General.PNG (18.21 KiB) Viewed 3887 times
alwayzsree
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

Post by alwayzsree »

please see result when I browse local host & error when I log off
Attachments
local host.PNG
local host.PNG (18.47 KiB) Viewed 3886 times
error when I logoff.PNG
error when I logoff.PNG (15.43 KiB) Viewed 3886 times
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: I'm using everything client service but still cant reach the site using HTTP

Post by void »

Please make sure you do not have any other servers on port 8080.

Please make sure Everything is not running as a standard program:
  • Right click the Everything system tray icon and click Exit.
Please try changing your client service port to 8080
  • 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
https://www.voidtools.com/support/everything/ini/#http_server_port
alwayzsree
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

Post by alwayzsree »

Great. Thanks alot, That worked .
Post Reply