Hi,
I need to generate client certs and include some information on them. How to do
it?
I inserted the following line in the [ req_attributes ] section of my
/etc/ssl/openssl.cnf, just after the unstructuredName tag
cpfNumber = CPF Number
But when I generate the
d, October 14, 2009 3:45:32 PM
Subject: Re: [us...@httpd] Apache config assessment
Andre Rodrigues wrote:
> Hi,
>
> I´ve made an apache lab config using ssl, jkmount and other stuffs.
> But, I have some doubts:
>
> 1- How can I improve my config?
we cannot answer that w
create two VirualHost entries in which case
you can redirect the logs to different locations.
On Tue, Oct 13, 2009 at 11:35 PM, Andre Rodrigues
wrote:
> Hi,
>
> I´ve configured a virtualhost like this:
>
>
>
> ServerName portal
>
> # SSL config
>
>
>
>
Hi,
I´ve made an apache lab config using ssl, jkmount and other stuffs.
But, I have some doubts:
1- How can I improve my config?
2- Is there anything missing?
3- Can I do the same with less config lines?
Finally, is there a way to make a config assessment?
Thanks,
André
_
Hi,
I´ve configured a virtualhost like this:
ServerName portal
# SSL config
JkMount /app dmb
JkMount /app2 dmb
Errorlog /var/log/apache2/app-error_log
If user types http://portal/app the Errorlog would be "Errorlog
/var/log/apache2/app-error_log".
OR
If user type http://portal/app
t 3:19 PM, Andre Rodrigues
> wrote:
>
>> I would like to make single virtualhost and access the two nodes, is it
>> possible?
>
> One way you could do this is to use plain http between your apache and
> your tomcat (in stead of mod JK). That has two advantages:
> 1)
en
To: users@httpd.apache.org
Sent: Monday, October 5, 2009 10:25:57 AM
Subject: Re: [us...@httpd] Direct access to nodes via single virtualhost
On Mon, Oct 5, 2009 at 3:19 PM, Andre Rodrigues
wrote:
> I would like to make single virtualhost and access the two nodes, is it
> possible
Hi,
I have an Apache that redirects via JkMount to two tomcat instances.
They are accessed through different virtualhosts:
ServerName appnode1
JkMount /app node1
ServerName appnode2
JkMount /app node2
I would like to make single virtualhost and access the two nodes, is it
possible?
Hi,
I need to modify apache config to accomplish the following characteristcis:
1- Have one domain with digital certificate.
2- Transform the production domains into applications below the domain.
I´ve set up a virtualhost to accomplish the task 1, it works ok. But I´m stuck
in refactoring th