Showing posts with label serving. Show all posts
Showing posts with label serving. Show all posts

Monday, August 24, 2015

How to Change the Memory Configuration in the Apache Server


Open the httpd.conf Apache configuration file in your computer's text editor.
Reduce the pre-fork configuration settings in the httpd.conf file to the following settings. This change will reduce the memory overhead required by the Apache Server for normal web-serving operations.StartServers 3
MinSpareServers 3
MaxSpareServers 10
ServerLimit 50
MaxClients 50
MaxRequestsPerChild 2000If you are expecting significant site traffic or are already seeing significant traffic, consider setting these limits between the settings listed here and the default settings. The server limit and maximum-client figures should be set closer to 256 if on a dedicated server. If you are on a small VPS, increasing these settings can negatively impact the overall performance of your server.
Change the KeepAlive setting in the configuration file. This setting allows visitors to your website to issue multiple similar requests over the web connection. If you do not have a lot of images or Javascript on your website, you can toggle the KeepAlive setting to 'off.' If you do, reduce the default timeout value from 120 to 40 in the configuration file.
Save the Apache configuration file and restart your web server. You will see an improvement in the performance of the Apache webserver.
VPS Hosting

Friday, August 21, 2015

How to Word a Lunch Party Invitation (6 Steps)


Place a heading to announce the lunch party at the top of the invitation. Set the theme and show guests the reason for the gathering right away. For example, if you are hosting a patio luncheon, your heading might say, 'Gather with us amongst the spring blossoms for a light luncheon.' If you are hosting a family reunion and serving a lunch meal, your heading might say, 'Please join us for a family reunion luncheon.'
Skip one or two lines.
Add the date and the time of the lunch on the next line. If your luncheon has a definite ending time, include this time also.
Place the location where you will hold the lunch on the next line.
Give other pertinent party information to your guests on the next lines. If you want specific attire, specify by writing, 'Summer casual attire' or 'Formal afternoon attire.' If you want to avoid gifts, write, 'No gifts, please.' If you expect your guests to bring a dish to pass or beverages, write, 'Please bring a salad to pass' or 'Please bring your own beverages.'
Request an RSVP from your guests by adding, 'RSVP requested,' and then provide your telephone number or email address to receive the RSVPs.
VPS Hosting