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
Page 1 of 2
1
2
>
Showing results 1 to 25 of 49 - Search took
0.00
seconds.
Search:
Posts Made By:
gboudreau
Forum:
Feedback/Feature Requests
03-21-2011, 03:49 PM
Replies:
10
Custom log format for use with CloudFlare
Views:
2,900
Posted By
gboudreau
If there is no HTTP-X-Forwarded-For header, the...
If there is no HTTP-X-Forwarded-For header, the client IP is logged, as it should.
I stopped using CloudFlare a while ago, and never disabled that option, and the correct IP addresses are logged for...
Forum:
Install/Configuration
11-18-2010, 10:15 AM
Replies:
28
[Resolved] lsphp: failed to map segment from shared object: Cannot allocate memory
Views:
5,441
Posted By
gboudreau
Got it! I grep-ed for 100M in lsws/conf/* and...
Got it!
I grep-ed for 100M in lsws/conf/* and found it in Default.xml (and some other virtualhosts config files).
I removed the virtualhost-specific external apps and PHP script handlers (not sure...
Forum:
Install/Configuration
11-18-2010, 03:39 AM
Replies:
28
[Resolved] lsphp: failed to map segment from shared object: Cannot allocate memory
Views:
5,441
Posted By
gboudreau
From a .php script, run through LSWS: core...
From a .php script, run through LSWS:
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size ...
Forum:
Install/Configuration
11-17-2010, 06:58 AM
Replies:
28
[Resolved] lsphp: failed to map segment from shared object: Cannot allocate memory
Views:
5,441
Posted By
gboudreau
Will do as soon as my server comes back; provider...
Will do as soon as my server comes back; provider is having power issues in their data center.
*edit: infos sent.
Forum:
Install/Configuration
11-17-2010, 04:30 AM
Replies:
28
[Resolved] lsphp: failed to map segment from shared object: Cannot allocate memory
Views:
5,441
Posted By
gboudreau
If you guys want SSH access to the server, and...
If you guys want SSH access to the server, and access to the LSWS admin portal, that can be arranged.
Forum:
Install/Configuration
11-17-2010, 04:29 AM
Replies:
28
[Resolved] lsphp: failed to map segment from shared object: Cannot allocate memory
Views:
5,441
Posted By
gboudreau
They are all 64-bit: # file...
They are all 64-bit:
# file /usr/local/lsws/lsphp5/lib/php/20090626/*.so
/usr/local/lsws/lsphp5/lib/php/20090626/bcmath.so: ELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV), not...
Forum:
Install/Configuration
11-17-2010, 04:04 AM
Replies:
28
[Resolved] lsphp: failed to map segment from shared object: Cannot allocate memory
Views:
5,441
Posted By
gboudreau
# ulimit -a core file size (blocks,...
# ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending...
Forum:
Install/Configuration
11-17-2010, 03:54 AM
Replies:
28
[Resolved] lsphp: failed to map segment from shared object: Cannot allocate memory
Views:
5,441
Posted By
gboudreau
http://pastie.org/1305288
http://pastie.org/1305288
Forum:
Install/Configuration
11-17-2010, 03:49 AM
Replies:
28
[Resolved] lsphp: failed to map segment from shared object: Cannot allocate memory
Views:
5,441
Posted By
gboudreau
Just tried; didn't help.
Just tried; didn't help.
Forum:
Install/Configuration
11-17-2010, 03:26 AM
Replies:
28
[Resolved] lsphp: failed to map segment from shared object: Cannot allocate memory
Views:
5,441
Posted By
gboudreau
Those are currently set to 200M and 768M. I...
Those are currently set to 200M and 768M.
I tried setting them to 0 and 0, but that didn't help.
Should I try other numbers ?
Forum:
Install/Configuration
11-17-2010, 02:56 AM
Replies:
28
[Resolved] lsphp: failed to map segment from shared object: Cannot allocate memory
Views:
5,441
Posted By
gboudreau
Adding that gives the exact same result (same...
Adding that gives the exact same result (same executable is compiled, with same errors when used in LSWS).
Forum:
Install/Configuration
11-16-2010, 06:22 PM
Replies:
28
[Resolved] lsphp: failed to map segment from shared object: Cannot allocate memory
Views:
5,441
Posted By
gboudreau
The default config line worked; I was able to...
The default config line worked; I was able to enable all modules with a LSPHP compiled with that.
But it's missing things I need, like curl, freetype, openssl... I'm going to try to find only the...
Forum:
Install/Configuration
11-16-2010, 04:32 PM
Replies:
28
[Resolved] lsphp: failed to map segment from shared object: Cannot allocate memory
Views:
5,441
Posted By
gboudreau
From phpinfo: memory_limit 768M (same as php.ini)...
From phpinfo: memory_limit 768M (same as php.ini)
Same php.ini file on both servers.
No opcode cache enabled.
I tried to remove the 'shared' from my configure command. It didn't help.
Now I'm...
Forum:
Install/Configuration
11-16-2010, 02:15 PM
Replies:
28
[Resolved] lsphp: failed to map segment from shared object: Cannot allocate memory
Views:
5,441
Posted By
gboudreau
I was able to make a simple PHP page load by...
I was able to make a simple PHP page load by disabling/enabling the following modules:
extension=gd.so
;extension=imap.so
;extension=ldap.so
extension=mbstring.so
;extension=mysqli.so...
Forum:
Install/Configuration
11-16-2010, 01:42 PM
Replies:
28
[Resolved] lsphp: failed to map segment from shared object: Cannot allocate memory
Views:
5,441
Posted By
gboudreau
I'm on a new dedicated server with more RAM...
I'm on a new dedicated server with more RAM (1.5GB) than my previous install which used the same modules (same php.ini). I was on Fedora before, with 1GB of RAM.
Now that I compare, I see that I...
Forum:
Install/Configuration
11-16-2010, 06:43 AM
Replies:
28
[Resolved] lsphp: failed to map segment from shared object: Cannot allocate memory
Views:
5,441
Posted By
gboudreau
[Resolved] lsphp: failed to map segment from shared object: Cannot allocate memory
# uname -a
Linux iwebtwo.danslereseau.com 2.6.18-194.26.1.el5xen #1 SMP Tue Nov 9 13:35:30 EST 2010 x86_64 x86_64 x86_64 GNU/Linux
PHP (5.3.3) compiled using LSWS.
# php -i | head
phpinfo()...
Forum:
Feedback/Feature Requests
10-06-2010, 05:24 AM
Replies:
10
Custom log format for use with CloudFlare
Views:
2,900
Posted By
gboudreau
Thanks. I'll see with them if that's supposed to...
Thanks. I'll see with them if that's supposed to be like this. I'd think HTTP-CF-Connecting-IP should be the client IP, not the proxy IP.
Forum:
Feedback/Feature Requests
10-06-2010, 05:05 AM
Replies:
10
Custom log format for use with CloudFlare
Views:
2,900
Posted By
gboudreau
Yes, they are the same: ...
Yes, they are the same:
http://ip.danslereseau.com/
Forum:
Feedback/Feature Requests
10-05-2010, 05:37 AM
Replies:
10
Custom log format for use with CloudFlare
Views:
2,900
Posted By
gboudreau
Apparently, they already do fill that header! ...
Apparently, they already do fill that header!
It was not documented, thus why I didn't think it was, but enabling this option did give me the correct IP in my logs!
Big thanks for the pointer.
...
Forum:
Feedback/Feature Requests
10-05-2010, 03:57 AM
Replies:
10
Custom log format for use with CloudFlare
Views:
2,900
Posted By
gboudreau
Sadly, no. It's HTTP_CF_CONNECTING_IP. Not...
Sadly, no.
It's HTTP_CF_CONNECTING_IP.
Not sure why they don't use the standard X-Forwarded-For...
Will ask them if maybe they could add an option to allow me to choose between both in my...
Forum:
Feedback/Feature Requests
10-04-2010, 12:58 PM
Replies:
10
Custom log format for use with CloudFlare
Views:
2,900
Posted By
gboudreau
Custom log format for use with CloudFlare
Hi,
I enabled CloudFlare on a couple of my websites a couple of days ago, and now faced the problem where the real IP addresses of my visitor is not in my logs anymore.
CloudFlare sends the...
Forum:
Bug Reports
04-27-2009, 08:34 AM
Replies:
14
4.0.2: 403 error for all static files
Views:
3,089
Posted By
gboudreau
(Yes, all my VH are configured from LS admin...
(Yes, all my VH are configured from LS admin interface, not httpd.conf)
Even files in directly in VH_ROOT returned 403.
Example:
Domain = www.danslereseau.com
VH_ROOT =...
Forum:
Bug Reports
04-26-2009, 03:58 AM
Replies:
14
4.0.2: 403 error for all static files
Views:
3,089
Posted By
gboudreau
My VH_ROOTs are all something like: ...
My VH_ROOTs are all something like:
$SERVER_ROOT/www-html/xyz
Where $SERVER_ROOT/www-html is a symlink to /var/www/html
With "Restrained" enabled, requests to any VH with a VH_ROOT that...
Forum:
Bug Reports
04-25-2009, 11:49 AM
Replies:
14
4.0.2: 403 error for all static files
Views:
3,089
Posted By
gboudreau
Same thing here. 4.0.1 doesn't have this problem....
Same thing here. 4.0.1 doesn't have this problem. Can't see anything in the log files.
Forum:
Install/Configuration
11-19-2007, 02:48 PM
Replies:
12
ls 3.3 -- error compile php
Views:
3,010
Posted By
gboudreau
/usr/bin/ld is a real executable. (365,300b size;...
/usr/bin/ld is a real executable. (365,300b size; vi shows binary data starting with ..ELF...)
I tried to enable the apache account temporarily to try ld:
[root@myself /]# su apache -...
Showing results 1 to 25 of 49
Page 1 of 2
1
2
>
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
01:10 PM
.
-
Archive
-
Top
© Copyright 2003-2011 LiteSpeed Technologies, Inc. All rights reserved.
Privacy Policy
.