LiteSpeed Technologies
Download Download     Blog Blog     Wiki Wiki     Forum Forum     Store     Contact Contact    

Go Back   LiteSpeed Support Forums > Search Forums > Search Results

Showing results 1 to 25 of 41 - Search took 0.00 seconds. Search: Posts Made By: dlhhyct
Forum: Install/Configuration 02-26-2007, 02:24 PM
Replies: 1
Views: 2,402
Posted By dlhhyct
how to transition to enterprise to with minimum downtime?

on a production server with several sites, what are the installation steps to transition from free lsws to enterprise lsws, with minimum or no downtime? is there a wiki doc for this?
Forum: Feedback/Feature Requests 11-14-2006, 03:53 PM
Replies: 1
Views: 2,054
Posted By dlhhyct
diff of Premium Support Contract and forum

i was looking at the service page, it says "Premium Support Contract" answers within 1 biz day, but your guys do that on the forum already. so what does contract offers more? does anyone actually buy...
Forum: Feedback/Feature Requests 11-13-2006, 08:51 PM
Replies: 27
Views: 10,868
Posted By dlhhyct
ok

I have to find a good clean solution instead of just throwing whole bunch of stuff together. Thanks.
Forum: Feedback/Feature Requests 11-13-2006, 05:58 PM
Replies: 27
Views: 10,868
Posted By dlhhyct
show me

please read
http://www.litespeedtech.com/support/forum/showthread.php?p=3479

can you do what i try to do without using proxypass?
i tried rewriteRules, but can't get it to work.
Forum: Feedback/Feature Requests 11-13-2006, 02:27 PM
Replies: 27
Views: 10,868
Posted By dlhhyct
not working for me

as far as i know. url rewrite will redirect first link to second link, not proxying.

if anyone can use rewrite to do what proxypass can do, let me know.
Forum: Feedback/Feature Requests 11-13-2006, 10:08 AM
Replies: 27
Views: 10,868
Posted By dlhhyct
if u read the beginning of the thread, i tried...

if u read the beginning of the thread, i tried rewrite without success. can you show me how?

what does proxypass do extra, that rewrite can't do? There must be a reason both apache and lighttpd...
Forum: Feedback/Feature Requests 11-13-2006, 07:44 AM
Replies: 27
Views: 10,868
Posted By dlhhyct
more

* http://blog.guykawasaki.com/ points to --- http://guykawasaki.typepad.com/blog/ ,

I thought about it again. Yes, i was wrong, i guess people dont do ProxyPass cross servers, since it's just not...
Forum: Feedback/Feature Requests 11-12-2006, 01:11 PM
Replies: 27
Views: 10,868
Posted By dlhhyct
hmm..

yes, you are right.

but if i really want to hide the supplying site, i can do it using proxypass. at the cost of doubling the bandwidth. I don't know if anyone does that now.

plus, it's a...
Forum: Feedback/Feature Requests 11-12-2006, 11:42 AM
Replies: 27
Views: 10,868
Posted By dlhhyct
if you want ProxyPass, leave a comment

after you read this, if you find such feature important to you, please reply with "I want it too". thank you....
Forum: Feedback/Feature Requests 11-12-2006, 11:01 AM
Replies: 27
Views: 10,868
Posted By dlhhyct
i think it's a must have

as I surf more and more. I see there's more use of proxypass.


http://blog.guykawasaki.com/ points to --- http://guykawasaki.typepad.com/blog/ ,
http://jobs.slashdot.org/ points to ---...
Forum: Feedback/Feature Requests 10-31-2006, 12:21 PM
Replies: 1
Views: 2,358
Posted By dlhhyct
http streaming?

