use different http customization for different instances

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
Tom.Zhang
Posts: 44
Joined: Wed Jun 03, 2015 8:51 am

use different http customization for different instances

Post by Tom.Zhang »

I have two instances for two different kinds of files, one is for txt log and the other is for images, txt file instance use the default 80 port and the other is port 666, is there a way to use their own customization http files like logo picture, icons and css file?
void
Developer
Posts: 19839
Joined: Fri Oct 16, 2009 11:31 pm

Re: use different http customization for different instances

Post by void »

Only way to do this is to put Everything in multiple folders and disable "Store settings and data in %APPDATA%\Everything"

Copy Everything.exe to:

C:\EverythingLogs
C:\EverythingImages

Change the default HTTP files for each folder under:

C:\EverythingLogs\HTTP Server
C:\EverythingImages\HTTP Server

You will still need to run each Everything.exe in a separate instance, for example:

C:\EverythingLogs\Everything.exe -instance logs
C:\EverythingImages\Everything.exe -instance images

In each instance, ensure Tools -> Options -> General -> "Store settings and data in %APPDATA%\Everything" is unchecked.
Tom.Zhang
Posts: 44
Joined: Wed Jun 03, 2015 8:51 am

Re: use different http customization for different instances

Post by Tom.Zhang »

well understand, thanks!
Post Reply