Hi,

I want to set up a VOMS server for testing purposes. I installed VOMS trough
the VDT package with pacman:

------------------------
/opt/vdt# pacman -get http://vdt.cs.wisc.edu/vdt_161_cache:VOMS
[...]
Would you like to enable the VOMS server to run automatically?

Possible answers:
    y: Yes, I want the service to run automatically (once enabled)
    n: No, I do NOT want the service to run automatically

Note: Services are enabled with vdt-control; see 'post-install/README'.

Y
[...]
opt/vdt# vdt-control --on
enabling cron service fetch-crl... no crontab for root
ok
enabling init service mysql... ok
enabling cron service vdt-rotate-logs... ok
enabling init service apache... FAILED! (see vdt-install.log)
enabling init service tomcat-5... ok
---------------

Apache failed to start because SSL configuration was not correct, so I
created certificates for it and edited
/opt/vdt/apache/conf/extra/httpd-ssl.conf to point to my certs:
----------------
SSLCertificateKeyFile /etc/grid-security/http/pc12676.key
SSLCertificateChainFile /opt/vdt/apache/conf/pc12676.crtchain
SSLCACertificatePath /opt/vdt/globus/TRUSTED_CA
----------------


Now apache loads:
-----------------

# vdt-control --on
enabling cron service fetch-crl... ok
enabling init service mysql... ok
enabling cron service vdt-rotate-logs... ok
enabling init service apache... ok
enabling init service tomcat-5... ok
------------------



Now I'm a little bit confused as where to continue the configuration.
Basically I just want to have a running VOMS-Server that contains 2 sample
users. Furthermore I would like to use the voms-proxy-init command to obtain
a proxy with the extended data from the VOMS server.

Can anyone give me a hint where to configure the VOMS-Server and the Client?


-Dennis Meier

Reply via email to