hi, version openca:0.9.3 rc1 SO:ubuntu 7,6 I install without problems but when
I go to enter in the interface he appears The requested URL /cgi-bin/ca/ca was
not found on this server.-------------------------------------------in
config.log the directories of the cgi (ra, ca, pub) is
ok:PATH_SEPARATOR=':'PERL='/usr/bin/perl'PERL_MAKEFILE_OPTS='PREFIX=/usr/local/openra/modules/perl5
LIB=/usr/local/openra/modules/perl5
INSTALLMAN1DIR=/usr/local/openra/modules/man/man1
INSTALLMAN3DIR=/usr/local/openra/modules/man/man3'POD2MAN='/usr/bin/pod2man'PWD='/home/freenet/Desktop/openca-0.9.3-rc1'SED='/bin/sed'SET_MAKE=''SHELL='/bin/bash'TAR='/bin/tar'TODAY='20070606'VERSION='0.9.3-rc1'ac_ct_CC='gcc'batch_cgi_fs_prefix='/usr/local/openra/httpd/cgi-bin/batch'batch_htdocs_fs_prefix='/usr/local/openra/httpd/htdocs/batch'batch_prefix='batch'bindir='${exec_prefix}/bin'build_alias=''build_dir=''ca_cgi_fs_prefix='/usr/local/openra/httpd/cgi-bin/ca'ca_htdocs_fs_prefix='/usr/local/openra/httpd/htdocs/ca'ca_prefix='ca'cert_chars='LATIN1'cgi_fs_prefix='/usr/local/openra/httpd/cgi-bin'cgi_url_prefix='/cgi-bin'configure_sendmail='/usr/lib/sendmail
-n -t
'datadir='${prefix}/share'db_host='openca'db_name='openca'db_namespace='openca'db_passwd='openca'db_port='5432'db_type='Pg'db_user='openca'dist_group='openca'dist_user='madwolf'etc_prefix='/usr/local/openra/openca/etc'exec_prefix='/usr/local/openra'host_alias=''htdocs_fs_prefix='/usr/local/openra/httpd/htdocs'htdocs_url_prefix=''httpd_group='www-data'httpd_user='www-data'includedir='${prefix}/include'infodir='${prefix}/info'ldap_cgi_fs_prefix='/usr/local/openra/httpd/cgi-bin/ldap'ldap_htdocs_fs_prefix='/usr/local/openra/httpd/htdocs/ldap'ldap_prefix='ldap'lib_prefix='/usr/local/openra/openca/lib'libdir='${exec_prefix}/lib'libexecdir='${exec_prefix}/libexec'localstatedir='${prefix}/var'mandir='${prefix}/man'module_prefix='/usr/local/openra/modules'node_cgi_fs_prefix='/usr/local/openra/httpd/cgi-bin/ra-node'node_htdocs_fs_prefix='/usr/local/openra/httpd/htdocs/ra-node'node_prefix='ra-node'oldincludedir='/usr/include'openca_group='root'openca_prefix='/usr/local/openra/openca'openca_user='root'openssl_cflags=''openssl_libs='-lcrypto
-lssl'openssl_prefix=''package_build='no'perl_use_lib='use lib
'/usr/local/openra/modules/perl5';'prefix='/usr/local/openra'program_transform_name='s,x,x,'pub_cgi_fs_prefix='/usr/local/openra/httpd/cgi-bin/pub'pub_htdocs_fs_prefix='/usr/local/openra/httpd/htdocs/pub'pub_prefix='pub'ra_cgi_fs_prefix='/usr/local/openra/httpd/cgi-bin/ra'ra_htdocs_fs_prefix='/usr/local/openra/httpd/htdocs/ra'ra_prefix='ra'sbindir='${exec_prefix}/sbin'scep_cgi_fs_prefix='/usr/local/openra/httpd/cgi-bin/scep'scep_prefix='scep'------------------------------------------------
in error.log of the apache [ Wed error Jun 6 12:39:14 2007 appears the error ]
[ ] [ client 127.0.0.1 ] script not found or unable you stat:
/usr/lib/cgi-bin/caconfiguration of ra:./configure \
--prefix=/usr/local/openra \ --with-httpd-user=www-data \
--with-httpd-group=www-data \ --with-openca-prefix=/usr/local/openra/openca \
--with-etc-prefix=/usr/local/openra/openca/etc \
--with-httpd-fs-prefix=/usr/local/openra/httpd \
--with-module-prefix=/usr/local/openra/modules \ --with-node-prefix=ra-node \
--with-engine=no \ --with-web-host=localhost \ --enable-ocspd \ --enable-dbi
\ --enable-rbac \ --with-hierarchy-level=ramakemake
install-onlineconfiguration of ca:make distclean ./configure \
--prefix=/usr/local/openca \ --with-httpd-user=www-data \
--with-httpd-group=www-data \ --with-openca-prefix=/usr/local/openca/openca \
--with-etc-prefix=/usr/local/openca/openca/etc \
--with-httpd-fs-prefix=/usr/local/openca/httpd \
--with-module-prefix=/usr/local/openca/modules \ --with-node-prefix=ca-node \
--with-engine=no \ --with-web-host=localhost \ --enable-ocspd \ --enable-dbi
\ --enable-rbac \ --with-hierarchy-level=ca make make
install-offline--------------------------------------------------configuration
apache:## Openca block## CA AliasesAlias /ca
/usr/local/openca/httpd/htdocs/ca/Alias /ca-node
/usr/local/openca/httpd/htdocs/ca-node/ScriptAlias /cgi-bin/ca/
/usr/local/openca/httpd/cgi-bin/ca/ScriptAlias /cgi-bin/ca-node/
/usr/local/openca/httpd/cgi-bin/ca-node/# RA AliasesAlias /ra
/usr/local/openra/httpd/htdocs/ra/Alias /pub
/usr/local/openra/httpd/htdocs/pub/Alias /ra-node
/usr/local/openra/httpd/htdocs/ra-node/ScriptAlias /cgi-bin/ra/
/usr/local/openra/httpd/cgi-bin/ra/ScriptAlias /cgi-bin/pub/
/usr/local/openra/httpd/cgi-bin/pub/ScriptAlias /cgi-bin/ra-node/
/usr/local/openra/httpd/cgi-bin/ra-node/<Directory
"/usr/local/openca/httpd/cgi-bin/"> AllowOverride None Options
ExecCGI Order allow,deny Allow from all</Directory><Directory
"/usr/local/openra/httpd/cgi-bin/"> AllowOverride None Options
ExecCGI Order allow,deny Allow from all</Directory><Directory
"/usr/local/openca/httpd/htdocs/"> AllowOverride None Options
FollowSymLinks Indexes Order allow,deny Allow from
all</Directory><Directory "/usr/local/openra/httpd/htdocs/"> AllowOverride
None Options FollowSymLinks Indexes Order allow,deny Allow from
all</Directory><Location "/pub"> Order allow,deny Allow from
all</Location><LocationMatch "^/cgi-bin/pub"> Order allow,deny Allow
from all</LocationMatch><Directory "/usr/local/openra/httpd/htdocs/pub/">
AllowOverride None Options FollowSymLinks Indexes Order allow,deny
Allow from all</Directory><Directory ~
"^/usr/local/openra/httpd/cgi-bin/pub/"> AllowOverride None Options
FollowSymLinks Indexes Order allow,deny Allow from
all</Directory><Directory ~ "."> AllowOverride None Order allow,deny
Allow from localhost 127.0.0.0/8</Directory>## end openca block#i need
some help!!!!!please....Ruben Cocheno
_________________________________________________________________
Instale o novo Windows Live Messenger! É grátis!
http://get.live.com/messenger/overview
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
OpenCA-Devel mailing list
OpenCA-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openca-devel