Mod_mem_cache V1.2 For Lighttpd Released
Jul 12, 2007
I;m running lighttpd-1.4.15 and I have installed many mods which already comes packed with default install
but I want to install this particular mod and I cant seem to find any way to use this .patch file.
how this is done, only if you done it in the best and worked.
More details on this mod.
[url]
View 0 Replies
ADVERTISEMENT
Aug 6, 2007
NOT packaged with the freebsd port for lighttpd? Any clue?
Also, anyone ever get these errors after turning on mod_expire?
Code:
2007-08-06 11:51:33: (server.c.1149) NOTE: a request for /2007/80514-6713.wmv timed out after writing 37147 bytes. We waited 360 seconds. If this a problem increase server.max-write-idle
2007-08-06 11:51:43: (server.c.1149) NOTE: a request for /2007/96373-6576.wmv timed out after writing 1470807 bytes. We waited 360 seconds. If this a problem increase server.max-write-idle
2007-08-06 11:51:47: (server.c.1149) NOTE: a request for /uploads/76248f45a6.jpg timed out after writing 37139 bytes. We waited 360 seconds. If this a problem increase server.max-write-idle
2007-08-06 11:51:51: (server.c.1149) NOTE: a request for /2007/80449-6083.wmv timed out after writing 37146 bytes. We waited 360 seconds. If this a problem increase server.max-write-idle
2007-08-06 11:51:54: (server.c.1149) NOTE: a request for /2007/80449-6083.wmv timed out after writing 41242 bytes. We waited 360 seconds. If this a problem increase server.max-write-idle
2007-08-06 11:51:56: (server.c.1149) NOTE: a request for /2007/22195-6305.wmv timed out after writing 37144 bytes. We waited 360 seconds. If this a problem increase server.max-write-idle
2007-08-06 11:52:00: (server.c.1149) NOTE: a request for /2007/22195-6305.wmv timed out after writing 33048 bytes. We waited 360 seconds. If this a problem increase server.max-write-idle
2007-08-06 11:52:05: (server.c.1149) NOTE: a request for /2007/23338-6071.mpg timed out after writing 101260 bytes. We waited 360 seconds. If this a problem increase server.max-write-idle
2007-08-06 11:52:14: (server.c.1149) NOTE: a request for /2007/96373-6576.wmv timed out after writing 305448 bytes. We waited 360 seconds. If this a problem increase server.max-write-idle
2007-08-06 11:52:17: (network_freebsd_sendfile.c.175) sendfile: Broken pipe 32
2007-08-06 11:52:17: (connections.c.587) connection closed: write failed on fd 13
2007-08-06 11:52:22: (server.c.1149) NOTE: a request for /2007/80514-6769.wmv timed out after writing 41242 bytes. We waited 360 seconds. If this a problem increase server.max-write-idle
2007-08-06 11:52:22: (server.c.1149) NOTE: a request for /2007/118308-6944.mpeg timed out after writing 61685 bytes. We waited 360 seconds. If this a problem increase server.max-write-idle
2007-08-06 11:52:27: (server.c.1149) NOTE: a request for /2007/80514-6707.wmv timed out after writing 37146 bytes. We waited 360 seconds. If this a problem increase server.max-write-idle
2007-08-06 11:52:31: (server.c.1149) NOTE: a request for /2007/12434-6925.wmv timed out after writing 33048 bytes. We waited 360 seconds. If this a problem increase server.max-write-idle
Increasing server.max-write-idle does nothing to resolve this.
View 1 Replies
View Related
Mar 2, 2007
[url]
Quote:
The PHP development team would like to announce the immediate availability of PHP 4.4.6. This release addresses a crash problem with the session extension when register_globals is turned on that was introduced in PHP 4.4.5. This release comes also with the new version 7.0 of PCRE and it addresses a number of minor bugs.
Download PHP 4.4.6: [url]
Detailed Changelog: [url]
So anyone's been upgraded?
View 14 Replies
View Related
Jun 2, 2007
The PHP development team would like to announce the immediate availability of PHP 5.2.3.
This release continues to improve the security and the stability of the 5.X branch as well as addressing two regressions introduced by the previous 5.2 releases. These regressions relate to the timeout handling over non-blocking SSL connections and the lack of HTTP_RAW_POST_DATA in certain conditions. All users are encouraged to upgrade to this release.
Further details about the PHP 5.2.3 release can be found in the release announcement for 5.2.3, the full list of changes is available in the ChangeLog for PHP 5.
Security Enhancements and Fixes in PHP 5.2.3:
* Fixed an integer overflow inside chunk_split() (by Gerhard Wagner, CVE-2007-2872)
* Fixed possible infinite loop in imagecreatefrompng. (by Xavier Roche, CVE-2007-2756)
* Fixed ext/filter Email Validation Vulnerability (MOPB-45 by Stefan Esser, CVE-2007-1900)
* Fixed bug #41492 (open_basedir/safe_mode bypass inside realpath()) (by bugs dot php dot net at chsc dot dk)
* Improved fix for CVE-2007-1887 to work with non-bundled sqlite2 lib.
* Added mysql_set_charset() to allow runtime altering of connection encoding.
The key improvements of PHP 5.2.3 include:
* Improved compilation of heredocs and interpolated strings.
* Optimized out a couple of per-request syscalls.
* Optimized digest generation in md5() and sha1() functions.
* Fixed bug #41236 (Regression in timeout handling of non-blocking SSL connections during reads and writes)
* Fixed bug #39542 (Behavior of require/include different to < 5.2.0)
* Fixed bug #41293 (Fixed creation of HTTP_RAW_POST_DATA when there is no default post handler)
* Fixed bug #41347 (checkdnsrr() segfaults on empty hostname)
* Fixed bug #41353 (crash in openssl_pkcs12_read() on invalid input)
* Fixed bug #41403 (json_decode cannot decode floats if localeconv decimal_point is not '.')
* Fixed bug #41421 (Uncaught exception from a stream wrapper segfaults)
* Fixed bug #41504 (json_decode() incorrectly decodes JSON arrays with empty string keys).
* Over 40 bug fixes.
Full change log at [url]
View 0 Replies
View Related
May 4, 2007
Quote:
Security Enhancements and Fixes in PHP 5.2.2 and PHP 4.4.7:
* Fixed CVE-2007-1001, GD wbmp used with invalid image size (by Ivan Fratric)
* Fixed asciiz byte truncation inside mail() (MOPB-33 by Stefan Esser)
* Fixed a bug in mb_parse_str() that can be used to activate register_globals (MOPB-26 by Stefan Esser)
* Fixed unallocated memory access/double free in in array_user_key_compare() (MOPB-24 by Stefan Esser)
* Fixed a double free inside session_regenerate_id() (MOPB-22 by Stefan Esser)
* Added missing open_basedir & safe_mode checks to zip:// and bzip:// wrappers. (MOPB-21 by Stefan Esser).
* Limit nesting level of input variables with max_input_nesting_level as fix for (MOPB-03 by Stefan Esser)
* Fixed CRLF injection inside ftp_putcmd(). (by loveshell[at]Bug.Center.Team)
* Fixed a possible super-global overwrite inside import_request_variables(). (by Stefano Di Paola, Stefan Esser)
* Fixed a remotely trigger-able buffer overflow inside bundled libxmlrpc library. (by Stanislav Malyshev)
Security Enhancements and Fixes in PHP 5.2.2 only:
* Fixed a header injection via Subject and To parameters to the mail() function (MOPB-34 by Stefan Esser)
* Fixed wrong length calculation in unserialize S type (MOPB-29 by Stefan Esser)
* Fixed substr_compare and substr_count information leak (MOPB-14 by Stefan Esser) (Stas, Ilia)
* Fixed a remotely trigger-able buffer overflow inside make_http_soap_request(). (by Ilia Alshanetsky)
* Fixed a buffer overflow inside user_filter_factory_create(). (by Ilia Alshanetsky)
Security Enhancements and Fixes in PHP 4.4.7 only:
* XSS in phpinfo() (MOPB-8 by Stefan Esser)
As always get the source code from php.net and compile away.Or wait for your distro to put out an updated package.
View 0 Replies
View Related
Nov 4, 2009
For those keeping up with the lastest virtualization news, Red Hat's hypervisor is now "Generally Available" as of today. Based on KVM, it may be a good alternative to VMWare if you need commercial support in your virtualization implementation.
Redhat Link
The code is GPL so I'm guessing we might see this soon in a Centos flavor?
View 5 Replies
View Related
Jan 18, 2007
If you're running rvskin on your cPanel boxes then please update right away, I found some security issues in 7.1x tree and have been working with Rvskin which is the reason for this new release. They were nice and quick to get patched allied, poor guys haven't even had a chance to update their changelog yet
View 2 Replies
View Related
Oct 22, 2009
As the title says, how many of you will switch to windows hosting?
Hostdime seems to be the first offering the cPanel for windows.
View 14 Replies
View Related
Jul 18, 2009
cPanel has recently released beta version of "Enkompass". It offers a web hosting control panel system for Microsoft Windows server-based hosts. For more details take a look at [url]
View 4 Replies
View Related
Mar 4, 2007
SSI isn't working with lighttpd. I have enabled the module and set the extension, but it still doesn't work.
View 1 Replies
View Related
Jun 2, 2009
So basicly I got a vps and am using lxadmin *renamed* and with ssh and lxadmin the lighthttpd wont start and it is installed under the centos hostinabox distro.
View 3 Replies
View Related
Jun 3, 2009
my php.ini had some changes (/etc/php.ini). Today i have switch from apache to lighttpd, do i need to edit another php.ini file ? Apache and lighttpd use the same php.ini ( /etc/php.ini)?
View 5 Replies
View Related
May 4, 2009
how I can use mod-rewrite with lighttpd.
Actually I am going to use phpprobid system and it has in built function for mod rewrite but I think it is for apache as if i turn it on I cant access pages
View 1 Replies
View Related
May 15, 2009
I am struggling to get this .htaccess file to work with lighttpd, i am not a coder so its very hard for me to fix it, hopefully if someone knows how can tell me how to write rewrite code that will get it working.
{quote}
1. Comment the 2 lines below if the server returns 500 errors!
Options -Indexes
Options +FollowSymLinks
#Uncomment following lines if you want to use image caching!
#<IfModule mod_expires.c>
1. ExpiresActive On
2. ExpiresDefault A1209600
3. ExpiresByType text/html A1
#</IfModule>
1. Uncomment following lines if Apache doesnt support MultiViews!
<IfModule mod_rewrite.c>
RewriteEngine On
1. Uncomment the 2 lines below if you are using www.domain.com # as the baseurl for the site and users access your site # via domain.com (THIS IS REQUIRED FOR JQUERY TO WORK)
#RewriteCond %{HTTP_HOST} ^domain.com [NC]
#RewriteRule ^(.*)$ http://www.domain.com/$1 [L,R=301]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* loader.php [L,QSA]
</IfModule>
1. Edit below lines and set to
2. ErrorDocument CODE /RELATIVE/error.php
3. If the script is installed in the default document
4. root then relative is null.
#ErrorDocument 401 /error.php
#ErrorDocument 403 /error.php
#ErrorDocument 404 /error.php {/quote}
looks like its calling the rule from loader.php file, now how can i convert this to lighttpd language,
View 4 Replies
View Related
Mar 30, 2009
How I can convert the following into lighttpd rewrite?
RewriteCond %{REQUEST_FILENAME}
View 4 Replies
View Related
Aug 9, 2009
Until recently, it seemed like everything I read about a server indicated that Apache was king. I have never read anything that has given me any reason not to use Apache.
However, about a year ago when I discovered Django, I discovered Lighttpd. From everything I've been able to read, Lighttpd seems to be a better web server, but still don't know very much at all about Lighttpd.
I'm fairly comfortable with Apache, although I've never cared much for it. I have a feeling that I'll like Lighttpd quite a bit more from the very little that I do know about it. I'm wondering if I should even consider switching.
For one, it seems that everyone knows how to work with Apache and Lighttpd seems to be far less common. Apache also seems to be much more established which leads me to believe that it's a safer choice. Nonetheless, I still really want to give Lighttpd a shot. And, judging from what I've seen about Django and Lighttpd, Lighttpd seems to be a better choice when working with Django.
What do you think? Should I stick with Apache since I already know how to use it? Is Lighttpd worth the time to learn or is Apache just too good?
View 2 Replies
View Related
Jun 5, 2009
I wanted to know what do you prefer as server apache or lighttpd , though I am running lighttpd and have no issue except that there is too much work for mod rewrite and it effects search engine, so I was thinking to use apache instaed of it will it be possible to install apache over lighttpd or will I have to go for fresh install.
View 14 Replies
View Related
Jun 23, 2008
I'm about to set my own permalink rules in Wordpress.
My VPS is running LxAdmin on CentOS and I have lighttpd installed. I've read I need to edit lighttpd.conf but I don't know which application I should use. The file is located in /etc/lighttpd/ but have no idea how to gain access.
View 7 Replies
View Related
Nov 12, 2008
I keep getting a segmentation fault after a few hours when I leave lighttpd on. It doesn't seem like much resources are being used and its serving about 60mbit/s. There's nothing in the error or log file.
I'm using CentOS 2.6.18-92.1.13.el5
and
lighttpd-1.5.0-r1992
Here's the config:
server.modules = (
"mod_access",
"mod_trigger_b4_dl",
"mod_status",
"mod_proxy_core",
"mod_proxy_backend_fastcgi",
"mod_uploadprogress"
)
upload-progress.progress-url = "/progress"
server.network-backend = "gthread-aio"
server.max-fds = 15000
server.max-connections = 10000
server.event-handler = "linux-sysepoll"
I've actually been having this issue since I've moved to lighttpd 1.5, 1.4 was working fine but I need the features in 1.5. I've tried changing the event handler and network backend to no avail.
How can I at least find out what's causing the error?
View 1 Replies
View Related
Jul 25, 2008
I just recompiled PHP 5 with MySqli in cPanel and Mysqli is working fine under Apache, but it doesn't work under lighttpd. I can see the MySqli module in phpinfo when I run it under Apache, but there's no MySqli module when I run it under lighttpd. So how can I fix it to use MySqli with lighttpd?
View 1 Replies
View Related
Jun 12, 2008
I'm going to see what Lighttpd on cPanel does today. I've asked my VPS provider (Zone.net) to perform this and provided them several links too. Their manager said they should be able to and so I submitted a ticket .
View 3 Replies
View Related
Oct 28, 2008
I have a fresh out of the box vps install of centos-5-i386-hostinabox571.
I found the web root directory at: /home/lxadmin/httpd/default
Where is the cgi folder supposed to be?
View 4 Replies
View Related
Apr 4, 2008
Having constant and random downtime with Lighttpd being that for no reason connections get refused and my server load is low, that I think maybe get Litespeed.
I believe my server is an Intel Core2Quad Q6600
I think its only got 1 CPU in it.
What license do I need?
View 2 Replies
View Related
Mar 25, 2007
i had following rewrite (for wordpress multi user ) and it was working with lighttpd 1.4.x but i dont know its not working in 1.5
Quote:
$HTTP["host"] == "blogs.domain.com" {
url.redirect = ("^/(.*)" => "http://%1/$1")
url.rewrite-once = ("^/(.*)?/?files/(.*)" =>
"wp-content/blogs.php?file=$2", "^/(wp-.*)$" => "$1",
"^/([_0-9a-zA-Z-]+/)?(wp-.*)" => "$2", "^/([_0-9a-zA-Z-]+/)?(.*.php)$" => "$2", "." => "index.php")
}
and its showing following error
Quote:
mod_rewrite.c.293: (error) url.rewrite contains a regex for '/' which
leads to a URI without a leading slash: index.php
View 1 Replies
View Related
Jun 17, 2008
i have small - mid size forum
1) 25k members with 100 - 125 members / guest being online at all times. about 400,000 page views per month
2) software pages static html about 200,000 page views per month.
3) a script library which get about 200,000 page views per month
4) i get about 2000 - 2500 software downloads per day. each download between 1mb to 3 mb give or take
i would estimate a total of 1 million page views per month...
a) i am using Apache right now would lighttpd help?
b) if yes, how does one go about switching from Apache to Lighthtpd
c) is it easy to manage and optimize lighttpd?
d) can i just ask for lighttpd to be installed as default by any hosting company out there?
e) does lighttpd support cPanel?
currently i am on a AMD Athlon(tm) 64 X2 Dual Core Processor 3800+(2 Ghz) with 2 GB RAM.
my server loads are sky high - anywhere between 10, 15 and 20.
View 2 Replies
View Related
Nov 9, 2007
Lighttpd works well with static file.
But for php, it's totally not good for me
I just install lighttpd and php.
By [url]
Now It takes about 10 seconds for the
server to response.
Here is a part of config file
############ Options you really have to take care of
####################
server.max-keep-alive-requests = 4
server.max-keep-alive-idle = 4
server.max-read-idle = 60
server.max-write-idle = 1024
server.max-fds = 8192
php.ini using the default one
Here is the link to it
[url]
And only about 200 connections. the load average is only 0.02.
When I check the error log
2007-11-08 12:38:46: (server.c.1253) NOTE: a request for
/view_video.php?viewkey=f8e13f14b405e038deb6&page=&viewtype=&category=
timed out after writing 13068 bytes. We waited 1024 seconds. If this a
problem increase server.max-write-idle
2007-11-08 12:40:07: (server.c.1253) NOTE: a request for
/view_video.php?viewkey=b9530df88f7f002e78ea timed out after writing
13068 bytes. We waited 1024 seconds. If this a problem increase
server.max-write-idle
View 6 Replies
View Related
Aug 6, 2007
I´m using cpanel with the latest mysql Ver 14.7 Distrib 4.1.22, for pc-linux-gnu (i686) using readline 4.3.
I´m trying to access MySQL from lighttpd, but I´m getting this error:
Warning: mysql_connect() [function.mysql-connect]: Client does not support authentication protocol requested by server; consider upgrading MySQL client in /home/jkl/public_html/login.php on line 9
View 6 Replies
View Related
Aug 22, 2007
Seriously though, is there no such thing as a company that provides advanced management services that covers the installation and maintenance of lighttpd and some addons.
it has to cost less then $1 a month
View 8 Replies
View Related
Nov 2, 2007
Would it be possible to have this kind of setup?
Lighttpd running on port 80 to serve only static content, and if it receives php requests, to forward the request to Apache running on another port. Not sure if this is useful [url]
If it is possible, is there any example of lighttpd conf where this can be done?
View 1 Replies
View Related
Apr 7, 2007
How do I Install Lighttpd on CentOS 4.4 I installed it once but php doesn't seemed to work so I removed it.
How I can Install Lighty and Re-compile php to work with lighthttpd.
View 0 Replies
View Related
Dec 23, 2007
to accomplish:
[url] ==> [url] however it should be proxied so that the user never sees [url]
This is because the sub domain is using apache while www is using lighttpd and I want to keep the entire site with www to the user.
View 3 Replies
View Related