[us...@httpd] How to Insert client cert attributes?

2010-03-12 Thread Andre Rodrigues
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

Re: [us...@httpd] Apache config assessment

2009-10-15 Thread Andre Rodrigues
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

Re: [us...@httpd] virtualhost doubt

2009-10-15 Thread Andre Rodrigues
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 > > > >

[us...@httpd] Apache config assessment

2009-10-14 Thread Andre Rodrigues
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é _

[us...@httpd] virtualhost doubt

2009-10-13 Thread Andre Rodrigues
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

Re: [us...@httpd] Direct access to nodes via single virtualhost

2009-10-05 Thread Andre Rodrigues
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)

Re: [us...@httpd] Direct access to nodes via single virtualhost

2009-10-05 Thread Andre Rodrigues
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

[us...@httpd] Direct access to nodes via single virtualhost

2009-10-05 Thread Andre Rodrigues
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?

[us...@httpd] [virtual host - jkmount]Infra structure refactoring

2009-10-02 Thread Andre Rodrigues
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