Giveaway My AIO Service

Status
Not open for further replies.

DLow

Banned
Banned
4,007
2009
568
0
Hi there WJ members, I have a bit of spare time in my hands for the next few weeks so i am looking to help out anyone by giving free consultation to anyone that in general believes there web server may be ruining sluggish or if you believe you have security issues, or even if you need help just tweaking your web site for optimal speed and much more than that.

What can i give consultation on?

Security,Server Optimization,Plugins,Seo,

Is it free? Yes as i said above it was does this mean ill do the work ? It really pends on my schedule with my work as im a water/fire restoration tech and im usually on call 24x7 but i can surly help in anyway possible and if i feel i have the time aside of giving the advice/consultation i surely will help out.


So if anyone has questions just get at me :sun:
 
22 comments
I have known DLow a long time over a year actually every time i need something he has been there to help out even if he is busy he's with me right now on my next project too.
 
Ok, I will go first.

Please look at this picture

U69uk.jpg


What does it mean?
 
first of all thank u for help us

i have modified my httpd.conf to

#
# Timeout: The number of seconds before receives and sends time out.
#
Timeout 30

#
# KeepAlive: Whether or not to allow persistent connections (more than
# one request per connection). Set to "Off" to deactivate.
#
KeepAlive On

#
# MaxKeepAliveRequests: The maximum number of requests to allow
# during a persistent connection. Set to 0 to allow an unlimited amount.
# We recommend you leave this number high, for maximum performance.
#
MaxKeepAliveRequests 10000

#
# KeepAliveTimeout: Number of seconds to wait for the next request from the
# same client on the same connection.
#
KeepAliveTimeout 3



# MaxRequestsPerChild: maximum number of requests a server process serves
<IfModule prefork.c>
StartServers 40
MinSpareServers 30
MaxSpareServers 50
ServerLimit 240
MaxClients 240
MaxRequestsPerChild 10000
</IfModule>

ram doesnt matter i only use half but i want to optimize for my site .. i have betweeen 100 - 150 users connected ervery time i just plan to double traffic fo a new project which apache conf you reccomend me?
 
ok mate its regarding seo.. i have started a warez vbulletin forum its about 1 week old so need advise how to seo my forum.well have installed vbseo but i m not sure how to use it coz i m a newbie webmaster i have set it to default settings..i don t possess much skills :) thanks.and also is there a way to secure my site from prying hackers..?
 
Last edited:
Ok, I will go first.

Please look at this picture

U69uk.jpg


What does it mean?


Not honestly all that sure on what you are asking, But those graphs show your current,average,and maximum usage i am assuming on your virtual server the graphs tell you pretty straight forward what your usage is.


@bachbell

Have you tried optimizing mysql any ? also i would recommend ruining nginx or just nginx aside of apache in fast cgi mode as i do it helps a ton.

@ MR HARRY

Send me a message.

@ radiking


Also send me a message with your domain name and ill go over your site with you
 
Because applications remain in memory Open task manager on your home computer for a better example have a look at mine below

BW4KvD.png


Duel core system, 4 GB of ram

Current apps running are firefox x7 tabs, msn,yahoo,skype

My cpu usage is basically non-thing, How ever my ram usage is at 24 % because apps are loaded into the memory. keep in mind anything such as sborg,rapidleech,cms, anything in general even if it does not use a sql db will load into memory pretty much usually
 
Last edited:
SQL intensive scripts will also throw the ram usage up there.

Because you are having to constantly query the database(s) whenever a user performs "x" action..
 
Because applications remain in memory Open task manager on your home computer for a better example have a look at mine below

http://screensnapr.com/e/BW4KvD.png

Duel core system, 4 GB of ram

Current apps running are firefox x7 tabs, msn,yahoo,skype

My cpu usage is basically non-thing, How ever my ram usage is at 24 % because apps are loaded into the memory. keep in mind anything such as sborg,rapidleech,cms, anything in general even if it does not use a sql db will load into memory pretty much usually

hmm. I'm running my site at that VPS. So if Memory usage drops to 0, it means nothing is loaded into memory. Site doesn't run?
 
Status
Not open for further replies.
Back
Top