Regarding OpenCA specific httpd.conf entries for OpenCA 0.8.1.

I have been unsuccessful creating working VirtualHost entries for my server
config.  I am trying to implement a 'make all'. Which is "not recommended"
but is also presumably not broken.

Could someone who has succesfully installed 'make all' please post their
configure options and httpd.conf file so that I can see where I went wrong?

I basically don't know how to implement VirtualHosting for SSL virthosts.

I tried replicating the entire VirtualHost directive that is currently
labeled _default_:443 and giving a name to each,
ie. <VirtualHost ra:443> ... </VirtualHost>, <VirtualHost
ca:443>...</VirtualHost> but that caused a cryptic error message in the
system log and neither was accessable:

[error] [client 129.81.119.24] Invalid method in request j

My current config:

./configure \
--with-base-url=ca.tcs.tulane.edu \
--with-org="Tulane University Test CA" \
--with-country=US \
--with-loc="New Orleans" \
--with-ldap-url=green.tcs.tulane.edu \
--with-engine=/usr/local/ssl \
--with-user=nobody \
--with-group=nobody \
--with-ca-htdocs=/usr/local/apache/htdocs/ca \
--with-ca-cgi=/usr/local/apache/cgi-ca \
--with-raserver-htdocs=/usr/local/apache/htdocs/ra \
--with-raserver-cgi=/usr/local/apache/cgi-ra \
--with-public-htdocs=/usr/local/apache/htdocs/public \
--with-public-cgi=/usr/local/apache/cgi-public \
--with-ldap-root=cn="Directory Manager" \
--with-ldap-root-pwd=not_real-

Thank you for the help.

Chris



_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to