Right now using Apache 2.0.54 and mod_jk to connect with Tomcat 5.0.28.
We have a requirement that the pages served by tomcat be php, these
pages should then be handled by mod_php then sent back to the
client. Is this possible? If so what should I be using. I've been
playing around with no
sounds like a firewall issue, is port 443 accessible through your
firewall?
On 6-Jun-06, at 1:29 PM, Marcos R. Cardoso wrote:
Ok, guys, I've found out the problem and solved it. I was really
calling twice the ssl.conf from inside the httpd.conf (how couldn't
I notice that?), so I'm impo
Bill,Can't send you a sample of my working config files but I'll try and give you a little help. Have you tried to put multiple Listen directives into your single conf file? I still have seperate conf files using httpd.conf and ssl.conf. I have a Listen directive in each.Something like this shou
1st, regarding an earlier comment in this thread... it matters what your platform is: In a windows environment (as far as I could tell after 2-days worth of messing around with configs... ), you cannot actually have name-based v-hosting on port 80, as well as a single SSL v-host on 443, unless you
On 17-Mar-06, at 5:29 AM, Boyle Owen wrote:
-Original Message-
From: Markus Mayer [mailto:[EMAIL PROTECTED]
Sent: Freitag, 17. März 2006 11:18
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Are multiple ok with wildcard cert ?
Then it seems I will have to find our more abo
Actually it is possible since a wildcard certificate is being used
As long as each virtual host is valid for that certificate everything
will work.
Example wildcard certificate for *.mydomain.com
and the following virtual hosts
ServerName www.mydomain.com
...
S
Hello everyone,
When a browser makes a conditional request to see if a resource it has
cached has changed, and that resource has not changed will that request
be logged by apache and show the proper response code of 304?
I am trying to figure out why a browser is not receiving updated js
fil