[EMAIL PROTECTED] Dynamically creating php files and serving in apache

2006-08-15 Thread Ryan McDonald
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

Re: [EMAIL PROTECTED] VirtualHost

2006-06-06 Thread Ryan McDonald
 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

Re: [EMAIL PROTECTED] VirtualHost

2006-06-06 Thread Ryan McDonald
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

Re: [EMAIL PROTECTED] Are multiple VirtualHost *:80 *:443 ok with wildcard cert ?

2006-03-17 Thread Ryan McDonald
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 VirtualHost *:80 *:443 ok with wildcard cert ? Then it seems I will

Re: [EMAIL PROTECTED] Re: Are multiple VirtualHost *:80 *:443 ok with wildcard cert ?

2006-03-16 Thread Ryan McDonald
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 VirtualHost *:80 *:443 ServerName www.mydomain.com