World: r3wp
[!Cheyenne] Discussions about the Cheyenne Web Server
older newer | first last |
Kaj 6-Jun-2009 [5081] | selfip.com is not dyndns.com |
amacleod 6-Jun-2009 [5082] | I used dyndns as an example...sorry for the confusion...selfip.com is one of the domains dyndns offers.. |
Kaj 7-Jun-2009 [5083] | I have no problems with subdomains, but maybe it has to do with the dynamic DNS |
amacleod 8-Jun-2009 [5084] | Still cannont get vhosts working: mysite.selfip.com [ root-dir %www/mysite ; documents root directory default [%index.html %index.rsp %index.php] ; default files ] if I change my default root-dir to that above I get the corresponding index page for that directory...it just does not seem to reconize the vhost url |
Kaj 9-Jun-2009 [5085x2] | Does dyndns support subdomains? |
The DNS needs to be configured to resolve subdomains to your IP number | |
amacleod 9-Jun-2009 [5087] | It works with apache..does Cheyenne use a different method? |
Oldes 9-Jun-2009 [5088] | linux or windows? |
amacleod 9-Jun-2009 [5089] | windows |
Oldes 9-Jun-2009 [5090x2] | what do you have in hosts file? |
WINDOWS\system32\drivers\etc\ | |
amacleod 9-Jun-2009 [5092] | I have no reference to it... just localhost and a bunch added by spybot |
Oldes 9-Jun-2009 [5093] | why should spybot add something into this file? |
Maxim 9-Jun-2009 [5094x3] | it redirects dns searches to nowhere :-) |
i don't know about spybot, but faking hosts entries is a good way to prevent trojans from calling home ;-) | |
and if they are set to local host, then you can even trap them using a service expecting known ports. | |
Oldes 9-Jun-2009 [5097x2] | ah so... clever:) |
anyway... I forgot that amacleod needs the virtual working from outside so the hosts file probablz is not the right file to look at | |
amacleod 9-Jun-2009 [5099] | I'll have a static ip by next week so I hope that solves this issue for me.. |
Dockimbel 10-Jun-2009 [5100] | Amacleod: did you tried Apache and Cheyenne using same server port? |
amacleod 10-Jun-2009 [5101] | no, doc apache is on 82...cheyenne is on port 81 on the server and i tried 83 on y other computer.. iI reaching the default page..just not getting vhosts dir |
Robert 12-Jun-2009 [5102x2] | I have a problem, that after some running time Cheyenne seems to get into an unstable state and my REST shopping-cart isn't working any longer. I got this error in the trace.log, which seems to be Cheyenne internal: 5/6-10:09:48.142823-## Error in [task-handler-40014] : Make object! [ code: 501 type: 'access id: 'not-open arg1: "Port" arg2: none arg3: none near: [parse/all current: fourth entry [ any [ end break | "#[" copy value to #"]" skip ( append out reform [ " prin any [pick cat" locale/id? value mold value #"]" ] ) | "<%" [#"=" (append out " prin ") | none] copy value [to "%>" | none] 2 skip ( if value [repend out [value #" "]] ) | s: copy value [any [e: "<%" :e break | e: "#[" :e break | skip]] e: ( append out reform [" txt" index? s offset? s e #" "] ) ] ]] where: 'confirm ] ! 5/6-23:01:46.501455-## Error in [task-handler-40014] : Make object! [ code: 501 type: 'access id: 'not-open arg1: "Port" arg2: none arg3: none near: [unless no-lang [ id: locale/lang locale/set-default-lang ] out: make ] where: 'confirm ] ! |
Any idea what's going on? I could install a CRON job to killall instances and restart Cheyenne every 24h but IMO that shouldn't be the case. | |
Graham 12-Jun-2009 [5104x2] | What sort of load do you have on your server? |
Is it a rsp problem? | |
Janko 12-Jun-2009 [5106] | I have cheyenne (previous version) running 2 sites with moderate load for 2 months on some VPS and I never needed to reset it.. onother VPS I have the latest version running for about amonth too |
Robert 12-Jun-2009 [5107x3] | Mostly nothing. Cheyenne is working as a reverse proxy and just servers an RSP file. |
So, the load is really low couple requests a day. | |
(At the moment) | |
Janko 12-Jun-2009 [5110] | probably some "kind of request" is making it problems.. do you have any special types .. because you mention REST (PUT DELETE maybe?) |
Robert 12-Jun-2009 [5111] | I just use GET and POST. |
Graham 12-Jun-2009 [5112] | Is it IE problem that doc mentioned above? |
Janko 12-Jun-2009 [5113x2] | hm.. I don't know... I think I had seen some errors like taht at first when I started with cheyenne but don't know how I caused them |
(I know it was something about task handler) | |
Graham 12-Jun-2009 [5115x2] | Well, if it's only a couple of requests a day ... it's probably that IE bug which doc has now fixed. |
I think it was a POST. | |
Robert 12-Jun-2009 [5117x2] | Ok, so I will try the newest release. Is there a Linux binary already available? Or do you all use the source-code version? |
How can I find out what version of Cheyenne I'm running? | |
Dockimbel 14-Jun-2009 [5119x4] | >> p: open http://softinnov.org >> p/locals/headers/server == "Cheyenne/0.9.19" |
About your issue, your log shows that the RSP helper process has probably lost connection with the main process. It might be caused by the IE POST bug. | |
No binary yet available for the beta 0.9.20 | |
I'm working on it currently, I need a linux binary too for testing, I'll publish the link here so you can test it too. | |
Robert 15-Jun-2009 [5123] | Ok, great. Any time frame ;-)? Or can I use the source-code version so long? If, is there a link to dowload it? |
Dockimbel 15-Jun-2009 [5124x3] | Should be available today. |
Latest development version 0.9.20 for linux : http://cheyenne-server.org/tmp/cheyenne0920.gz | |
Robert: let me know if it fixes your stability issue. | |
Will 15-Jun-2009 [5127] | Thank you! 8-) |
Dockimbel 15-Jun-2009 [5128] | It's just a intermediate binary, it's not the full 0.9.20 version I'm planning to release, there's still a lot of small fixes and enhancements to add. |
Robert 16-Jun-2009 [5129x2] | I'll give it a try. Thanks. |
Ok, up & running. Let's see what happens. | |
older newer | first last |