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 69 - Search took 0.00 seconds. Search: Posts Made By: Marcus
Forum: Bug Reports 11-23-2010, 09:59 AM
Replies: 4
Views: 907
Posted By Marcus
Yes, The problem was unrelated to LS - it...

Yes,

The problem was unrelated to LS - it was because I was testing in a browser, and the page I was trying to redirect to hasn't been created yet. I tried using curl, and it worked as expected....
Forum: Bug Reports 11-23-2010, 07:55 AM
Replies: 4
Views: 907
Posted By Marcus
No difference. It still doesn't work.

No difference. It still doesn't work.
Forum: Bug Reports 11-23-2010, 04:02 AM
Replies: 4
Views: 907
Posted By Marcus
[Solved]Rewrite not working as expected for static external redirects

Hi,

I'm trying to do an external rewrite like :

http://example.com/example_url => http://other.server.com/http://example.com/example_url

The rewrite rule I have tried is :

RewriteRule .*...
Forum: Bug Reports 03-19-2010, 09:19 AM
Replies: 1
Views: 1,256
Posted By Marcus
$VH_ROOT not work properly at server level

Hi,

At the server level, I added the following entry into the Apache-style settings:

php_value open_basedir "$VH_ROOT/public:$VH_ROOT/includes"

The resulting open_basedir value though held...
Forum: Bug Reports 01-13-2009, 08:34 PM
Replies: 11
Views: 2,454
Posted By Marcus
I think that a lot of people would agree with you...

I think that a lot of people would agree with you there.
Forum: Bug Reports 01-12-2009, 06:36 PM
Replies: 11
Views: 2,454
Posted By Marcus
I fully understand that one of your aims is to be...

I fully understand that one of your aims is to be Apache-interchangeable, and if Apache follows the same method regarding directories, then it is sensible for you to stay with your current approach. ...
Forum: Bug Reports 01-11-2009, 12:31 AM
Replies: 11
Views: 2,454
Posted By Marcus
I feel that /login/password.shtml shouldn't be...

I feel that /login/password.shtml shouldn't be mapped to /login, but it should be mapped to /login/ and exp:^/login (or any other sensible regexes).

I just checked, and see that if you don't...
Forum: Bug Reports 01-11-2009, 12:15 AM
Replies: 11
Views: 2,454
Posted By Marcus
I didn't realise you needed to specify the...

I didn't realise you needed to specify the location as a file. It doesn't seem right to me that I should have to, though. It should be purely on the basis of the URL (IMHO).

If you say that the...
Forum: Feedback/Feature Requests 01-10-2009, 06:10 PM
Replies: 17
Views: 4,287
Posted By Marcus
Sure, I understand. Good luck with getting the...

Sure, I understand. Good luck with getting the 4.0 featureset done.
Forum: Bug Reports 01-10-2009, 06:09 PM
Replies: 11
Views: 2,454
Posted By Marcus
The context is defined as 'static'. ...

The context is defined as 'static'.

Eventually it will point to a file, but I want to use the 'nice' URL of /login rather than /login.php or something like that.

There is a directory /login/,...
Forum: Bug Reports 01-09-2009, 07:27 PM
Replies: 11
Views: 2,454
Posted By Marcus
Regex contexts also don't seem to work

I've created a context

exp:^/admin

but the rewrite rules inside this context also don't seem to be being processed at all, though if they're defined at the VHOST level they are.
Forum: Bug Reports 01-08-2009, 10:35 PM
Replies: 14
Views: 3,632
Posted By Marcus
What about having multiple versions of your...

What about having multiple versions of your standard/enterprise servers, both with and without largefile support? That way, if a user needs it, then they can have it, but if they don't, they won't...
Forum: Bug Reports 01-08-2009, 10:27 PM
Replies: 11
Views: 2,454
Posted By Marcus
The rewrite rules for for context /login are: ...

The rewrite rules for for context /login are:


