Questions tagged [zeus]

Zeus is an environment preloader for Ruby, so that your development tasks such as console, server, generate, and specs/tests take less time to load.

Zeus is an environment preloader for Ruby, so that your development tasks such as console, server, generate, and specs/tests take less time to load. See the docs for more information.

99 questions
0
votes
1 answer

Transferring wordpress to zeus server

I have been trying to transfer a wordpress site created on godaddy linux server & after everything is complete when trying to transfer the site on register 365 hosting on a zeus server, the site is giving a server error Error code: 500 the log file…
0
votes
1 answer

How to use an alias or function in zsh to check for a socket and run the appropriate command?

I have an interesting problem when using Zeus with Rails. My shell script writing is lacking to say the least. Ok, so zeus boots a rails app in under a second and makes tests etc. much faster. However, you must append zeus before any rails command.…
fontno
  • 6,642
  • 6
  • 36
  • 43
0
votes
1 answer

301 Redirect for subdirectories Zeus

I have changed the name of my subfolder in my site and need to know the code for a rewrite.script example: how would I direct http://www.mydomain/stackoverflow/index to http://www.mydomain/stackoverflow2/index I want to avoid writing each url…
Woolley
  • 25
  • 8
0
votes
1 answer

How to decrypt TrafficScript encrypted value

We are using TrafficScript running under a Stingray Traffic Manager to encrypt a string and store that encrypted value in a cookie. Like so: $encrypt = "string to encrypt"; $passphrase = "passphrase"; $encrypted=…
GrievousAngel
  • 261
  • 4
  • 10
0
votes
1 answer

Limit on number of redirects on Zeus web server

Does a Zeus web server have a limit on the number of redirects it can have in rewrite.script file? As I have about 200 redirects in the file and it breaks about halfway down and there arn't any syntax errors as If I move some around they work…
Cameron
  • 27,963
  • 100
  • 281
  • 483
0
votes
1 answer

Redirecting urls with query strings using regex

I'm redirecting old urls on a website to new urls on a different website. It's using a Zeus web sever and the first two rules work just fine. However it doesn't seem to play ball with the third url which has a query string in it... Any ideas on how…
Cameron
  • 27,963
  • 100
  • 281
  • 483
0
votes
1 answer

Zeus server Url Rewriting

I am first time using zeus server , I dont how can I rewrite url which file(with extension ) should I upload in the root folder for zeus right now I am using Apache then .htaccess file is working but I have to shift my site on zeus server then it…
Ajay Kurmi
  • 183
  • 4
  • 13
0
votes
1 answer

Rewrite everything to a single 'site down' page with Zeus Rewrite Rules

I'd like to make it so that any request for any file or page on my website gets directed to a single file: site_down.php I know how to do this with apache rewrites but can't find a specific example for Zeus
Quadrant6
  • 1,175
  • 2
  • 15
  • 25
0
votes
1 answer

How would Zeus(load balancer) handle the closed connection

Currently, we run into one problem with timeout issue. Our application is based on Jetty and uses Zeus as load balancing. The maxIdleTime is set as default value 30000 in jetty.xml. When a request/connection exceeds 30 seconds, the connection status…
zhongxiao37
  • 977
  • 8
  • 17
1 2 3 4 5 6
7