Hi,

I had similar problem in the past. The problem was that apache user didn't 
have enough privileges for $OPENCA/var/ directory (and its 
subdirectories), where $OPENCA is the directory in which openca was 
installed.
In your case the user running your web server seems to be user the 
'nobody' (Group ID=99, User ID=99). 
I solved this problem in the following way:
1) added user openca ('adduser openca')
2) modified the entries for User and Group in my apache configuration file 
(httpd.conf) to look as follows:
User openca
Group openca
3) changed owner and group of directory $OPENCA/var to openca ('chown 
openca $OPENCA/var'; 'chgrp openca $OPENCA/var')

You could try this provided you are running apache web server.

Hope this helps,
Arsen.


 On Wed, 12 Sep 2007 [EMAIL PROTECTED] wrote:

> Hello All,
> 
> On a RH WS 4.0 machine I cannot get OpenCA to run.  It starts and then stops 
> with nothing helpfull in any log.  Via https:127.0.0.1/ca/ca I get Server is 
> not online or does not accept requests.  So, the initCGI runs but OpneCA is 
> not running.
> 
> stederr.log says:
> 
> 2007/09/12-12:11:06 OpenCA::Server (type Net::Server::Fork) starting! 
> pid(8258) 
> Binding to UNIX socket file /usr/local/OpenCA/var/tmp/openca_socket using 
> SOCK_STREAM 
> Setting gid to "99 99" 
> Setting uid to "99"
> 
> If someone could tell me how to troubleshoot this I would greatly appreciate 
> it.
> 
> Thanks,
> Robert A. Ober
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Openca-Users mailing list
> Openca-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/openca-users
> 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Openca-Users mailing list
Openca-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to