Does lsws supports Comet Programming (http://en.wikipedia.org/wiki/COMET_%28programming%29) ? (new buzz word everyday), or http streaming, means keep http connection open, so webserver can push data...
Forum: Feedback/Feature Requests 10-30-2006, 01:00 PM
Replies: 27
Views: 10,868
Posted By dlhhyct
and another use is just simply proxying, ...

and another use is just simply proxying,
"mysite.com/blog" point to "dlhhyct.blogspot.com"
Forum: Feedback/Feature Requests 10-30-2006, 12:47 PM
Replies: 27
Views: 10,868
Posted By dlhhyct
ok

in an ajax call, ajax XmlHttpRequest(XHR) call within own domain ("^/") is allowed, but call to an external website is denied by default browser security setting. One way to work around this is on...
Forum: Feedback/Feature Requests 10-30-2006, 11:08 AM
Replies: 27
Views: 10,868
Posted By dlhhyct
ok

I can hack around this by doing it myself in ruby, but i guess it's much slower than web server doing it.

as mashup and ajax become more and more popular, instead of just put up some static flickr...
Forum: Feedback/Feature Requests 10-30-2006, 07:10 AM
Replies: 27
Views: 10,868
Posted By dlhhyct
doh!

http://httpd.apache.org/docs/1.3/mod/mod_proxy.html#proxypass

Apache can do this with mod_proxy, so why there's no equivalent in lsws?
Forum: Feedback/Feature Requests 10-29-2006, 08:02 PM
Replies: 27
Views: 10,868
Posted By dlhhyct
clarify

to make it simple, in my website, i want all my request
"mysite.com/foo" gets content from "other.website.com/bar", what's the best way to do it?

for example, i want my site users stay on my...
Forum: Feedback/Feature Requests 10-28-2006, 05:29 PM
Replies: 27
Views: 10,868
Posted By dlhhyct
ProxyPass

when exploring ajax and XmlHttpRequest(XHR), I realize that browser by default doesn't allow sending XHR to other domains, so one solution is to proxy the site I try to query. so in mysite.com rails...
Forum: Install/Configuration 10-25-2006, 11:31 AM
Replies: 1
Views: 1,750
Posted By dlhhyct
diff of awstats and google analytics?

i'been using awstats and it's pretty good, shows enough info.

what does analytics have that awstats lacks?
Forum: Ruby/Rails 10-22-2006, 09:12 AM
Replies: 3
Views: 3,138
Posted By dlhhyct
still same

so I have "/forum" sequence 1, "/" 2, still same, route recognition failed.

do I have to modify the forum app, prefix "/forum" in every routes in forum_app/config/routes.rb ?
Forum: Ruby/Rails 10-21-2006, 07:11 PM
Replies: 3
Views: 3,138
Posted By dlhhyct
URI only works under "/" in rails context

in rails context, when I change URI to other values not "/", like "/xyz", rails app doesn't work and say "/xyz" not recognized. I thought lsws will translate everything to under new context root...
Forum: Ruby/Rails 10-16-2006, 09:30 AM
Replies: 1
Views: 2,309
Posted By dlhhyct
found it

it's under server / tab Rails, var "max idle time"

sorry I didn't find it earlier.
Forum: Ruby/Rails 10-14-2006, 04:53 PM
Replies: 1
Views: 2,309
Posted By dlhhyct
like rails process to stay

When I visit my site when there's no traffic, first page load takes a while,
is it possible to set TTL value for ruby lsapi processes so it will stay around a little longer?
Forum: Ruby/Rails 10-10-2006, 07:33 AM
Replies: 7
Views: 2,921
Posted By dlhhyct
how about ln?

ln -s /anywhere/you/want /home/test/app/current/awstats ?
Forum: Install/Configuration 10-05-2006, 09:04 AM
Replies: 7
Views: 2,528
Posted By dlhhyct
realm works

i setup realm1, setup static context "/r1" -> $VH_ROOT using realm1, browser pops up login box for realm1, and it works.

so should i use realm instead of htaccess for such? what's the difference...
Forum: Install/Configuration 10-05-2006, 07:17 AM
Replies: 7
Views: 2,528
Posted By dlhhyct
:(

i think my path and permission are correct:

ws maint # pwd
/data/apps/maint
ws maint #
ws maint # ls -al
total 16
drwxr-xr-x 2 dchen users 168 2006-10-05 10:11 .
drwxr-xr-x 6 dchen users...
Showing results 1 to 25 of 41

 
Forum Jump

All times are GMT -7. The time now is 02:44 AM.



- Archive - Top
© Copyright 2003-2011 LiteSpeed Technologies, Inc. All rights reserved. Privacy Policy.