Hi all.
Managed to solve the issue :)
Initially, I had been loading ssl-module manually in
"/etc/apache2/sites-available/default". As a result, the condition check
"" was not passing in "/etc/apache2/ports.conf".
Now, I loaded the module via "a2enmod ssl"; thus causing the "" condition to be tru
Oops
--On 8 September 2012 22:52:29 +0100 Alex Bligh wrote:
I have a module with two threads running under MPM worker on Apache 2.2.
That should have read mpm-prefork
Alex
Is it safe for one thread 1 to call:
ap_filter_t *of = r->connection->output_filters;
ap_fwrite(of, …. );
ap_ff
I have a module with two threads running under MPM worker on Apache 2.2.
Is it safe for one thread 1 to call:
ap_filter_t *of = r->connection->output_filters;
ap_fwrite(of, …. );
ap_fflush(of, …..);
whilst thread 2 is calling:
bb = apr_brigade_create(r->pool, r->connection->bucket_alloc);
a
Ubuntu 12.04
Apache 2.2.22
Hello,
I need to run several instances of an application (OpenERP) on the same
server.
I really don't know much about Apache.
Should I use virtual hosts ?
Should I use reverse proxy ?
Best regards,
Bill
---
I am getting a very occasional segfault in ap_core_output_filter. By
'very occasional' I mean after watching ten minutes of youtube video
over VNC with vnc streamed through websockets through apache. I'm
wondering what is the best way to debug this.
I'm running
apache2-mpm-prefork 2.2.14-5ubuntu8