Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
4answers
2k views

LiteSpeed vs Apache httpd

I've been hearing things lately about the LiteSpeed webserver as being a drop-in replacement for Apache webserver. Even my web host is going to replace their shared webhost environment with LiteSpeed ...
3
votes
2answers
43 views

POST files uploading - multipart/form-data + UTF bug in PHP?

When I try to upload files using HTTP post with header Content-Type: multipart/form-data; boundary=-----NPRequestBoundary----- everything works as expected but trying to use Content-Type: ...
2
votes
2answers
981 views

Fatal error: Maximum execution time of 0 seconds exceeded - wtf?

Ok, who can explain how infinite time can exceed?! :) My script compare 2 source trees, create map of possible changed filed and comapre md5 and finally create diff-package. After 28000-29000 files ...
2
votes
1answer
493 views

Large File Upload Memory Issue PHP

I recently took over a file hosting site (similar to rapidshare, megaupload etc.) and currently averaging about 75k visitors/day. After the migration, we wrote our own system from scratch. It's now ...
2
votes
5answers
257 views

What do you think about this weird idea about how to configure development/staging/production instances?

I just got a weird idea about how to configure environment-dependent parameters. Sort of like parameters you can find in Rails' config/database.yml In my current project I use PHP and Litespeed Web ...
1
vote
0answers
142 views

.htaccess RewriteOptions Inherit is not inheriting

I've been trying inerhiting my rules with RewriteOptions Inerhit, because for some reason rules are not inerhited by default.You might want to know that I'm on a LiteSpeed server. The IP XXX.XX.XX.XX ...
1
vote
0answers
75 views

Is there any chance to use that nginx HttpAccessKeyModule in litespeed or apache?

can i use nginx's HttpAccessKeyModule in litespeed or apache. or do you know any module or htaccess rule which doing same job? http://wiki.nginx.org/HttpAccessKeyModule
1
vote
3answers
926 views

Rails 2.3.2.1 error with Litespeed 4.0.5

I just upgraded to Rails 2.3.2.1 running Litespeed web server 4.0.5 and get the below error. I think it has something to do with setting up the Rack preference (server = Rack::Handler::LSWS) but not ...
1
vote
2answers
1k views

htaccess redirect for everything but files/directories

I am trying to create a rewrite rule that accomplishes two things: Redirect (www.)?domain.com to log.domain.com Let any other directory or file request on domain.com through without redirection ...
1
vote
9answers
414 views

Which to use on low spec CPU?

I have a dedicated server where i'm only the user in it. Processor : AMD Sempron 3100+ Memory : 1GB DDR I I'm using PHP for website. Its mostly used for downloading stuff and uploading and so. I ...
0
votes
0answers
34 views

SSL Record Too Long - cPanel, SSL, LiteSpeed Dedicated IP and Unhelpful Host

I have a cPanel based hosting account with a host, who can remain unnamed for the time being as their being singularly unhelpful but wouldn't want to talk down of them. Anyway, I have a dedicated IP ...
0
votes
0answers
96 views

why is litespeed php eating up all my resources? lsphp5

I have 3 websites on my server. user2 keeps eating up all CPU usage spiking at over 100% at times. the website running under user2 is inaccessible. What is causing this? user1 is handling fine at ...
0
votes
1answer
174 views

htaccess help, need to force www, https, and remove index.php

I have a rewrite in my htaccess file that removes index.php from the url RewriteEngine on RewriteCond $1 !^(images|media|system|themes|_css|_js|favicon\.ico|robots\.txt|cert\.html|index\.php) [NC] ...
0
votes
0answers
14 views

How do i connect local directory(on server) to remote directory?

I have 2 servers. One having IP e.g. 1.1.1.1 and the other one e.g. 2.2.2.2. I have uploaded a directory on both servers. Can i connect first server's uploaded directory to the second one. copy ...
0
votes
1answer
288 views

How to get LiteSpeed to evaluate all rewrite rules in .htaccess as apache2 does?

I have problems with LiteSpeed not evaluating mod_rewrite rules the same way as apache2 I have a php routing system with a mod_rewrite setting that rewrites http://example.com/page-name to ...
0
votes
0answers
36 views

How can you redirect www to none www with litespeed

My server uses litespeed and the apache command for htaccess is not making my www url 303 to none www and as a result theres two copies of my site on google. can you please help me.
0
votes
0answers
70 views

How can i reduce memory usage in Litespeed server?

we have a litespeed server. actually we wanted to a cdn server and someone is suggest us litespeed. daily hit nearly 200k. average filesize 50MB. server has 12GB ram. here is the top -c command ...
0
votes
1answer
159 views

RewriteRule on litespeed question

My rule works good when I access http://domain.com/example . The Query looks good etc. When I visis http://domain.com the index.php does not load, seem that a blank redirect is done, ...
0
votes
2answers
491 views

htaccess rule redirect non www to www - litespeed server

I have a question about using htaccess in my litespeed server. I tried to redirect http://domain.com to http://www.domain.com using this rule: Options +FollowSymLinks RewriteEngine on RewriteCond ...
0
votes
3answers
3k views

SQL Server, Restore a .BKP file into an MDF file but not LDF (no space for it)

I'm in an issue where I don't have enough space to accomodate my MDF and LDF files from a LiteSpeed backup we had done. I've come up with the following sproc: exec master.dbo.xp_restore_database ...