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 39 - Search took 0.00 seconds. Search: Posts Made By: medialayer
Forum: General 01-14-2008, 03:32 AM
Replies: 5
Views: 2,042
Posted By medialayer
If you want to have the console open you would...

If you want to have the console open you would want to add it's port (7080 by default). Although, I would personally restrict the console to administrative IPs only.
Forum: General 01-14-2008, 03:24 AM
Replies: 5
Views: 2,042
Posted By medialayer
The procedure should be essentially the same, no...

The procedure should be essentially the same, no matter the web server you're using.
Forum: Install/Configuration 11-05-2007, 06:53 PM
Replies: 5
Views: 1,517
Posted By medialayer
Do you get any emails about core dumps being...

Do you get any emails about core dumps being generated?
Forum: PHP 10-24-2007, 07:47 AM
Replies: 6
Views: 2,056
Posted By medialayer
Most people will be doing their own PHP compile...

Most people will be doing their own PHP compile no matter what, and while the process may seem cumbersome at first, it's not bad at all and certainly not messy. We've made our own prepatched PHP...
Forum: PHP 09-30-2007, 01:41 PM
Replies: 7
Views: 2,038
Posted By medialayer
Well it is fairly simple to resolve the nobody...

Well it is fairly simple to resolve the nobody issues using the quick for loop shown above.

For Fantastico you probably do need to enable that option as otherwise I would assume that it would...
Forum: PHP 09-29-2007, 07:57 PM
Replies: 7
Views: 2,038
Posted By medialayer
That's correct.

That's correct.
Forum: PHP 09-29-2007, 02:31 PM
Replies: 7
Views: 2,038
Posted By medialayer
I did use something fairly similar to the above.

I did use something fairly similar to the above.
Forum: PHP 09-29-2007, 02:05 PM
Replies: 7
Views: 2,038
Posted By medialayer
#!/bin/sh for i in `ls /var/cpanel/users` do ...

#!/bin/sh
for i in `ls /var/cpanel/users`
do
if [ -d /home/$i/public_html ]
then
chown -R $i:$i public_html/*
chown $i:nobody public_html
chmod 0750 public_html
fi
done
Forum: Apache Migration/Compatibility 08-21-2007, 09:42 PM
Replies: 2
Views: 1,939
Posted By medialayer
I don't think that would be causing the...

I don't think that would be causing the problem...have you tried disabling "Request Filter" for that dir (SecFilterEngine Off)?
Forum: Apache Migration/Compatibility 08-18-2007, 02:01 PM
Replies: 2
Views: 2,684
Posted By medialayer
mod_security if you have not already (assuming...

mod_security if you have not already (assuming you had it installed). mod_deflate/mod_gzip, mod_evasive/mod_dosevasive, etc.
Forum: General 08-12-2007, 02:53 PM
Replies: 5
Views: 2,822
Posted By medialayer
a symlink might work fine. have you tried just...

a symlink might work fine. have you tried just using "locate" on your system to see if a "3rdparty" directory exists? I will check on my cPanel dev box too in a little while.
Forum: Install/Configuration 08-12-2007, 07:56 AM
Replies: 28
Views: 4,650
Posted By medialayer
It is indeed possible to do this. You will have...

It is indeed possible to do this. You will have to load IonCube first as a zend_exntension, then eAccelerator as just an extension (not a zend_extension), and then finally, Zend Optimizer.
...
Forum: PHP 08-10-2007, 11:59 PM
Replies: 14
Views: 3,420
Posted By medialayer
Frank, I wanted to share my test results: ...

Frank,

I wanted to share my test results:

I did ab -c 5 -n 100 against a phpinfo() on both Apache & LSWS. Same server, same php.ini, same PHP version, same PHP configure command (besides...
Forum: Install/Configuration 08-10-2007, 11:50 PM
Replies: 18
Views: 3,309
Posted By medialayer
No problem - I personally wouldn't want to...

No problem - I personally wouldn't want to restart the web server every 3 minutes, but I suppose it won't do much harm.
Forum: Install/Configuration 08-10-2007, 11:37 PM
Replies: 18
Views: 3,309
Posted By medialayer
/scripts/postwwwacct is used by cPanel's account...

/scripts/postwwwacct is used by cPanel's account creation script /scripts/wwwacct.

If you create /scripts/postwwwacct you can perform certain tasks. But, by default, it won't be there.
...
Forum: Install/Configuration 08-10-2007, 11:30 PM
Replies: 18
Views: 3,309
Posted By medialayer
I believe it doesn't exist by default, but if you...

I believe it doesn't exist by default, but if you create it, it'll be used.
Forum: Install/Configuration 08-10-2007, 11:29 PM
Replies: 28
Views: 4,650
Posted By medialayer
eaccelerator.compress 1 1 ...

eaccelerator.compress 1 1
eaccelerator.compress_level 9 9

I would disable the compression.


eaccelerator.optimizer 0 0

enable the optimizer.
Forum: Install/Configuration 08-10-2007, 10:45 PM
Replies: 18
Views: 3,309
Posted By medialayer
/scripts/postwwwacct should do the job actually....

/scripts/postwwwacct should do the job actually. You can just add a line to that to restart LSWS.
Forum: Install/Configuration 08-10-2007, 10:21 PM
Replies: 18
Views: 3,309
Posted By medialayer
For the second alternative, on cPanel,...

For the second alternative, on cPanel, /scripts/postwwwaccount might be of some use :)
Forum: Install/Configuration 08-10-2007, 04:37 PM
Replies: 18
Views: 3,309
Posted By medialayer
From my understanding, the web server should not...

From my understanding, the web server should not cause any "downtime" or "timeout" when it reloads...so there might be another issue leading to this.
Forum: PHP 08-10-2007, 09:31 AM
Replies: 14
Views: 3,420
Posted By medialayer
Ah, I was wondering if it functioned in that way....

Ah, I was wondering if it functioned in that way. Good to hear that.
Forum: PHP 08-10-2007, 09:22 AM
Replies: 14
Views: 3,420
Posted By medialayer
Nope, they won't, but it should be a start for...

Nope, they won't, but it should be a start for measuring performance. Just keep increasing as you feel comfortable. It depends on the script you are benchmarking as well.
Forum: PHP 08-10-2007, 08:45 AM
Replies: 14
Views: 3,420
Posted By medialayer
Try tuning-primer (http://www.day32.com/MySQL/)...

Try tuning-primer (http://www.day32.com/MySQL/) to help optimize your MySQL configuration if you haven't already.

You can start with very basic parameters, I usually do something like "ab -c 5 -n...
Forum: PHP 08-10-2007, 08:25 AM
Replies: 14
Views: 3,420
Posted By medialayer
Try using Apache Benchmark with and without LSWS...

Try using Apache Benchmark with and without LSWS and see how many "requests per second" you are able to obtain. On a standard cPanel install, ab is located in /usr/local/apache/bin/ab. Please share...
Forum: Apache Migration/Compatibility 08-10-2007, 08:20 AM
Replies: 4
Views: 2,147
Posted By medialayer
This seems to work perfectly fine on my cPanel...

This seems to work perfectly fine on my cPanel testbed. Let me know if there any specifics, i.e. dedicated IP, and I will try to reproduce it.
Showing results 1 to 25 of 39

 
Forum Jump

All times are GMT -7. The time now is 03:12 AM.



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