It is the step by step I installed (http://www.openca.info/docs/howto/OpenCAInstallSubCAAndDataExchange-FC3.html):
#groupadd openca #useradd -g openca -u 1201 openca #./configure --with-openca-user=openca --with-openca-group=openca --with-web-host=192.168.0.1 --with-httpd-user=apache --with-httpd-group=apache --with-httpd-fs-prefix=/usr/local/OpenCA/www --with-module-prefix=/usr/local/OpenCA/perlmods #make #make install-ca #make install-ra #make install-pub #make install-online #make install-ca #/usr/local/OpenCA/etc/configure_etc.sh #openca_start (in /usr/local/OpenCA/etc/) Point a browser to http://192.168.0.1/ca/ it show error:OpenCA Error: Server is not online or does not accept requests (/usr/local/OpenCA/var/tmp/openca_socket - /usr/local/OpenCA/var/tmp/openca_socket). 0 then I test as below: [EMAIL PROTECTED] bin]# ls -la /usr/local/OpenCA/var/tmp/openca_socket srwxr-xr-x 1 apache apache 0 Jul 24 18:45 /usr/local/OpenCA/var/tmp/openca_socket and then I did: [EMAIL PROTECTED] etc]# chmod 777 /usr/local/OpenCA/var/tmp/openca_socket [EMAIL PROTECTED] etc]# chown apache:apache /usr/local/OpenCA/var/tmp/openca_socket But it is still error. Very dificult for me to sovle, please help me. Thanks you very much your reply. -- View this message in context: http://www.nabble.com/Why-is-Server-is-not-online-or-does-not-accept-requests---tf1991076.html#a5466067 Sent from the openca-users forum at Nabble.com. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Openca-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openca-users
