On 09/12/2011 11:14 PM, dhottin...@harrisonburg.k12.va.us wrote:
I moved the apc.php file where I could access through my browser and
accessing it causes my server to seg fault. Is there anyway to keep from
using apc? Im not seeing it in my php.ini files.
thanks again for all the help.
It coul
I moved the apc.php file where I could access through my browser and
accessing it causes my server to seg fault. Is there anyway to keep
from using apc? Im not seeing it in my php.ini files.
thanks again for all the help.
--
Dwayne Hottinger
Network Administrator
Harrisonburg City Public
On Mon, Sep 12, 2011 at 1:01 PM, J.Lance Wilkinson wrote:
[ ... ]
>
>Actually, I *AM* trying to AUTHENTICATE with it. I have a directory
>that contains content that is to only be accessed by individuals who
>have paid a specific fee. I want HTTPD to only offer that
> di
Terry Carmen wrote:
Quoting "J.Lance Wilkinson" :
> Terry Carmen wrote:
>>
>>
>> Quoting "J.Lance Wilkinson" :
>>
>> > I'm looking for a VERY SIMPLE single value authentication module
>> (like BASIC
>> > Authentication, but only a USER ID, no prompt for PASSWORD) for
>> Apache 2.2.x.
Quoting "J.Lance Wilkinson" :
> Terry Carmen wrote:
>>
>>
>> Quoting "J.Lance Wilkinson" :
>>
>> > I'm looking for a VERY SIMPLE single value authentication module
>> (like BASIC
>> > Authentication, but only a USER ID, no prompt for PASSWORD) for
>> Apache 2.2.x.
>> > User IDs that will be use
Terry Carmen wrote:
Quoting "J.Lance Wilkinson" :
> I'm looking for a VERY SIMPLE single value authentication module
(like BASIC
> Authentication, but only a USER ID, no prompt for PASSWORD) for
Apache 2.2.x.
> User IDs that will be used are going to be long numeric transaction ids
> p
Quoting "J.Lance Wilkinson" :
> I'm looking for a VERY SIMPLE single value authentication module (like BASIC
> Authentication, but only a USER ID, no prompt for PASSWORD) for Apache 2.2.x.
> User IDs that will be used are going to be long numeric transaction ids
> provided by an external e-commer
I'm looking for a VERY SIMPLE single value authentication module (like BASIC
Authentication, but only a USER ID, no prompt for PASSWORD) for Apache 2.2.x.
User IDs that will be used are going to be long numeric transaction ids
provided by an external e-commerce site.
I'm willing to use a forms-b
I'm certainly no expert, but have you run a memory test on this server?
Maybe it's a red herring, but the "Failed to read a valid object file
image from memory" message and the fact that it's started crashing
suddenly after working for 3 years would make me suspicious. If you
don't have time to
#0 0x0076be96 in apc_shm_create () from /usr/lib/php/modules/apc.so
...
Check your utilization of the apc-cache (there's a APC.PHP interface
for this >that comes with the module i think).
Verify in your php.ini that you have sane values for
apc.shm_segments and >apc.shm_size. Could it be tha
Hi,
Though I'm not an expert on analyzing core dump, but following message:
Can't read pathname for load map: Input/output error
might give some clue about I/O error. You might have shared some remote
directory / files, which is inaccessible during the processing.
Thanks,
PK
On Mon, Sep 12, 2
I recently started get seg faults on a production server that has been
online for 3 years now. At first I was convinced it was a faulty php
script in one of the cms sites, but now it seems to happen fairly
often. I actually used a little bash script that restarts apache when
it sees the s
On 09/12/2011 03:02 PM, dhottin...@harrisonburg.k12.va.us wrote:
...
#0 0x0076be96 in apc_shm_create () from /usr/lib/php/modules/apc.so
...
Check your utilization of the apc-cache (there's a APC.PHP interface for
this that comes with the module i think).
Verify in your php.ini that you have s
Ho can I solve this error( taken from the Apache2 log)
*** glibc detected *** (wsgi:myweb: double free or corruption (!prev):
0x089e87c0 ***
=== Backtrace: =
/lib/i686/cmov/libc.so.6[0xb7dba624]
/lib/i686/cmov/libc.so.6(cfree+0x96)[0xb7dbc826]
/usr/lib/libmysqlclient_r.so.15(m
14 matches
Mail list logo