On 2/9/2024 12:58:15, joe a wrote:
I have apache configured as a reverse SSL proxy.
Users connecting to the back end service are warned about the
certificate, which, when installed shows the cert has the domains of the
apache hosted site, not the proxy site. The apache hosted site/domains
On 2/8/2024 22:52:59, joe a wrote:
On 2/5/2024 14:19:24, joe a wrote:
On 2/5/2024 13:24:22, Frank Gingras wrote:
On Mon, Feb 5, 2024 at 1:20 PM joe a <mailto:joea-li...@j4computers.com>> wrote:
On 2/5/2024 11:58:55, Frank Gingras wrote:
>
>
> On Mon,
I have apache configured as a reverse SSL proxy.
Users connecting to the back end service are warned about the
certificate, which, when installed shows the cert has the domains of the
apache hosted site, not the proxy site. The apache hosted site/domains
names have their own valid certificates
On 2/8/2024 23:58:07, Frank Gingras wrote:
. . .
There are some issues accessing from off premises, that is, when
requests are entering via the internet facing router. Like 301 and 400
errors.
Configuration is like this:
Internet router->
server-with-apache-redirect-t
On 2/5/2024 14:19:24, joe a wrote:
On 2/5/2024 13:24:22, Frank Gingras wrote:
On Mon, Feb 5, 2024 at 1:20 PM joe a <mailto:joea-li...@j4computers.com>> wrote:
On 2/5/2024 11:58:55, Frank Gingras wrote:
>
>
> On Mon, Feb 5, 2024 at 11:55 AM jo
On 2/5/2024 13:24:22, Frank Gingras wrote:
On Mon, Feb 5, 2024 at 1:20 PM joe a <mailto:joea-li...@j4computers.com>> wrote:
On 2/5/2024 11:58:55, Frank Gingras wrote:
>
>
> On Mon, Feb 5, 2024 at 11:55 AM joe a mailto:joea-li...@j4computers.com>
On 2/5/2024 11:58:55, Frank Gingras wrote:
On Mon, Feb 5, 2024 at 11:55 AM joe a <mailto:joea-li...@j4computers.com>> wrote:
In a case where there is only one available incoming IP, is there a
way,
within apache, to host different domains, each on its own internal
In a case where there is only one available incoming IP, is there a way,
within apache, to host different domains, each on its own internal
server, without requiring the external "calling browser" being any the
wiser? That is, without requiring the browser to "ask again" in a
different manner?
i did
test -f /proc/net/if_inet6 && echo "Running kernel is IPv6 ready"and it printed out the text fine
On 11/9/05, Joe A <[EMAIL PROTECTED]> wrote:
the parent process is running as root, the children are running as nobody.
how can i tell if i have IPv6 stack installed?
]> wrote:
Are you starting as root? (it's a privilaged port).Do you have the IPv6 stack installed? Is this an IPv6 build of httpd?Joe A wrote:> noone has seen this before?>> On 10/26/05, *Joe A* <
[EMAIL PROTECTED] [EMAIL PROTECTED]>> wrote:>> I noticed th
noone has seen this before?On 10/26/05, Joe A <[EMAIL PROTECTED]> wrote:
I noticed these entries in my Apache2 error_log file this
evening. I would greatly appreciate it if someone could fill me
in as to what it means.
[Wed Oct 26 19:49:37 2005] [warn] (99)Cannot assign requested a
turns out apache was auto loading an ssl.conf from conf.d without me
knowing about it. im gona edit that file instead
-joe
On 11/4/05, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote:
> Sean Brown wrote:
> > It's my understanding that the SSL Certificate is bound to the IP of
> > the site, NOT the
> If you change the filestructure on the new machine, you need to define the
> > path to the cert and key in the SSLCertificateFile and
> > SSLCertificateKeyFile directives.
> >
> > Rgds,
> > Owen Boyle
> > Disclaimer: Any disclaimer attached to this mess
i have a machine that has apache2 and ssl setup on domain.com
i
want to replace that machine with a new one ... do i have to request a
new certificate or is there an easy way to copy the certificate to the
new machine that will be replacing the old one as the server for
domain.com?
anyone know of a good web app (open source preferably) that tells you
your server's vital signs and php execution time, mysql, etc ?
I noticed these entries in my Apache2 error_log file this
evening. I would greatly appreciate it if someone could fill me
in as to what it means.
[Wed Oct 26 19:49:37 2005] [warn] (99)Cannot assign requested address: connect to listener on [::]:443
[Wed Oct 26 21:02:36 2005] [warn] (99)Cannot as
if i want to make all apache requests that access
http://www.domain.com/folder/* to be redirected to
http://www.domain.com/someotherfolder/, is there a way i can do that
using symlinks and not have to edit apache.conf or make any .htaccess
files?
cool that's interesting i'll check it outOn 10/19/05, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 10/19/05, Joe A <[EMAIL PROTECTED]> wrote:> oh ok, i guess you are talking about using top to find an httpd process with> high cpu? then how do i attach a debugger to
oh ok, i guess you are talking about using top to find an httpd process with high cpu? then how do i attach a debugger to it?On 10/19/05, Joshua Slive <
[EMAIL PROTECTED]> wrote:On 10/19/05, Joe A <
[EMAIL PROTECTED]> wrote:> joshua,>> what do u mean by "shows a proc
joshua,
what do u mean by "shows a process on cpu"?On 10/19/05, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 10/19/05, Joe A <[EMAIL PROTECTED]> wrote:
> What would cause apache2 to occasionally become unresponsive? SAR isn't> reporting any heavy load for the
What would cause apache2 to occasionally become unresponsive? SAR isn't
reporting any heavy load for the 10 minute period during which it
crashed... apparently when it was unresponsive there was "just one
single apache thread running"
on win2k3 server ie 6.0.3790 only, when i try to click an https link
from our https page it hangs, but if i reload it it works. we are
using apache 2.0
i have this in the ssl conf but its not helping
SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-
Aaron, what are the two threads? I know the linux ver just has a parent
thread and then new children thread are created as needed or whatever,
how is the win version different?
The windows version also runs under just 2 threads. All the responsesare under a single PID, which can be an issue a you
165 #ifndef
PEM_F_DEF_CALLBACK166 #define
PEM_F_DEF_CALLBACK PEM_F_DEF_CB167 #endif
http://lxr.webperf.org/source.cgi/modules/ssl/ssl_toolkit_compat.h#179On 7/24/05,
hunter <[EMAIL PROTECTED]> wrote:
My WIN32 build of Apache 2.0.54 fails with the following error whilecompiling with OpenSSL 0.9.
Does the Win32 version of Apache have a parent process that is running
on an administrator account and the children processes are guest
accounts and are the only ones sending/receiving to and from the
Internet?
Thanks,
Joe
25 matches
Mail list logo