Dear Users,
what is the recommended way to achive the following:
Client-with-Smartphone -> domain:443(Apache) --> internal server (webmail:443)
We want to configure Apache2 as SSL-Proxy but are unsure which modules are
required and if mod_ssl is required at all?
Please bring some light into t
On Mon, May 14, 2012 at 1:47 AM, Evgeny Shvidky wrote:
> Hi,
>
> Thank you for a quick answer.
> Your suggestion is interesting but it doesn't meet exactly my needs.
> The problem that this callback will be called after every HTTP session even
> if my module sent response to a user.
> Can I regis
On 14/05/2012 13:17, Stefan Bauer wrote:
Dear Users,
what is the recommended way to achive the following:
Client-with-Smartphone -> domain:443(Apache) --> internal server (webmail:443)
You can install Apache on a system to strip the SSL layer, but in the
diagram above it appears that your in
-Ursprüngliche Nachricht-
Von:Giles Coochey
Gesendet: Mo 14.05.2012 14:45
Betreff:Re: [users@httpd] apache as ssl-proxy - recommended way?
Anlage: untitled
An: users@httpd.apache.org;
> On 14/05/2012 13:17, Stefan Bauer wrote:
> > Dear Users,
> >
> > what is the reco
On 14/05/2012 14:26, Stefan Bauer wrote:
thank you for your answer. Unfortunately we want to have several machines
behind the proxy. So if i understood you correctly, mod_ssl is required for
mod_proxy even though we _only_ want to forward specific requests like .. ?
domain:443/webmail --> we
Hi all,
Recently I found out one server generating alot of load on our storage.
I did a few steps to narrow down what is the cause and what might be a solution.
As first I used iostat to get what device is using most IO:
Linux 2.6.18-274.7.1.el5 (hostname) 05/14/2012
avg-cpu: %user %ni
Hi all,
Recently I found out one server generating alot of load on our storage.
I did a few steps to narrow down what is the cause and what might be a solution.
As first I used iostat to get what device is using most IO:
Linux 2.6.18-274.7.1.el5 (hostname) 05/14/2012
avg-cpu:
Hello Everyone,
I've run into a problem where Apache Hangs after several requests when proxying
some Java based dashboards. Pretty consistently, the dashboard loads fine the
first four or five times, on the next time Apache is hung.It just stops
responding to all requests, including the sta
Hi,
I have two Apache reverse proxy servers (v2.2.22, Redhat RHEL v6.2, X86_64)
running on the same system for different purposes (I have no choice). When I
shutdown the smaller (less resources such as maximum users, etc.) Apache
reverse proxy server on the host and tried to start it last week,
Hello,
I am having a problem with subdirectories in cgi-bin.
Scripts like 'cgi-bin/user.pl' executes fine, but if I move it to
'cgi-bin/something/user.pl' it stops working.
I'm using the default centos-5.8 httpd.conf file:
ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
AllowOverride None
Op
At 16:03 -0700 5/14/12, Téssio Fechine wrote:
>Hello,
>I am having a problem with subdirectories in cgi-bin.
>Scripts like 'cgi-bin/user.pl' executes fine, but if I move it to
>'cgi-bin/something/user.pl' it stops working.
>
>I'm using the default centos-5.8 httpd.conf file:
>
>ScriptAlias /cgi-bi
The weblogic plugin also has option to debug. Have you verified the plugin
does not show the error?
Add Debug ALL and by default it should log to /tmp directory.
Are you able to serve content in other directories that may have content
locally stored on Apache and that do not trigger plugin?
On
Include
Options +ExecCGI
SetHandler cgi-script
in your Directory stanza.
Igor
On Tue, May 15, 2012 at 9:03 AM, Téssio Fechine wrote:
> Hello,
> I am having a problem with subdirectories in cgi-bin.
> Scripts like 'cgi-bin/user.pl' executes fine, but if I move it to
> 'cgi-bin/s
I mean
Options +ExecCGI
SetHandler cgi-script
AllowOverride None
Order allow,deny
Allow from all
On Tue, May 15, 2012 at 2:11 PM, Igor Cicimov wrote:
> Include
>
> Options +ExecCGI
> SetHandler cgi-script
>
> in your Directory st
Hi,
in httpd.conf each virtual host has
...
php_admin_value open_basedir "/usr/local/lib/php/:/srv/foo.net/"
php_admin_value upload_tmp_dir /srv/foo.net/tmp/
...
But a phpmailer script is complain
PHP Warning: Unknown: open_basedir restriction in effect. File(/tmp)
is not within the allowed pat
15 matches
Mail list logo