The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
1answer
26 views

Exclude Specific Pages From HTTP headers

I am just an html and css guy, so please forgive me if my question isn't worded correctly. I set http headers in the .htaccess file to disable caching for my site, and it works fine. But now I want to ...
1
vote
3answers
334 views

CentOs vhost shows default apache page [closed]

I'm using CentOs 6.2. On this server I want to host 1 website. I created a vhost in httpd.conf. You can see the setup below. The problem is that when I go to the domain I get the apache default ...
1
vote
1answer
647 views

Why are SQL Server pages 8 KB?

According to Mark Russinovich's Windows Internals 5th Edition, Windows uses (small) page sizes of 4 KB on both x86 and x64 architectures to manage memory. Even though I can't find a reason for this, ...
1
vote
2answers
53 views

Is it possible to check which domains acces a page on my website [closed]

I have a page and I would like to allow access to this page only from domains that I allow. What would be the best way of doing this?
-1
votes
1answer
192 views

Why is WordPress not working properly? [closed]

A client of ours has the domain http://moneynotes.co.uk/wp, but unfortunately it just shows the page for a second and then shows a blank screen. Why is this? What is missing or what is wrong? James
1
vote
2answers
206 views

No “Using locked pages for buffer pool” in SQL Server log

As a trial run for a client I am trying to enable the "Lock Pages in Memory" setting on my development server, but no matter what I change, I cannot get the "Using locked pages for buffer pool" to ...
0
votes
1answer
85 views

Website load time slowed down tremendously all of a sudden [closed]

My website www.businessproperty.net has jumped from 2 seconds to 15 seconds to load all of a sudden. It is hosted at Lunarpages. I don't think we made any changes other than content during this time. ...
1
vote
2answers
226 views

MediaWiki “no text in this page” with special characters in search field

We're upgrading from MediaWiki 1.13.2 -> 1.15.4. One of the issues we see is that when a page is searched for which in which the page name contains special characters, the page cannot be found. ...
0
votes
1answer
527 views

SQL server corrupt page

hi i am getting the following error when i try to select data from a table. SQL Server detected a logical consistency-based I/O error: incorrect pageid (expected 1:6380; actual 0:0). It ...
1
vote
1answer
916 views

Page table fast growth

Not long ago I've spotted very interesting tool RamMap. I found on several servers running our x32 software that PAGE TABLE grows very quickly – 1.2 GB per day (of 10GB all). Also NONPAGED POOL grows ...
3
votes
5answers
254 views

Slow self hosted wordpress website

we have a great site which has been humming along nicely for about 5 months and then in May it went from a page load speed time of 3-5 secs to now an agonising 15+ secs!!! The host has been really ...
1
vote
2answers
957 views

How would I redirect requests for one page to another is IIS?

How would I redirect requests to a URL like http://www.mydomain.com/foo.aspx to another URL like http://www.mydomain.com/bar.aspx in IIS. Can this be done in IIS 6.0 or 7.0?
8
votes
2answers
3k views

How to Read the haproxy Stats Page

For those of you using HAProxy along with the stats papge (haproxy?stats), how do I interpret this page? There is no decent explanation. For instance: Which Session column displays the number of ...
7
votes
3answers
516 views

Record load time of web pages

I have been asked to investigate a way of record how long it a full page request is on our website. i.e. how long it takes from when a user clicks on a link till the page has finished loading. Now ...
1
vote
3answers
257 views

What is the size of shared memory page?

On Linux, for each process, I can check /proc/PID/statm file. It's numbers contain values of: Total program size, in kilobytes Size of memory portions, in kilobytes ?????? Number of pages that are ...
1
vote
2answers
208 views

HTML pages getting 'cut off' CGI/Perl

I noticed a problem with web pages getting 'cut off' with a Perl/CGI based proprietary application I administer on a server running Apache 2.2. This lead me to investigate the problem further by ...
0
votes
3answers
685 views

How to create custom 404 error page for all users in apache?

I need to create 404 error pages but it should be usable for all of users, If I use ErrorDocument 404 /404.php it will display "Additionally, a 404 Not Found error was encountered while trying to use ...