Entries Tagged as 'Apache'
November 5th, 2007 1:47 pm · No Comments
From a Drupal install, got a blank page when logging in….
[Mon Nov 05 13:20:36 2007] [error] [client 71.139.36.123] PHP Fatal error:
Allowed memory size of 16777216 bytes exhausted (tried to allocate 92160 bytes) in
/home/someuser/public_html/modules/event/event_timezones.inc on line 331, referer: http://example.com/
Up the memory in php.ini a few MB, restart httpd and all was working..
These icons link to social [...]
These icons link to social bookmarking sites where readers can share and discover new web pages.
[Read more →]
Tags: Apache · Drupal · Linux · PHP
September 15th, 2007 4:12 am · 12 Comments
I was tinkering with Apache SSL - and got the following error:
[Sat Sep 15 05:05:33 2007] [error] [client 61.219.39.67] Invalid method in request \x16\x03\x01
Turned out to be a wrong IP address for that host - I had changed the IP for the host in some places, but not another - fixed and working now in [...]
These icons link to social bookmarking sites where readers can share and discover new web pages.
[Read more →]
Tags: Apache
January 4th, 2007 3:35 pm · No Comments
Virtual hosting is simple to set up in XP - but picky..
* I have a software folder where I keep all my downloaded SW - it got pretty big and I wanted to move it to another partition. To have it seen correctly in apache, I created a virtual host for it - this [...]
These icons link to social bookmarking sites where readers can share and discover new web pages.
[Read more →]
Tags: Apache
December 29th, 2006 4:01 pm · No Comments
Apache was crashing and in the error log was:
[warn] (OS 995)The I/O operation has been aborted because of either a thread exit or an application request. : winnt_accept: Asynchronous AcceptEx failed
The solution from here was increasing the max requests per child from 30 (I set this) to 10000.
Here is the section [...]
These icons link to social bookmarking sites where readers can share and discover new web pages.
[Read more →]
Tags: Apache · QT
October 30th, 2006 1:39 pm · No Comments
Apachelounge.com has the Apache binaries with mod_ssl support compiled in. These are my notes and such from the install - and thank you to the poeple at Apache lounge for their work.
1. Install Apache 2.2.3 in another directory, leaving the existing install as is. I now have Apache2 and Apache2.2.3 directories, and [...]
These icons link to social bookmarking sites where readers can share and discover new web pages.
[Read more →]
Tags: Apache