The page tag has no wiki summary.
0
votes
1answer
196 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
50 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
93 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
105 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
2answers
479 views
How to change default page in plesk
How can I change Plesk default page. How can I change page which is set on http://xx.xx.xx.xx where is default Plesk page.
0
votes
1answer
72 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
135 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
320 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
274 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
217 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 ...
0
votes
2answers
263 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?
7
votes
2answers
2k 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
419 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
112 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
167 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
490 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 ...