RewriteCond %{HTTP_COOKIE} lang=(en|fr|tr)
RewriteRule ^(.*)$ $1/%1.shtml [L,NE]

RewriteRule ^(.*)$ ...
Forum: Feedback/Feature Requests 01-08-2009, 10:09 PM
Replies: 17
Views: 4,287
Posted By Marcus
Any idea of timeframe for implementing an ISAPI...

Any idea of timeframe for implementing an ISAPI or LSAPI-ISAPI bridge? I think it could be a really useful feature, especially for the larger websites.
Forum: Bug Reports 01-08-2009, 10:04 PM
Replies: 11
Views: 2,454
Posted By Marcus
Context without trailing slash is ignored

Hi,

I have defined a context /login, with some settings and rewrite rules inside. When I try to access the page at

http://mysite.com/login

the URL is checked in the rewrite rules at the...
Forum: General 01-08-2009, 01:54 PM
Replies: 6
Views: 1,581
Posted By Marcus
Yes, it works as expected now. Thanks for...

Yes, it works as expected now.

Thanks for fixing it so quickly.
Forum: Bug Reports 01-07-2009, 09:21 PM
Replies: 3
Views: 1,419
Posted By Marcus
That problem appears to have been fixed in the...

That problem appears to have been fixed in the latest binary version (at least basic restarts have). I won't go through all the process I did before, but if I experience any more issues, I'll post...
Forum: Bug Reports 01-07-2009, 09:19 PM
Replies: 6
Views: 1,397
Posted By Marcus
I've downloaded the latest binary, and all is...

I've downloaded the latest binary, and all is well.

I didn't realise that binaries of the same name might be different. If you're going to do that, have you thought of adding some additional...
Forum: General 01-07-2009, 08:48 PM
Replies: 6
Views: 1,581
Posted By Marcus
In the logs, there are these entries ...

In the logs, there are these entries


2009-01-08 04:44:39.556 [INFO] [127.0.0.1:36632-0#simpl-ssl] [REWRITE] Rule: Match '/admin&lang=en' with pattern '^/admin(.*)$', result: 2
2009-01-08...
Forum: General 01-07-2009, 08:32 PM
Replies: 6
Views: 1,581
Posted By Marcus
I have the following situation: - a web...

I have the following situation:

- a web server defined in the config with the name 'besvr', which is open on port 8000
- the following rewrite rule:

RewriteRule ^/admin(.*)$ ...
Forum: General 01-07-2009, 07:55 PM
Replies: 6
Views: 1,581
Posted By Marcus
I think the problem I have is that the URL is...

I think the problem I have is that the URL is being re-written with URL-encoded characters, but using the 'NE' flags seems to be having no effect (they're still being encoded).
Forum: General 01-07-2009, 07:42 PM
Replies: 6
Views: 1,581
Posted By Marcus
Proxying without URL encoding

Hi,

Is there any way to proxy a request without URL-encoding '&' and '='? I'm having problems with some backends because of it.

Thanks.
Forum: Bug Reports 01-07-2009, 05:02 PM
Replies: 3
Views: 1,419
Posted By Marcus
Generally need to restart using script

If I use the web admin interface, the graceful restart doesn't seem to work properly - i.e. the new settings aren't updated.

If I use the control script and restart, that works ok, though.

Does...
Forum: Bug Reports 01-07-2009, 03:57 PM
Replies: 6
Views: 1,397
Posted By Marcus
This is the version I've been using - but I...

This is the version I've been using - but I checked both versions 4.0b2 and 4.0b3. I think the core dump link I sent you was for version 4.0b2 though, as I checked that one after 4.0b3.

I'll do...
Forum: Bug Reports 01-07-2009, 03:29 PM
Replies: 6
Views: 1,397
Posted By Marcus
How can I get the latest version? (I've...

How can I get the latest version?

(I've tried the one from http://www.litespeedtech.com/packages/4.0/lsws-4.0b3-std-i386-linux.tar.gz.)
Showing results 1 to 25 of 69

 
Forum Jump

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



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