Author |
Message |
prekill
Worker
![Worker Worker](modules/Forums/images/ranks/3stars.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Oct 22, 2005
Posts: 201
|
Posted:
Fri Sep 26, 2008 1:34 pm |
|
Hey guys,
I have just bought a dedicated server and got ravennuke transfered to it from my old reseller server.
How can I speed up ravennuke as I now own dedicated server? what server configuration should I use? and what configuration may I change?
Thanks! |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Guardian2003
Site Admin
![](modules/Forums/images/avatars/125904890252d880f79f312.png)
Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam
|
Posted:
Fri Sep 26, 2008 2:58 pm |
|
If you don't have a specific issue related to RN you might be better of uding the Apache forum lower down for server config advice ![Smile](modules/Forums/images/smiles/icon_smile.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
prekill
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Sep 27, 2008 4:06 am |
|
Guardian2003 I have looked in the Apache forum but theres only 17 topics there none with real data about server config, please advise.
edit: I now see I can edit Mod Security rules, this is what I have now: (Default Configuration)
Code:# Check Content-Length and reject all non numeric ones
SecRule REQUEST_HEADERS:Content-Length "!^\d+$" "deny,log,auditlog,msg:'Content-Length HTTP header is not numeric', severity:'2',id:'960016'"
# Do not accept GET or HEAD requests with bodies
SecRule REQUEST_METHOD "^(GET|HEAD)$" "chain,deny,log,auditlog,msg:'GET or HEAD requests with bodies', severity:'2',id:'960011'"
SecRule REQUEST_HEADERS:Content-Length "!^0?$"
# Require Content-Length to be provided with every POST request.
SecRule REQUEST_METHOD "^POST$" "chain,deny,log,auditlog,msg:'POST request must have a Content-Length header',id:'960012',severity:'4'"
SecRule &REQUEST_HEADERS:Content-Length "@eq 0"
# Don't accept transfer encodings we know we don't know how to handle
SecRule HTTP_Transfer-Encoding "!^$" "deny,log,auditlog,msg:'ModSecurity does not support transfer encodings',id:'960013',severity:'5'"
# Check decodings
SecRule REQUEST_FILENAME|ARGS|ARGS_NAMES|REQUEST_HEADERS|!REQUEST_HEADERS:Referer "@validateUrlEncoding" \
"chain, deny,log,auditlog,msg:'URL Encoding Abuse Attack Attempt',id:'950107',severity:'4'"
SecRule REQUEST_FILENAME|ARGS|ARGS_NAMES|REQUEST_HEADERS|!REQUEST_HEADERS:Referer "\%(?![0-9a-fA-F]{2}|u[0-9a-fA-F]{4})"
SecRule REQUEST_FILENAME|ARGS|ARGS_NAMES|REQUEST_HEADERS|!REQUEST_HEADERS:Referer "@validateUtf8Encoding" "deny,log,auditlog,msg:'UTF8 Encoding Abuse Attack Attempt',id:'950801',severity:'4'"
# Proxy access attempt
SecRule REQUEST_URI ^http:/ "deny,log,auditlog,msg:'Proxy access attempt', severity:'2',id:'960014'"
#
# Restrict type of characters sent
SecRule REQUEST_FILENAME|REQUEST_HEADERS_NAMES|REQUEST_HEADERS|!REQUEST_HEADERS:Referer \
"@validateByteRange 1-255" \
"log,auditlog,msg:'Request Missing an Accept Header', severity:'2',id:'960015',t:urlDecodeUni,phase:1"
SecRule ARGS|ARGS_NAMES "@validateByteRange 1-255" \
"deny,log,auditlog,msg:'Invalid character in request',id:'960901',severity:'4',t:urlDecodeUni,phase:2"
# allow request methods
SecRule REQUEST_METHOD "!^((?:(?:POS|GE)T|OPTIONS|HEAD))$" \
"phase:1,log,auditlog,msg:'Method is not allowed by policy', severity:'2',id:'960032'"
# Restrict file extension
# removed exe so that frontpage will work
# Restricted HTTP headers
SecRule REQUEST_HEADERS_NAMES "\.(?:Lock-Token|Translate|If)$" \
"deny,log,auditlog,msg:'HTTP header is restricted by policy',id:'960038',severity:'4'"
SecRule HTTP_User-Agent "(?:\b(?:m(?:ozilla\/4\.0 \(compatible\)|etis)|webtrends security analyzer|pmafind)\b|n(?:-stealth|sauditor|essus|ikto)|b(?:lack ?widow|rutus|ilbo)|(?:jaascoi|paro)s|internet explorer|webinspect|\.nasl)" \
"deny,log,auditlog,msg:'Request Indicates a Security Scanner Scanned the Site',id:'990002',severity:'2'"
SecRule REQUEST_HEADERS_NAMES "\bacunetix-product\b" \
"deny,log,auditlog,msg:'Request Indicates a Security Scanner Scanned the Site',id:'990901',severity:'2'"
SecRule REQUEST_FILENAME "^/nessustest" \
"deny,log,auditlog,msg:'Request Indicates a Security Scanner Scanned the Site',id:'990902',severity:'2'"
SecRule REQUEST_HEADERS:User-Agent "(?:m(?:ozilla\/(?:4\.0 \(compatible; advanced email extractor|2\.0 \(compatible; newt activex; win32\))|ailto:craftbot\@yahoo\.com)|e(?:mail(?:(?:collec|harves|magne)t|(?: extracto|reape)r|siphon|wolf)|(?:collecto|irgrabbe)r|xtractorpro|o browse)|a(?:t(?:tache|hens)|utoemailspider|dsarobot)|w(?:eb(?:emailextrac| by mail)|3mir)|f(?:astlwspider|loodgate)|p(?:cbrowser|ackrat|surf)|(?:digout4uagen|takeou)t|(?:chinacla|be)w|hhjhj@yahoo|rsync|shai|zeus)" \
"deny,log,auditlog,msg:'Rogue web site crawler',id:'990012',severity:'2'"
SecRule REQUEST_HEADERS:User-Agent "(?:\b(?:(?:indy librar|snoop)y|microsoft url control|lynx)\b|d(?:ownload demon|isco)|w(?:3mirror|get)|l(?:ibwww|wp)|p(?:avuk|erl)|cu(?:sto|rl)|big brother|autohttp|netants|eCatch)" \
"chain,log,auditlog,msg:'Request Indicates an automated program explored the site',id:'990011',severity:'5'"
SecRule REQUEST_HEADERS:User-Agent "!^apache.*perl"
# Session fixation
SecRule REQUEST_FILENAME|ARGS|ARGS_NAMES|REQUEST_HEADERS|!REQUEST_HEADERS:Referer "(?:\.cookie\b.*?;\W*?(?:expires|domain)\W*?=|\bhttp-equiv\W+set-cookie\b)" \
"capture,ctl:auditLogParts=+E,log,auditlog,msg:'Session Fixation. Matched signature <%{TX.0}>',id:'950009',severity:'2'"
# Blind SQL injection
SecRule REQUEST_FILENAME|ARGS|ARGS_NAMES|REQUEST_HEADERS|!REQUEST_HEADERS:Referer "(?:\b(?:(?:s(?:ys\.(?:user_(?:(?:t(?:ab(?:_column|le)|rigger)|object|view)s|c(?:onstraints|atalog))|all_tables|tab)|elect\b.{0,40}\b(?:substring|ascii|user))|m(?:sys(?:(?:queri|ac)e|relationship|column|object)s|ysql.user)|c(?:onstraint_type|harindex)|attnotnull)\b|(?:locate|instr)\W+\()|\@\@spid\b)" \
"capture,t:replaceComments,ctl:auditLogParts=+E,log,auditlog,msg:'Blind SQL Injection Attack. Matched signature <%{TX.0}>',id:'950007',severity:'2'"
SecRule REQUEST_FILENAME|ARGS|REQUEST_HEADERS|!REQUEST_HEADERS:Referer "\b(?:(?:s(?:ys(?:(?:(?:process|tabl)e|filegroup|object)s|c(?:o(?:nstraint|lumn)s|at)|dba|ibm)|ubstr(?:ing)?)|user_(?:(?:(?:constrain|objec)t|tab(?:_column|le)|ind_column|user)s|password|group)|a(?:tt(?:rel|typ)id|ll_objects)|object_(?:(?:nam|typ)e|id)|pg_(?:attribute|class)|column_(?:name|id)|(?:dba|mb)_users|xtype\W+\bchar|rownum)\b|t(?:able_name\b|extpos\W+\())" \
"capture,t:replaceComments,ctl:auditLogParts=+E,log,auditlog,msg:'Blind SQL Injection Attack. Matched signature <%{TX.0}>',id:'950904',severity:'2'"
# SQL injection
SecRule REQUEST_FILENAME|ARGS|ARGS_NAMES|REQUEST_HEADERS|!REQUEST_HEADERS:Referer "(?:\b(?:(?:s(?:elect\b(?:.{1,100}?\b(?:(?:length|count|top)\b.{1,100}?\bfrom|from\b.{1,100}?\bwhere)|.*?\b(?:d(?:ump\b.*\bfrom|ata_type)|(?:to_(?:numbe|cha)|inst)r))|p_(?:(?:addextendedpro|sqlexe)c|(?:oacreat|prepar)e|execute(?:sql)?|makewebtask)|ql_(?:longvarchar|variant))|xp_(?:reg(?:re(?:movemultistring|ad)|delete(?:value|key)|enum(?:value|key)s|addmultistring|write)|e(?:xecresultset|numdsn)|(?:terminat|dirtre)e|availablemedia|loginconfig|cmdshell|filelist|makecab|ntsec)|u(?:nion\b.{1,100}?\bselect|tl_(?:file|http))|group\b.*\bby\b.{1,100}?\bhaving|load\b\W*?\bdata\b.*\binfile|(?:n?varcha|tbcreato)r|autonomous_transaction|open(?:rowset|query)|dbms_java)\b|i(?:n(?:to\b\W*?\b(?:dump|out)file|sert\b\W*?\binto|ner\b\W*?\bjoin)\b|(?:f(?:\b\W*?\(\W*?\bbenchmark|null\b)|snull\b)\W*?\()|(?:having|or|and)\b\s+?(?:\d{1,10}|'[^=]{1,10}')\s*?[=<>]+|(?:print\]\b\W*?\@|root)\@|c(?:ast\b\W*?\(|oalesce\b))|(?:;\W*?\b(?:shutdown|drop)|\@\@version)\b|'(?:s(?:qloledb|a)|msdasql|dbo)')" \
"capture,t:replaceComments,ctl:auditLogParts=+E,log,auditlog,msg:'SQL Injection Attack. Matched signature <%{TX.0}>',id:'950001',severity:'2'"
SecRule REQUEST_FILENAME|ARGS|REQUEST_HEADERS|!REQUEST_HEADERS:Referer "\b(?:user_(?:(?:object|table|user)s|password|group)|a(?:tt(?:rel|typ)id|ll_objects)|object_(?:(?:nam|typ)e|id)|pg_(?:attribute|class)|column_(?:name|id)|substr(?:ing)?|table_name|mb_users|rownum)\b" \
"capture,t:replaceComments,ctl:auditLogParts=+E,log,auditlog,msg:'SQL Injection Attack. Matched signature <%{TX.0}>',id:'950906',severity:'2'"
# XSS
SecRule REQUEST_FILENAME|ARGS|ARGS_NAMES|REQUEST_HEADERS "(?:\b(?:on(?:(?:mo(?:use(?:o(?:ver|ut)|down|move|up)|ve)|key(?:press|down|up)|c(?:hange|lick)|s(?:elec|ubmi)t|(?:un)?load|dragdrop|resize|focus|blur)\b\W*?=|abort\b)|(?:l(?:owsrc\b\W*?\b(?:(?:java|vb)script|shell)|ivescript)|(?:href|url)\b\W*?\b(?:(?:java|vb)script|shell)|background-image|mocha):|type\b\W*?\b(?:text\b(?:\W*?\b(?:j(?:ava)?|ecma)script\b| [vbscript])|application\b\W*?\bx-(?:java|vb)script\b)|s(?:(?:tyle\b\W*=.*\bexpression\b\W*|ettimeout\b\W*?)\(|rc\b\W*?\b(?:(?:java|vb)script|shell|http):)|(?:c(?:opyparentfolder|reatetextrange)|get(?:special|parent)folder)\b|a(?:ctivexobject\b|lert\b\W*?\())|<(?:(?:body\b.*?\b(?:backgroun|onloa)d|input\b.*?\\btype\b\W*?\bimage)\b|!\[CDATA\[|script|meta)|(?:\.(?:(?:execscrip|addimpor)t|(?:fromcharcod|cooki)e|innerhtml)|\@import)\b)" \
"capture,ctl:auditLogParts=+E,log,auditlog,msg:'Cross-site Scripting (XSS) Attack. Matched signature <%{TX.0}>',id:'950004',severity:'2'"
# file injection
SecRule REQUEST_FILENAME|ARGS|ARGS_NAMES|REQUEST_HEADERS "(?:\b(?:\.(?:ht(?:access|passwd|group)|www_?acl)|global\.asa|httpd\.conf|boot\.ini)\b|\/etc\/)" \
"capture,ctl:auditLogParts=+E,deny,log,auditlog,msg:'Remote File Access Attempt. Matched signature <%{TX.0}>',id:'950005',severity:'2'"
# Command access
SecRule REQUEST_FILENAME "\b(?:n(?:map|et|c)|w(?:guest|sh)|cmd(?:32)?|telnet|rcmd|ftp)\.exe\b" \
"capture,ctl:auditLogParts=+E,deny,log,auditlog,msg:'System Command Access. Matched signature <%{TX.0}>',id:'950002',severity:'2'"
# Command injection
SecRule ARGS|ARGS_NAMES|REQUEST_HEADERS "(?:\b(?:(?:n(?:et(?:\b\W+?\blocalgroup|\.exe)|(?:map|c)\.exe)|t(?:racer(?:oute|t)|elnet\.exe|clsh8?|ftp)|(?:w(?:guest|sh)|rcmd|ftp)\.exe|echo\b\W*?\by+)\b|c(?:md(?:(?:32)?\.exe\b|\b\W*?\/c)|d(?:\b\W*?[\\\/]|\W*?\.\.)|hmod.{0,40}?\+.{0,3}x))|[\;\|\`]\W*?\b(?:(?:c(?:h(?:grp|mod|own|sh)|md|pp|c)|p(?:asswd|ython|erl|ing|s)|n(?:asm|map|c)|f(?:inger|tp)|(?:kil|mai)l|(?:xte)?rm|ls(?:of)?|telnet|uname|echo|id)\b|g(?:\+\+|cc\b))|\/(?:c(?:h(?:grp|mod|own|sh)|pp|c)|p(?:asswd|ython|erl|ing|s)|n(?:asm|map|c)|f(?:inger|tp)|(?:kil|mai)l|g(?:\+\+|cc)|(?:xte)?rm|ls(?:of)?|telnet|uname|echo|id)(?:[\'\"\|\;\`\-\s]|$))" \
"capture,ctl:auditLogParts=+E,deny,log,auditlog,msg:'System Command Injection. Matched signature <%{TX.0}>',id:'950006',severity:'2'"
SecRule "ARGS|ARGS_NAMES|REQUEST_HEADERS|!REQUEST_HEADERS:User-Agent" \
"\bwget\b" \
"capture,ctl:auditLogParts=+E,deny,log,auditlog,msg:'System Command Injection. Matched signature <%{TX.0}>',id:'950907',severity:'2'"
# SSI injection
SecRule REQUEST_FILENAME|ARGS|ARGS_NAMES|REQUEST_HEADERS "<!--\W*?#\W*?(?:e(?:cho|xec)|printenv|include|cmd)" \
"capture,ctl:auditLogParts=+E,deny,log,auditlog,msg:'SSI injection Attack. Matched signature <%{TX.0}>',id:'950011',severity:'2'"
# PHP injection
SecRule REQUEST_FILENAME|ARGS|ARGS_NAMES|REQUEST_HEADERS "(?:(?:\b(?:f(?:tp_(?:nb_)?f?(?:ge|pu)t|get(?:s?s|c)|scanf|write|open|read)|gz(?:(?:encod|writ)e|compress|open|read)|s(?:ession_start|candir)|read(?:(?:gz)?file|dir)|move_uploaded_file|(?:proc_|bz)open)|\$_(?:(?:pos|ge)t|session))\b|<\?(?!xml))" \
"capture,ctl:auditLogParts=+E,deny,log,auditlog,msg:'PHP Injection Attack. Matched signature <%{TX.0}>',id:'950013',severity:'2'"
|
Should I add/remove something from it? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Guardian2003
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Sep 27, 2008 6:06 am |
|
I have moved this post from RN 20.x Issues to Apache where it belongs. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
Site Admin
![](modules/Forums/images/avatars/0c0adf824792d6d341ef4.gif)
Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Sat Sep 27, 2008 6:11 am |
|
prekill, focusing on Mod Security rules is not the way to go. I am not sure how to answer your question as I am not sure what you came from and what you have gone too and what your expectations were for speed improvement. In fact, you haven't even described how its performing now on the new server or what issues you are seeing.
RavenNuke(tm) performance, like with any other CMS, is paced by the number of DB calls. Outside of somehow cutting down the number of DB calls, or imploring some form of caching of pages, neither of which is supported out-of-the-box, I am not sure what to tell you. |
_________________ Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Guardian2003
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Sep 27, 2008 6:52 am |
|
prekill - sorry I did not get a chance to post after moving the topic.
montego is right.
I could give you more mod_security rules but you really need to be adjusting them to suit your needs, there is no magic bullet with mod_security. You could for example lock one attack vector down, then find it prevents something else from working. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
prekill
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Sep 27, 2008 8:09 am |
|
so leaving the defult rules is recomended?
I just asked about mod_security becuase I have noticed I can change the rules, an option I never had before.
I make all the changes on the server from something like cpanel which is called: "WHM 11.23.2 cPanel 11.23.6-R27698
CENTOS Enterprise 5.2 i686 on virtuozzo - WHM X v3.1.0"
I have no idea how many DB calls I have on each page and what considers to be alot or normal.
More of what I have are:
-Apache Setup
-Configure PHP and SuExec
-Exim Configuration Editor
-IMAP Configuration
-PHP Configuration Editor
and few more. my quastion is could I change those services to work better with ravennuke? maybe I can turn off some of the services working right now and save some ram?
services running:
-exim
-ftpd
-httpd
-imap
-mysql
-named
-pop
-rsyslogd
-spamd
-syslogd
-tailwatchd
-Exim on another port
about mod_security I would love to recive more rules suttet for ravennuke.
curently the site is running OK page are loading pretty fast but then images are taking sometime to load (images are optimized) I asked hosting company about that this is the answer I got:
Quote: |
Problems with your VPS are caused by the fact that your site require more RAM. I'll try to explain the situation, 128 Mb of RAM for your VPS are dedicated. If there is free memory on carrier server, you can use the free memory up to 512 Mb. In case there is unsufficient memory on the server, new processes are not being created what causes problems you have described. The only solution is to upgrade your package to VPS Silver.
========================================
root@prefligh [/]# top
top - 20:10:24 up 36 days, 13:04, 0 users, load average: 1.70, 1.58, 1.83
Tasks: 54 total, 2 running, 51 sleeping, 0 stopped, 1 zombie
Cpu(s): 1.7%us, 0.3%sy, 0.0%ni, 98.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 524288k total, 251236k used, 273052k free, 0k buffers
Swap: 0k total, 0k used, 0k free, 0k cached
|
thanks for all the help! |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Guardian2003
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Sep 27, 2008 10:58 am |
|
Could you post a link to your site. This doesn't sound right to me. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
prekill
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Sep 27, 2008 12:05 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Guardian2003
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Sep 27, 2008 12:34 pm |
|
Yup, your images might be optimised but there are way too many of them.
Here is a list of images that are loading from your homepage
Quote: |
testsite/themes/Preflight/images/bac.jpg
HE/themes/Preflight/images/loginbacround.gif
HE/themes/Preflight/images/login.gif
HE/themes/Preflight/images/register.gif
HE/themes/Preflight/images/buttonbackround.gif
HE/themes/Preflight/images/homepage.gif
HE/themes/Preflight/images/favorite.gif
HE/themes/Preflight/images/rss.gif
HE/themes/Preflight/flash_menu/menu.swf
HE/themes/Preflight/images/blocks_01.gif
HE/themes/Preflight/images/blocks_02.gif
HE/modules/My_eGallery/gallery/IAF/helicopter/yasur/thumb/DSCN2129.jpg
HE/themes/Preflight/images/blocks_03.gif
HE/themes/Preflight/flash_menu/sidemenu.swf
HE/themes/Preflight/images/search.gif
HE/themes/Preflight/images/Search-16x16.png
HE/modules/Content/images/pdfdownload.gif
HE/modules/My_eGallery/gallery/ScreenShots/lockon/thumbScreenShot_314.jpg
HE/modules/My_eGallery/gallery/ScreenShots/lockon/thumb/GroundRightPan.jpg
HE/modules/My_eGallery/gallery/ScreenShots/lockon/thumb/GroundLeftPan.jpg
HE/themes/Preflight/images/arrow.gif
HE/modules/Forums/templates/subSilver/images/icon_newest_reply.gif
HE/modules/_General/arrowl.gif
HE/modules/_General/arrowr.gif
youtube.com/vi/ih74msdGMwc/default.jpg
youtube.com/vi/PgotkTz4Xyc/default.jpg
HE/themes/Preflight/images/arrow.gif
HE/modules/_General/downloads/SF/images/SufaWOI.jpg
HE/modules/_General/downloads/falcon/images/OF4.5-HOTAS.jpg
HE/modules/_General/downloads/other/images/PFCSetup1.0.201.jpg
HE/modules/_General/downloads/falcon/images/IAF_skins_for_O.F.jpg
HE/modules/_General/downloads/flight_simulator/images/israeli_landclass.jpg
HE/modules/_General/downloads/falcon/images/Barak_2008.jpg
HE/modules/_General/downloads/lockon/images/Lock_On_HDR.jpg
HE/modules/_General/downloads/powerpoint/images/Mrija.jpg
HE/themes/Preflight/images/arrow.gif
HE/themes/Preflight/images/arrow.gif
HE/modules/Flash_Games/images/screenshot/battleoverberlin.gif
HE/modules/Flash_Games/images/screenshot/stunt-pilot-trainer.gif
HE/themes/Preflight/images/arrow.gif
HE/modules/_General/Articles/303x202/il2fb2008091518161937iv9.jpg
HE/modules/_General/Articles/303x202
102176975_fYSXf6Kj_IMG_1583.jpg
HE/modules/_General/Articles/303x202/A1-Axis_Marked.jpg
HE/modules/_General/whb.png
blogiy.co.cc/sites/car-loan/banner1.jpg
|
You will get extra lag with external images like the YouTube ones.
Edited - I removed the www from the image paths so hopefully they are not cliackable.
I also removed the images coming from paypal and google. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
prekill
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Sep 28, 2008 8:22 am |
|
Those consider as too many?
umm but what about server optamization? dedicated server gives nothing for nuke to proform better? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Sep 30, 2008 5:17 am |
|
Well, here is the thing, you have a VPS and not a dedicated server based upon the response that you posted above. It is just another form of sharing. Some hosting companies "oversell" VPS' just as they would shared accounts, but you are usually guaranteed only between 4 - 8 other VPS' on the same server.
The interesting thing to me is what he said about RAM and that you might be running out of it. Just how much RAM was guaranteed vs. spike for this VPS? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
prekill
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Sep 30, 2008 9:48 am |
|
Here:
Guaranteed RAM - 128MB
Burstable RAM - 512MB
![Smile](modules/Forums/images/smiles/icon_smile.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Sep 30, 2008 5:41 pm |
|
Well, 128MB is an absolute bare minimum. I would have preferred to see you have at least 256MB on the low end. It really depends upon how busy your site is, plus whether you are running PHP as a CGI (such as with PHPSuExec) or as an Apache module. Many other considerations too. However, if your host is saying that you are definitely running out of memory, you need a better hosting plan.
BTW, I just noticed another thing that is potentially chewing up memory: ShortLinks. Whether it is ShortLinks or some predecessor to it, these link re-writing schemes almost always require that the entire page of HTML is buffered in the output buffer prior to running through all the URL find/replace AND even the find/replace functions case additional memory usage. Therefore, again, if you have an active site, with many concurrent hits, it could chew up memory fast.
Sorry... I am sure it is not what you wanted to hear... |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
djmaze
Subject Matter Expert
![](modules/Forums/images/avatars/524924b24ccc49db6e857.png)
Joined: May 15, 2004
Posts: 727
Location: http://tinyurl.com/5z8dmv
|
Posted:
Wed Oct 01, 2008 1:40 pm |
|
Performance Grade: F (59)
YSlow wrote: | A 1. Make fewer HTTP requests
This page has 5 external JavaScript files.
F 2. Use a CDN
You can add your own CDN hostname preferences.
These components are not on a CDN:
* [HTTP headers] http://www.preflight.us/HE/themes/Preflight/flash_menu/menu.swf
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:07 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Fri, 29 Feb 2008 20:27:15 GMT
Etag: "2fd4465-139cd-dd25aec0"
Accept-Ranges: bytes
Content-Length: 80333
Keep-Alive: timeout=15, max=90
Connection: Keep-Alive
Content-Type: application/x-shockwave-flash
Loading...
* [HTTP headers] http://www.preflight.us/HE/themes/Preflight/flash_menu/sidemenu.swf
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:08 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Sun, 06 Apr 2008 18:08:22 GMT
Etag: "2fd446c-2ed4-3c971180"
Accept-Ranges: bytes
Content-Length: 11988
Keep-Alive: timeout=15, max=89
Connection: Keep-Alive
Content-Type: application/x-shockwave-flash
Loading...
* [HTTP headers] http://www.preflight.us/HE/includes/boxover/boxover.js
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:05 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Sun, 10 Aug 2008 12:30:35 GMT
Etag: "2fd4391-2b29-349670c0"
Accept-Ranges: bytes
Content-Length: 11049
Keep-Alive: timeout=15, max=96
Connection: Keep-Alive
Content-Type: application/javascript
Loading...
* [HTTP headers] http://www.google-analytics.com/urchin.js
*
ParamsHeadersPost
Response Headers
Cache-Control: max-age=604800, public
Content-Type: text/javascript
Last-Modified: Tue, 17 Jun 2008 17:20:41 GMT
Content-Encoding: gzip
Date: Wed, 01 Oct 2008 19:38:55 GMT
Server: ucfe
Content-Length: 6846
Loading...
* [HTTP headers] http://www.preflight.us/HE/themes/Preflight/flash_menu/flashobject.js
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:06 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Thu, 08 May 2008 08:41:11 GMT
Etag: "2fd4468-2534-b1b37c0"
Accept-Ranges: bytes
Content-Length: 9524
Keep-Alive: timeout=15, max=94
Connection: Keep-Alive
Content-Type: application/javascript
Loading...
* [HTTP headers] http://pagead2.googlesyndication.com/pagead/show_ads.js
*
ParamsHeadersPost
Response Headers
P3P: policyref="http://www.googleadservices.com/pagead/p3p.xml", CP="NOI DEV PSA PSD IVA PVD OTP OUR OTR IND OTC"
Last-Modified: Wed, 24 Sep 2008 23:13:26 GMT
Content-Type: text/javascript; charset=UTF-8
Expires: Thu, 02 Oct 2008 19:38:55 GMT
Cache-Control: public, max-age=86400, x-gzip-ok="public"
Content-Encoding: gzip
Date: Wed, 01 Oct 2008 19:38:55 GMT
Server: cafe
Content-Length: 19091
Loading...
* [HTTP headers] http://pagead2.googlesyndication.com/pagead/show_ads.js
*
ParamsHeadersPost
Response Headers
P3P: policyref="http://www.googleadservices.com/pagead/p3p.xml", CP="NOI DEV PSA PSD IVA PVD OTP OUR OTR IND OTC"
Last-Modified: Wed, 24 Sep 2008 23:13:26 GMT
Content-Type: text/javascript; charset=UTF-8
Expires: Thu, 02 Oct 2008 19:38:55 GMT
Cache-Control: public, max-age=86400, x-gzip-ok="public"
Content-Encoding: gzip
Date: Wed, 01 Oct 2008 19:38:55 GMT
Server: cafe
Content-Length: 19091
Loading...
* [HTTP headers] http://www.preflight.us/HE/themes/Preflight/style/style.css
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:04 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Fri, 22 Aug 2008 19:57:28 GMT
Etag: "2fd4475-134a-d8dcda00"
Accept-Ranges: bytes
Content-Length: 4938
Keep-Alive: timeout=15, max=98
Connection: Keep-Alive
Content-Type: text/css
Loading...
* [HTTP headers] http://www.preflight.us/HE/includes/nukeSEO/nukePIE.css
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:04 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Sun, 10 Aug 2008 10:30:31 GMT
Etag: "2fd433f-f4-87321fc0"
Accept-Ranges: bytes
Content-Length: 244
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
Content-Type: text/css
Loading...
* [HTTP headers] http://www.preflight.us/testsite/themes/Preflight/images/bac.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:05 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 10 Jul 2007 07:48:53 GMT
Etag: "30c82ed-b2d-fe268340"
Accept-Ranges: bytes
Content-Length: 2861
Keep-Alive: timeout=15, max=95
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] http://www.preflight.us/HE/themes/Preflight/images/loginbacround.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:27 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 10 Jul 2007 07:21:07 GMT
Etag: "2fd444b-173c-9ad95ec0"
Accept-Ranges: bytes
Content-Length: 5948
Keep-Alive: timeout=15, max=70
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] http://www.preflight.us/HE/themes/Preflight/images/buttonbackround.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:28 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 10 Jul 2007 07:20:44 GMT
Etag: "2fd4425-d7-997a6b00"
Accept-Ranges: bytes
Content-Length: 215
Keep-Alive: timeout=15, max=88
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] http://www.preflight.us/HE/themes/Preflight/images/blocks_01.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:28 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 10 Jul 2007 07:20:41 GMT
Etag: "2fd4413-74e-994ca440"
Accept-Ranges: bytes
Content-Length: 1870
Keep-Alive: timeout=15, max=69
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] http://www.preflight.us/HE/themes/Preflight/images/blocks_02.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:28 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 10 Jul 2007 07:20:43 GMT
Etag: "2fd443d-1a1-996b28c0"
Accept-Ranges: bytes
Content-Length: 417
Keep-Alive: timeout=15, max=87
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] http://www.preflight.us/HE/themes/Preflight/images/blocks_03.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:28 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 10 Jul 2007 07:20:43 GMT
Etag: "2fd441c-754-996b28c0"
Accept-Ranges: bytes
Content-Length: 1876
Keep-Alive: timeout=15, max=67
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] http://www.preflight.us/HE/themes/Preflight/images/register.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:06 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 10 Jul 2007 07:21:36 GMT
Etag: "2fd440f-3df-9c93e000"
Accept-Ranges: bytes
Content-Length: 991
Keep-Alive: timeout=15, max=93
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] http://www.preflight.us/HE/themes/Preflight/images/homepage.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:07 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 10 Jul 2007 07:21:05 GMT
Etag: "2fd4423-47e-9abada40"
Accept-Ranges: bytes
Content-Length: 1150
Keep-Alive: timeout=15, max=91
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] http://www.preflight.us/HE/themes/Preflight/images/favorite.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:08 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 10 Jul 2007 07:20:47 GMT
Etag: "2fd444e-401-99a831c0"
Accept-Ranges: bytes
Content-Length: 1025
Keep-Alive: timeout=15, max=87
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] http://www.preflight.us/HE/themes/Preflight/images/rss.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:09 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 10 Jul 2007 07:21:37 GMT
Etag: "2fd442f-28c-9ca32240"
Accept-Ranges: bytes
Content-Length: 652
Keep-Alive: timeout=15, max=86
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] http://www.preflight.us/.../n553469787_395122_9918.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:09 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Thu, 26 Jun 2008 16:55:03 GMT
Etag: "3068044-154e-a78907c0"
Accept-Ranges: bytes
Content-Length: 5454
Keep-Alive: timeout=15, max=85
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] https://www.paypal.com/en_US/i/scr/pixel.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:13 GMT
Server: Apache
Set-Cookie: Apache=10.190.8.11.1222889893409393; path=/; expires=Tue, 19-Aug-02 13:09:57 GMT
Last-Modified: Wed, 30 Jul 2003 12:52:44 GMT
Etag: "50cc61-2b-3c3ac437a1f00"
Accept-Ranges: bytes
Content-Length: 43
Keep-Alive: timeout=5, max=67
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] http://www.preflight.us/HE/themes/Preflight/images/search.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:09 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 10 Jul 2007 07:21:38 GMT
Etag: "2fd443a-3ab-9cb26480"
Accept-Ranges: bytes
Content-Length: 939
Keep-Alive: timeout=15, max=83
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] http://www.preflight.us/HE/themes/Preflight/images/Search-16x16.png
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:09 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 10 Jul 2007 07:21:38 GMT
Etag: "2fd441d-2c2-9cb26480"
Accept-Ranges: bytes
Content-Length: 706
Keep-Alive: timeout=15, max=82
Connection: Keep-Alive
Content-Type: image/png
Loading...
* [HTTP headers] http://www.preflight.us/HE/modules/Content/images/pdfdownload.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:09 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Mon, 09 Jul 2007 19:24:29 GMT
Etag: "2fd4bd5-6b8-97f7f540"
Accept-Ranges: bytes
Content-Length: 1720
Keep-Alive: timeout=15, max=81
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] http://www.preflight.us/HE/modules/My_eGallery/gallery/ScreenShots/lockon/thumb/ScreenShot_314.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:14 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 23 Sep 2008 23:00:57 GMT
Etag: "30643fd-2654-23f8dc40"
Accept-Ranges: bytes
Content-Length: 9812
Keep-Alive: timeout=15, max=80
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] http://www.preflight.us/HE/modules/My_eGallery/gallery/ScreenShots/lockon/thumb/GroundRightPan.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:12 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 23 Sep 2008 23:00:57 GMT
Etag: "30643fb-3195-23f8dc40"
Accept-Ranges: bytes
Content-Length: 12693
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] http://www.preflight.us/HE/modules/My_eGallery/gallery/ScreenShots/lockon/thumb/GroundLeftPan.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:12 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 23 Sep 2008 23:00:35 GMT
Etag: "30643f4-34db-22a92ac0"
Accept-Ranges: bytes
Content-Length: 13531
Keep-Alive: timeout=15, max=98
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] http://www.preflight.us/HE/themes/Preflight/images/arrow.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:14 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 10 Jul 2007 07:20:41 GMT
Etag: "2fd4427-342-994ca440"
Accept-Ranges: bytes
Content-Length: 834
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] http://www.preflight.us/HE/modules/Forums/templates/subSilver/images/icon_newest_reply.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:14 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Thu, 18 Oct 2007 12:10:45 GMT
Etag: "2fd4a91-85-4eca1b40"
Accept-Ranges: bytes
Content-Length: 133
Keep-Alive: timeout=15, max=96
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] http://www.preflight.us/HE/modules/_General/arrowl.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:14 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Mon, 09 Jul 2007 22:11:03 GMT
Etag: "2fd4c37-34c-eba84bc0"
Accept-Ranges: bytes
Content-Length: 844
Keep-Alive: timeout=15, max=95
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] http://www.preflight.us/HE/modules/_General/arrowr.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:14 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Mon, 09 Jul 2007 22:11:05 GMT
Etag: "2fd4c35-34c-ebc6d040"
Accept-Ranges: bytes
Content-Length: 844
Keep-Alive: timeout=15, max=79
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] http://img.youtube.com/vi/ih74msdGMwc/default.jpg
*
ParamsHeadersPost
Response Headers
Content-Type: image/jpeg
Date: Wed, 01 Oct 2008 19:38:12 GMT
Expires: Thu, 02 Oct 2008 01:38:12 GMT
Cache-Control: public, max-age=21600
Server: btfe
Content-Length: 3875
Loading...
* [HTTP headers] http://img.youtube.com/vi/PgotkTz4Xyc/default.jpg
*
ParamsHeadersPost
Response Headers
Content-Type: image/jpeg
Date: Wed, 01 Oct 2008 19:38:12 GMT
Expires: Thu, 02 Oct 2008 01:38:12 GMT
Cache-Control: public, max-age=21600
Server: btfe
Content-Length: 5135
Loading...
* [HTTP headers] http://www.preflight.us/HE/modules/_General/downloads/SF/images/SufaWOI.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:14 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Mon, 15 Sep 2008 22:17:19 GMT
Etag: "3cfc001-943c-993259c0"
Accept-Ranges: bytes
Content-Length: 37948
Keep-Alive: timeout=15, max=94
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] http://www.preflight.us/HE/modules/_General/downloads/falcon/images/OF4.5-HOTAS.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:19 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Fri, 06 Jun 2008 21:40:18 GMT
Etag: "302801c-5bf4-4ed7b480"
Accept-Ranges: bytes
Content-Length: 23540
Keep-Alive: timeout=15, max=78
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] http://www.preflight.us/HE/modules/_General/downloads/other/images/PFCSetup1.0.201.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:19 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 20 May 2008 02:28:13 GMT
Etag: "2ff001c-7b4c-3b5e8940"
Accept-Ranges: bytes
Content-Length: 31564
Keep-Alive: timeout=15, max=93
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] http://www.preflight.us/HE/modules/_General/downloads/falcon/images/IAF_skins_for_O.F.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:20 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Sun, 18 May 2008 09:38:33 GMT
Etag: "3028003-19636-2adb840"
Accept-Ranges: bytes
Content-Length: 103990
Keep-Alive: timeout=15, max=77
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] http://www.preflight.us/HE/modules/_General/downloads/flight_simulator/images/israeli_landclass.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:21 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Thu, 08 May 2008 12:04:26 GMT
Etag: "2fe401a-1754a-e1fc2680"
Accept-Ranges: bytes
Content-Length: 95562
Keep-Alive: timeout=15, max=76
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] http://www.preflight.us/HE/modules/_General/downloads/falcon/images/Barak_2008.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:22 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Thu, 08 May 2008 12:23:09 GMT
Etag: "3028016-1e937-24ebc540"
Accept-Ranges: bytes
Content-Length: 125239
Keep-Alive: timeout=15, max=92
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] http://www.preflight.us/HE/modules/_General/downloads/lockon/images/Lock_On_HDR.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:22 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Wed, 23 Apr 2008 15:44:48 GMT
Etag: "3038011-167d0-36753c00"
Accept-Ranges: bytes
Content-Length: 92112
Keep-Alive: timeout=15, max=75
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] http://www.preflight.us/HE/modules/_General/downloads/powerpoint/images/Mrija.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:22 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Sun, 13 Apr 2008 18:07:08 GMT
Etag: "2ffc008-12459-9118b00"
Accept-Ranges: bytes
Content-Length: 74841
Keep-Alive: timeout=15, max=74
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] http://www.preflight.us/HE/modules/Flash_Games/images/screenshot/battleoverberlin.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:23 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Sat, 10 May 2008 07:46:11 GMT
Etag: "305c12d-88d0-8217f6c0"
Accept-Ranges: bytes
Content-Length: 35024
Keep-Alive: timeout=15, max=73
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] http://www.preflight.us/HE/modules/Flash_Games/images/screenshot/stunt-pilot-trainer.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:23 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Fri, 29 Feb 2008 17:34:26 GMT
Etag: "305c134-65dd-731b4c80"
Accept-Ranges: bytes
Content-Length: 26077
Keep-Alive: timeout=15, max=72
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] http://www.preflight.us/HE/modules/_General/Articles/303x202/il2fb2008091518161937iv9.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:24 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Mon, 15 Sep 2008 21:31:53 GMT
Etag: "17b0036-4043-f6b6e440"
Accept-Ranges: bytes
Content-Length: 16451
Keep-Alive: timeout=15, max=91
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] http://www.preflight.us/HE/modules/_General/Articles/303x202/102176975_fYSXf6Kj_IMG_1583.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:24 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Wed, 27 Aug 2008 01:00:57 GMT
Etag: "17986b9-65a9-8d91a440"
Accept-Ranges: bytes
Content-Length: 26025
Keep-Alive: timeout=15, max=90
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] http://www.preflight.us/HE/modules/_General/Articles/303x202/A1-Axis_Marked.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:24 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Sat, 23 Aug 2008 00:35:46 GMT
Etag: "304416f-5a4f-bc241c80"
Accept-Ranges: bytes
Content-Length: 23119
Keep-Alive: timeout=15, max=71
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] http://www.preflight.us/HE/modules/_General/whb.png
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:27 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Sat, 23 Aug 2008 00:15:15 GMT
Etag: "2fd43d9-109a-72c48ac0"
Accept-Ranges: bytes
Content-Length: 4250
Keep-Alive: timeout=15, max=89
Connection: Keep-Alive
Content-Type: image/png
Loading...
* [HTTP headers] http://www.preflight.us/HE/themes/Preflight/images/login.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:06 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 10 Jul 2007 07:21:07 GMT
Etag: "2fd4446-3a7-9ad95ec0"
Accept-Ranges: bytes
Content-Length: 935
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] http://www.preflight.us/HE/images/PayPal_mark_60x38_old.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:09 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Fri, 29 Aug 2008 09:38:58 GMT
Etag: "2fd43de-321-5d2d080"
Accept-Ranges: bytes
Content-Length: 801
Keep-Alive: timeout=15, max=84
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] http://www.preflight.us/HE/themes/Preflight/flash_menu/park8.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:08 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 10 Jul 2007 07:20:35 GMT
Etag: "2fd446e-1bb73-98f116c0"
Accept-Ranges: bytes
Content-Length: 113523
Keep-Alive: timeout=15, max=88
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
F 3. Add an Expires header
These components do not have a far future Expires header:
* [HTTP headers] (no expires) http://www.preflight.us/HE/themes/Preflight/style/style.css
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:04 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Fri, 22 Aug 2008 19:57:28 GMT
Etag: "2fd4475-134a-d8dcda00"
Accept-Ranges: bytes
Content-Length: 4938
Keep-Alive: timeout=15, max=98
Connection: Keep-Alive
Content-Type: text/css
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/includes/nukeSEO/nukePIE.css
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:04 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Sun, 10 Aug 2008 10:30:31 GMT
Etag: "2fd433f-f4-87321fc0"
Accept-Ranges: bytes
Content-Length: 244
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
Content-Type: text/css
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/includes/boxover/boxover.js
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:05 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Sun, 10 Aug 2008 12:30:35 GMT
Etag: "2fd4391-2b29-349670c0"
Accept-Ranges: bytes
Content-Length: 11049
Keep-Alive: timeout=15, max=96
Connection: Keep-Alive
Content-Type: application/javascript
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/themes/Preflight/flash_menu/flashobject.js
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:06 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Thu, 08 May 2008 08:41:11 GMT
Etag: "2fd4468-2534-b1b37c0"
Accept-Ranges: bytes
Content-Length: 9524
Keep-Alive: timeout=15, max=94
Connection: Keep-Alive
Content-Type: application/javascript
Loading...
* [HTTP headers] (10/2/2008) http://pagead2.googlesyndication.com/pagead/show_ads.js
*
ParamsHeadersPost
Response Headers
P3P: policyref="http://www.googleadservices.com/pagead/p3p.xml", CP="NOI DEV PSA PSD IVA PVD OTP OUR OTR IND OTC"
Last-Modified: Wed, 24 Sep 2008 23:13:26 GMT
Content-Type: text/javascript; charset=UTF-8
Expires: Thu, 02 Oct 2008 19:38:55 GMT
Cache-Control: public, max-age=86400, x-gzip-ok="public"
Content-Encoding: gzip
Date: Wed, 01 Oct 2008 19:38:55 GMT
Server: cafe
Content-Length: 19091
Loading...
* [HTTP headers] (10/2/2008) http://pagead2.googlesyndication.com/pagead/show_ads.js
*
ParamsHeadersPost
Response Headers
P3P: policyref="http://www.googleadservices.com/pagead/p3p.xml", CP="NOI DEV PSA PSD IVA PVD OTP OUR OTR IND OTC"
Last-Modified: Wed, 24 Sep 2008 23:13:26 GMT
Content-Type: text/javascript; charset=UTF-8
Expires: Thu, 02 Oct 2008 19:38:55 GMT
Cache-Control: public, max-age=86400, x-gzip-ok="public"
Content-Encoding: gzip
Date: Wed, 01 Oct 2008 19:38:55 GMT
Server: cafe
Content-Length: 19091
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/themes/Preflight/images/register.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:06 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 10 Jul 2007 07:21:36 GMT
Etag: "2fd440f-3df-9c93e000"
Accept-Ranges: bytes
Content-Length: 991
Keep-Alive: timeout=15, max=93
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/themes/Preflight/images/homepage.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:07 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 10 Jul 2007 07:21:05 GMT
Etag: "2fd4423-47e-9abada40"
Accept-Ranges: bytes
Content-Length: 1150
Keep-Alive: timeout=15, max=91
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/themes/Preflight/images/favorite.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:08 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 10 Jul 2007 07:20:47 GMT
Etag: "2fd444e-401-99a831c0"
Accept-Ranges: bytes
Content-Length: 1025
Keep-Alive: timeout=15, max=87
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/themes/Preflight/images/rss.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:09 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 10 Jul 2007 07:21:37 GMT
Etag: "2fd442f-28c-9ca32240"
Accept-Ranges: bytes
Content-Length: 652
Keep-Alive: timeout=15, max=86
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/modules/My_eGallery/gallery/IAF/fighters/F4EKornash/thumb/n553469787_3951[snip]
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:09 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Thu, 26 Jun 2008 16:55:03 GMT
Etag: "3068044-154e-a78907c0"
Accept-Ranges: bytes
Content-Length: 5454
Keep-Alive: timeout=15, max=85
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] (no expires) https://www.paypal.com/en_US/i/scr/pixel.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:13 GMT
Server: Apache
Set-Cookie: Apache=10.190.8.11.1222889893409393; path=/; expires=Tue, 19-Aug-02 13:09:57 GMT
Last-Modified: Wed, 30 Jul 2003 12:52:44 GMT
Etag: "50cc61-2b-3c3ac437a1f00"
Accept-Ranges: bytes
Content-Length: 43
Keep-Alive: timeout=5, max=67
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/themes/Preflight/images/search.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:09 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 10 Jul 2007 07:21:38 GMT
Etag: "2fd443a-3ab-9cb26480"
Accept-Ranges: bytes
Content-Length: 939
Keep-Alive: timeout=15, max=83
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/themes/Preflight/images/Search-16x16.png
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:09 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 10 Jul 2007 07:21:38 GMT
Etag: "2fd441d-2c2-9cb26480"
Accept-Ranges: bytes
Content-Length: 706
Keep-Alive: timeout=15, max=82
Connection: Keep-Alive
Content-Type: image/png
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/modules/Content/images/pdfdownload.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:09 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Mon, 09 Jul 2007 19:24:29 GMT
Etag: "2fd4bd5-6b8-97f7f540"
Accept-Ranges: bytes
Content-Length: 1720
Keep-Alive: timeout=15, max=81
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/modules/My_eGallery/gallery/ScreenShots/lockon/thumb/ScreenShot_314.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:14 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 23 Sep 2008 23:00:57 GMT
Etag: "30643fd-2654-23f8dc40"
Accept-Ranges: bytes
Content-Length: 9812
Keep-Alive: timeout=15, max=80
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/modules/My_eGallery/gallery/ScreenShots/lockon/thumb/GroundRightPan.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:12 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 23 Sep 2008 23:00:57 GMT
Etag: "30643fb-3195-23f8dc40"
Accept-Ranges: bytes
Content-Length: 12693
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/modules/My_eGallery/gallery/ScreenShots/lockon/thumb/GroundLeftPan.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:12 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 23 Sep 2008 23:00:35 GMT
Etag: "30643f4-34db-22a92ac0"
Accept-Ranges: bytes
Content-Length: 13531
Keep-Alive: timeout=15, max=98
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/themes/Preflight/images/arrow.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:14 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 10 Jul 2007 07:20:41 GMT
Etag: "2fd4427-342-994ca440"
Accept-Ranges: bytes
Content-Length: 834
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/modules/Forums/templates/subSilver/images/icon_newest_reply.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:14 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Thu, 18 Oct 2007 12:10:45 GMT
Etag: "2fd4a91-85-4eca1b40"
Accept-Ranges: bytes
Content-Length: 133
Keep-Alive: timeout=15, max=96
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/modules/_General/arrowl.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:14 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Mon, 09 Jul 2007 22:11:03 GMT
Etag: "2fd4c37-34c-eba84bc0"
Accept-Ranges: bytes
Content-Length: 844
Keep-Alive: timeout=15, max=95
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/modules/_General/arrowr.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:14 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Mon, 09 Jul 2007 22:11:05 GMT
Etag: "2fd4c35-34c-ebc6d040"
Accept-Ranges: bytes
Content-Length: 844
Keep-Alive: timeout=15, max=79
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] (10/2/2008) http://img.youtube.com/vi/ih74msdGMwc/default.jpg
*
ParamsHeadersPost
Response Headers
Content-Type: image/jpeg
Date: Wed, 01 Oct 2008 19:38:12 GMT
Expires: Thu, 02 Oct 2008 01:38:12 GMT
Cache-Control: public, max-age=21600
Server: btfe
Content-Length: 3875
Loading...
* [HTTP headers] (10/2/2008) http://img.youtube.com/vi/PgotkTz4Xyc/default.jpg
*
ParamsHeadersPost
Response Headers
Content-Type: image/jpeg
Date: Wed, 01 Oct 2008 19:38:12 GMT
Expires: Thu, 02 Oct 2008 01:38:12 GMT
Cache-Control: public, max-age=21600
Server: btfe
Content-Length: 5135
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/modules/_General/downloads/SF/images/SufaWOI.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:14 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Mon, 15 Sep 2008 22:17:19 GMT
Etag: "3cfc001-943c-993259c0"
Accept-Ranges: bytes
Content-Length: 37948
Keep-Alive: timeout=15, max=94
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/modules/_General/downloads/falcon/images/OF4.5-HOTAS.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:19 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Fri, 06 Jun 2008 21:40:18 GMT
Etag: "302801c-5bf4-4ed7b480"
Accept-Ranges: bytes
Content-Length: 23540
Keep-Alive: timeout=15, max=78
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/modules/_General/downloads/other/images/PFCSetup1.0.201.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:19 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 20 May 2008 02:28:13 GMT
Etag: "2ff001c-7b4c-3b5e8940"
Accept-Ranges: bytes
Content-Length: 31564
Keep-Alive: timeout=15, max=93
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/modules/_General/downloads/falcon/images/IAF_skins_for_O.F.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:20 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Sun, 18 May 2008 09:38:33 GMT
Etag: "3028003-19636-2adb840"
Accept-Ranges: bytes
Content-Length: 103990
Keep-Alive: timeout=15, max=77
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/modules/_General/downloads/flight_simulator/images/israeli_landclass.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:21 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Thu, 08 May 2008 12:04:26 GMT
Etag: "2fe401a-1754a-e1fc2680"
Accept-Ranges: bytes
Content-Length: 95562
Keep-Alive: timeout=15, max=76
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/modules/_General/downloads/falcon/images/Barak_2008.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:22 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Thu, 08 May 2008 12:23:09 GMT
Etag: "3028016-1e937-24ebc540"
Accept-Ranges: bytes
Content-Length: 125239
Keep-Alive: timeout=15, max=92
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/modules/_General/downloads/lockon/images/Lock_On_HDR.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:22 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Wed, 23 Apr 2008 15:44:48 GMT
Etag: "3038011-167d0-36753c00"
Accept-Ranges: bytes
Content-Length: 92112
Keep-Alive: timeout=15, max=75
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/modules/_General/downloads/powerpoint/images/Mrija.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:22 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Sun, 13 Apr 2008 18:07:08 GMT
Etag: "2ffc008-12459-9118b00"
Accept-Ranges: bytes
Content-Length: 74841
Keep-Alive: timeout=15, max=74
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/modules/Flash_Games/images/screenshot/battleoverberlin.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:23 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Sat, 10 May 2008 07:46:11 GMT
Etag: "305c12d-88d0-8217f6c0"
Accept-Ranges: bytes
Content-Length: 35024
Keep-Alive: timeout=15, max=73
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/modules/Flash_Games/images/screenshot/stunt-pilot-trainer.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:23 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Fri, 29 Feb 2008 17:34:26 GMT
Etag: "305c134-65dd-731b4c80"
Accept-Ranges: bytes
Content-Length: 26077
Keep-Alive: timeout=15, max=72
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/modules/_General/Articles/303x202/il2fb2008091518161937iv9.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:24 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Mon, 15 Sep 2008 21:31:53 GMT
Etag: "17b0036-4043-f6b6e440"
Accept-Ranges: bytes
Content-Length: 16451
Keep-Alive: timeout=15, max=91
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/modules/_General/Articles/303x202/102176975_fYSXf6Kj_IMG_1583.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:24 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Wed, 27 Aug 2008 01:00:57 GMT
Etag: "17986b9-65a9-8d91a440"
Accept-Ranges: bytes
Content-Length: 26025
Keep-Alive: timeout=15, max=90
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/modules/_General/Articles/303x202/A1-Axis_Marked.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:24 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Sat, 23 Aug 2008 00:35:46 GMT
Etag: "304416f-5a4f-bc241c80"
Accept-Ranges: bytes
Content-Length: 23119
Keep-Alive: timeout=15, max=71
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/modules/_General/whb.png
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:27 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Sat, 23 Aug 2008 00:15:15 GMT
Etag: "2fd43d9-109a-72c48ac0"
Accept-Ranges: bytes
Content-Length: 4250
Keep-Alive: timeout=15, max=89
Connection: Keep-Alive
Content-Type: image/png
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/themes/Preflight/images/login.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:06 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 10 Jul 2007 07:21:07 GMT
Etag: "2fd4446-3a7-9ad95ec0"
Accept-Ranges: bytes
Content-Length: 935
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/images/PayPal_mark_60x38_old.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:09 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Fri, 29 Aug 2008 09:38:58 GMT
Etag: "2fd43de-321-5d2d080"
Accept-Ranges: bytes
Content-Length: 801
Keep-Alive: timeout=15, max=84
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/themes/Preflight/flash_menu/park8.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:08 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 10 Jul 2007 07:20:35 GMT
Etag: "2fd446e-1bb73-98f116c0"
Accept-Ranges: bytes
Content-Length: 113523
Keep-Alive: timeout=15, max=88
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/testsite/themes/Preflight/images/bac.jpg
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:05 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 10 Jul 2007 07:48:53 GMT
Etag: "30c82ed-b2d-fe268340"
Accept-Ranges: bytes
Content-Length: 2861
Keep-Alive: timeout=15, max=95
Connection: Keep-Alive
Content-Type: image/jpeg
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/themes/Preflight/images/loginbacround.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:27 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 10 Jul 2007 07:21:07 GMT
Etag: "2fd444b-173c-9ad95ec0"
Accept-Ranges: bytes
Content-Length: 5948
Keep-Alive: timeout=15, max=70
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/themes/Preflight/images/buttonbackround.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:28 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 10 Jul 2007 07:20:44 GMT
Etag: "2fd4425-d7-997a6b00"
Accept-Ranges: bytes
Content-Length: 215
Keep-Alive: timeout=15, max=88
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/themes/Preflight/images/blocks_01.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:28 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 10 Jul 2007 07:20:41 GMT
Etag: "2fd4413-74e-994ca440"
Accept-Ranges: bytes
Content-Length: 1870
Keep-Alive: timeout=15, max=69
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/themes/Preflight/images/blocks_02.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:28 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 10 Jul 2007 07:20:43 GMT
Etag: "2fd443d-1a1-996b28c0"
Accept-Ranges: bytes
Content-Length: 417
Keep-Alive: timeout=15, max=87
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/themes/Preflight/images/blocks_03.gif
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:28 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Tue, 10 Jul 2007 07:20:43 GMT
Etag: "2fd441c-754-996b28c0"
Accept-Ranges: bytes
Content-Length: 1876
Keep-Alive: timeout=15, max=67
Connection: Keep-Alive
Content-Type: image/gif
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/themes/Preflight/flash_menu/menu.swf
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:07 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Fri, 29 Feb 2008 20:27:15 GMT
Etag: "2fd4465-139cd-dd25aec0"
Accept-Ranges: bytes
Content-Length: 80333
Keep-Alive: timeout=15, max=90
Connection: Keep-Alive
Content-Type: application/x-shockwave-flash
Loading...
* [HTTP headers] (no expires) http://www.preflight.us/HE/themes/Preflight/flash_menu/sidemenu.swf
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:08 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Sun, 06 Apr 2008 18:08:22 GMT
Etag: "2fd446c-2ed4-3c971180"
Accept-Ranges: bytes
Content-Length: 11988
Keep-Alive: timeout=15, max=89
Connection: Keep-Alive
Content-Type: application/x-shockwave-flash
Loading...
F 4. Gzip components
These components are not gzipped:
* [HTTP headers] (1.7K) http://www.preflight.us/HE/google.html
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:07 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Sun, 18 May 2008 13:58:10 GMT
Etag: "2fd0186-6ac-a323e080"
Accept-Ranges: bytes
Content-Length: 1708
Keep-Alive: timeout=15, max=92
Connection: Keep-Alive
Content-Type: text/html
Loading...
* [HTTP headers] (11.0K) http://www.preflight.us/HE/includes/boxover/boxover.js
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:05 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Sun, 10 Aug 2008 12:30:35 GMT
Etag: "2fd4391-2b29-349670c0"
Accept-Ranges: bytes
Content-Length: 11049
Keep-Alive: timeout=15, max=96
Connection: Keep-Alive
Content-Type: application/javascript
Loading...
* [HTTP headers] (9.5K) http://www.preflight.us/HE/themes/Preflight/flash_menu/flashobject.js
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:06 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Thu, 08 May 2008 08:41:11 GMT
Etag: "2fd4468-2534-b1b37c0"
Accept-Ranges: bytes
Content-Length: 9524
Keep-Alive: timeout=15, max=94
Connection: Keep-Alive
Content-Type: application/javascript
Loading...
* [HTTP headers] (4.9K) http://www.preflight.us/HE/themes/Preflight/style/style.css
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:04 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Fri, 22 Aug 2008 19:57:28 GMT
Etag: "2fd4475-134a-d8dcda00"
Accept-Ranges: bytes
Content-Length: 4938
Keep-Alive: timeout=15, max=98
Connection: Keep-Alive
Content-Type: text/css
Loading...
A 5. Put CSS at the top
A 6. Put JS at the bottom
A 7. Avoid CSS expressions
n/a 8. Make JS and CSS external
Only consider this if your property is a common user home page.
B 9. Reduce DNS lookups
This page has more than 4 domains.
* www.preflight.us
* www.google-analytics.com
* pagead2.googlesyndication.com
* www.paypal.com
* img.youtube.com
C 10. Minify JS
The following JavaScript files do not appear to be obfuscated nor minified.
* [HTTP headers] (11.0K) http://www.preflight.us/HE/includes/boxover/boxover.js
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:05 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Sun, 10 Aug 2008 12:30:35 GMT
Etag: "2fd4391-2b29-349670c0"
Accept-Ranges: bytes
Content-Length: 11049
Keep-Alive: timeout=15, max=96
Connection: Keep-Alive
Content-Type: application/javascript
Loading...
* [HTTP headers] (6.8K) http://www.google-analytics.com/urchin.js
*
ParamsHeadersPost
Response Headers
Cache-Control: max-age=604800, public
Content-Type: text/javascript
Last-Modified: Tue, 17 Jun 2008 17:20:41 GMT
Content-Encoding: gzip
Date: Wed, 01 Oct 2008 19:38:55 GMT
Server: ucfe
Content-Length: 6846
Loading...
* [HTTP headers] (9.5K) http://www.preflight.us/HE/themes/Preflight/flash_menu/flashobject.js
*
ParamsHeadersPost
Response Headers
Date: Wed, 01 Oct 2008 19:38:06 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Last-Modified: Thu, 08 May 2008 08:41:11 GMT
Etag: "2fd4468-2534-b1b37c0"
Accept-Ranges: bytes
Content-Length: 9524
Keep-Alive: timeout=15, max=94
Connection: Keep-Alive
Content-Type: application/javascript
Loading...
A 11. Avoid redirects
B 12. Remove duplicate scripts
This page has 1 redundant JS components:
[HTTP headers] 1 http://pagead2.googlesyndication.com/pagead/show_ads.js
#
ParamsHeadersPost
Response Headers
P3P: policyref="http://www.googleadservices.com/pagead/p3p.xml", CP="NOI DEV PSA PSD IVA PVD OTP OUR OTR IND OTC"
Last-Modified: Wed, 24 Sep 2008 23:13:26 GMT
Content-Type: text/javascript; charset=UTF-8
Expires: Thu, 02 Oct 2008 19:38:55 GMT
Cache-Control: public, max-age=86400, x-gzip-ok="public"
Content-Encoding: gzip
Date: Wed, 01 Oct 2008 19:38:55 GMT
Server: cafe
Content-Length: 19091
Loading...
F 13. Configure ETags |
Empty Cache
11.9K 1 HTML/Text
1.7K 1 IFrame
92.3K 2 Flash Objects
65.6K 5 JavaScript Files
5.1K 2 Stylesheet Files
13.1K 6 CSS Images
891.3K 35 Images
1081.3K Total size
52 HTTP requests
@montego 11.9K html buffered is not really a big issue to produce shortlinks.
Real issue is memory usage of the whole server including all PHP scripts loaded in memory. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Oct 04, 2008 7:55 am |
|
djmaze, yeah 11.9k isn't all that much. However, it still contributes to the overall total usage, which is really the true point. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
CodyG
Life Cycles Becoming CPU Cycles
![](modules/Forums/images/avatars/186c8977515afcc3ed82a.jpg)
Joined: Jan 02, 2003
Posts: 714
Location: Vancouver Island
|
Posted:
Sun Oct 05, 2008 7:32 am |
|
Your WHM displays a dynamic load average in the top right corner. (linux top command) DO monitor those three numbers, current, 5 min and 10 min (or something like that.)
If those three numbers go above 1.0 for more than a few seconds, then be prepared for issues with page loads. CPUs and Memory will go into the redzone.
Possible causes: your vps is oversold, or you are processing more than you have. Broken 3rd party calls on your home page are a full stop too.
I've heard of 30 vps per main for low-end vps packages, 10 per main for the more expensive space. If you want everything on your front page, and who doesn't, there is a price. And slightly higher in Canada.
Please correct me if I'm wrong, but maybe an apache config of mysql, to give it more wiggle room, would be a cms optimization. I think. But if your load avg is 2.0 and memory is above 80%, you're hooped and a few tweeks aren't going to help.
I just moved to a new vps host. For almost two years I struggled with previous vps host who couldn't/wouldn't fix the server time, it was off by 23 minutes. One drawback of vps is that time is set on the main. For two years I complained, for two years they ignored me. <sigh>
Anyways, that's all fixed.
Good luck with your new server! |
_________________ "We want to see if life is ubiquitous." D.Goldin |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
djmaze
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Oct 05, 2008 4:44 pm |
|
To get a better performance think of the following .htaccess
Code:
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType text/x-component A5184000
ExpiresByType application/x-javascript A2592000
ExpiresByType image/gif A2592000
ExpiresByType image/jpeg A2592000
ExpiresByType image/png A2592000
</IfModule>
|
This is just a small improvement.
But if you understand what i just provided to you, you will notice the Apache log is drastically smaller and needs less time to get updated.
Therefore your server is faster since it isn't accessed for all those pesky nuke images all the time.
Combine images and use CSS background-position is another big improvement! |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
gregexp
The Mouse Is Extension Of Arm
![](modules/Forums/images/avatars/458c161744a70db912a6e.jpg)
Joined: Feb 21, 2006
Posts: 1497
Location: In front of a screen....HELP! lol
|
Posted:
Sun Oct 05, 2008 6:15 pm |
|
prekill,
The VPS system is designed to work with the Main servers memory, 1% load on a regular VPS will cause Problems.
There are things that you can do to improve performance, that Goes WAY beyond apache.
Kernel optimizations for your VPS would be a good idea, Although, because of the way VPS setups work, there is only 1 kernel and your VPS can load dynamic configurations to it, but they are minimal. For a more extensive increase in performance, you should ask your host to apply kernel memory buffer changes.
If your host needs some basic understanding, have them read this:
http://perfector.wordpress.com/2008/04/23/tweak-kernel-variables-in-sysctlconf/
The page is not for VPS system tweaks, but converting it in the configuration file is not difficult.
These changes can be done in your VPS.conf, replace VPS with your VPS identifier.
More tweaks can be done to the kernel, which will optimize memory better.
I know apache 2.x works better with memory, then apache 1.x, but I cannot be sure if apache 2.x has any issues with VPS systems. I cannot think of any particular reasons why it would.
Installing Zend optimizer and Ioncube will help improve performance a bit. Using the expires module as Djmaze has stated will help. Mod_security will not directly improve performance, but it will help to stop exploiters and such, which will in the long run, prove better performance.
Further work can be done, like installing obtimizers, Not running extra modules in php, and putting up other optimizing techniques like eAccelerator(which I've found to have good performance with RavenNuke, but can break other scripts, or slow them down). |
_________________ For those who stand shall NEVER fall and those who fall shall RISE once more!! |
|
![ICQ Number ICQ Number](themes/RavenIce/forums/images/lang_english/icon_icq_add.gif) |
![](themes/RavenIce/forums/images/spacer.gif) |
|