r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[!Cheyenne] Discussions about the Cheyenne Web Server

Graham
19-Sep-2009
[5838]
using localhost I sent an email to gmail.  I turned on wireshark 
and captured all traffic for a couple of minutes.  no smtp traffic.
Dockimbel
19-Sep-2009
[5839]
%email.rsp script fault, I've left debug code in here...fixing that.
Graham
19-Sep-2009
[5840]
action = show.rsp ...
Dockimbel
19-Sep-2009
[5841]
Fix commited to SVN.
Graham
19-Sep-2009
[5842]
How long does it take to send an email cf normal smtp ?
Dockimbel
19-Sep-2009
[5843x2]
a second most of the time
less than a second in fact with gmail, it takes 1-3 sec here to send 
it and get it signaled by Thunderbird.
Graham
19-Sep-2009
[5845]
the email form has no action
Dockimbel
19-Sep-2009
[5846]
default action is the same page (email.rsp)
Graham
19-Sep-2009
[5847x6]
I see ...
Didn't work though ..
just says pending
let me restart Cheyenne
Is there a log for the email ?
ok, startup cheyenne in verbose mode.
Dockimbel
19-Sep-2009
[5853x2]
There's a "Email sent" log from MTA in verbose mode (-vv at least)
Btw, don't forget to check your spam box if email is sent and you 
don't see it.
Graham
19-Sep-2009
[5855x4]
...sending progress: [pending]
I should test this in XP mode
the chey-pid-7176.log doesn't show any error
ooops ...

19/9-23:06:04.537-## Error in [OS-API] : OpenSCManager failed : Access 
is denied. !
19/9-23:06:04.539-[boot] Cmdline args : -vvv
19/9-23:06:04.540-[boot] Processed    : [verbosity 4]
19/9-23:06:04.541-[boot] Boot flags   : [no-screen verbose]
19/9-23:06:04.542-[boot] Data folder  : %./
19/9-23:06:04.545-[uniserve] Async Protocol FastCGI loaded
19/9-23:06:04.546-[uniserve] Async Protocol SMTP loaded
19/9-23:06:04.577-## Error in [dig] : DNS server not found !
Dockimbel
19-Sep-2009
[5859x2]
If it's in encap mode, try running it with admin rights.
While testing now, I've noticed a few issue with send-email/attach: 
header and multipart/form-data encoding. I'll fix them tonight, need 
to go now.
Graham
19-Sep-2009
[5861x2]
I was just doing a straight text test .. but no go.  Even in administrator 
mode.
Not sure how to turn on logging when running as admin ..
Henrik
19-Sep-2009
[5863x4]
Can I use virtual hosts to serve multiple document roots on the same 
site without having separate domain names? I I would like to avoid 
"creeping" between multiple sites that don't share code and also 
use it as a tool to avoid the browser accessing code directories 
for the site.
suppose I have:

somewhere/site1
somewhere/site2

and I don't want

somewhere/site2/../site1 == somewhere/site1
I think I found a different way to do this with symlinks. Thanks.
hmmm... it did not solve it.
Will
19-Sep-2009
[5867x2]
Henrik: Use Webapps
Maybe alias can do as well, look in heepd.cfg, there are examples 
for both
Henrik
19-Sep-2009
[5869x8]
I think webapps require a bit more than static pages?
also alias is not working for me.
It seems that webapps don't require more than an index.html file 
to work, but I get a 404 back or a redirect to the previously shown 
page, when I put an empty index.html file in that dir. When the file 
has just one char, it's served properly.
Like so:

1. create dir test/ in the doc root folder.
2. create empty file index.html in test/
3. try to display in browser: no go
4. insert char "a" in index.html
5. "a" is displayed in browser.
6. remove "a" again so index.html is empty
7."a" is still displayed in browser.


If I navigate away and then back to that page using the Back button, 
it still faithfully displays the "a".


If I directly enter the url for the index.html file, I get bounced 
back to the previous URL.
webapp won't work, even with an app-init.r file, but it works fine 
with an HTML page.
I guess what I really want is the feature of virtual-root for a webapp, 
but just for plain RSP pages.
Another potential issue is when a virtual-root has the same name 
as a real directory at the default root dir. I don't know if that 
can be warned for, but it caused some confusion here before I figured 
out what was wrong.
I'm bubbling with question regarding webapps. :-) Because I can't 
get them to work according to what is written in the docs.
Graham
19-Sep-2009
[5877x2]
webapps work fine for me.
maybe your browser is caching.
Henrik
19-Sep-2009
[5879x3]
attempt [load join request/config/root-dir %/app-init.r] ; TBD: report 
errors !!!

Maybe it's this line in the code that is giving me issues.
because app-init.r is quietly not run
my curecode works fine, but my own app does not work
Graham
19-Sep-2009
[5882]
cure code is a web app is it not?
Henrik
19-Sep-2009
[5883x3]
RSP: error in events from %app-init.r now logged.

That's from the change log. That's not correct.
for cheyenne 0.9.19.
yes, it's a webapp.
Graham
19-Sep-2009
[5886x2]
I'm not entirely clear at all from your description what the issue 
is.  But I presume doc is working on fixing the email issue and if 
there are others ... he'll get on to them.
In the meantime I am holding off deploying the latest SVN version 
of Cheyenne.