litespeed Questions
2
In a OpenLiteSpeed server I used php_info() to find the path to php.ini
Loaded Configuration File /usr/local/lsws/lsphp73/etc/php/7.3/litespeed/php.ini
Then I edited max_input_vars and tried seve...
6
Solved
I have a site that has some strict requirements for SEO purposes.
The main one is redirecting all http requests to https which I have done by adding this into the AppController:
public function f...
Lithiasis asked 12/8, 2014 at 23:43
3
Solved
I have a PHP script that serves portions of a PDF file by byte ranges.
If an HTTP HEAD request is received, it should send back headers (including the PDF file size) but not the actual file conten...
3
Solved
Using ySlow, it recommends that I use eTags. I never heard of them before today. The question is now, how do I configure eTags?
I just spent the last 2 hours trying to figure this out. I tried ad...
4
Solved
My script compares 2 source trees, creates a map of possible changed files, compares MD5 hashes and creates a diff-package.
After 28000-29000 files, PHP terminates the script with error:
Fatal...
Thermel asked 2/2, 2011 at 0:37
0
I have used openwysiwyg v1.4.7 as for my dynamic website to have contents what we see is what you get. Well i'm not using any opensource CMS or any tools too make a website. I'm building my own sit...
Resinoid asked 9/1, 2013 at 10:28
3
Solved
Possible Duplicate:
PHP image resize on the fly vs storing resized images
I was wondering what is the best, fastest and most resource efficient way to resize images on the fly? I have...
Nest asked 27/2, 2012 at 11:56
1
Solved
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]...
Steelwork asked 27/7, 2011 at 16:8
3
Solved
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 L...
1
© 2022 - 2025 — McMap. All rights reserved.