I'll be the first to admit that I'm by no-means and expert on apache nor OpenCA, but for the most part I get the 'jist' of what's going on; learning more each day. (Thanks again for all your efforts, it is appreciated)
I've used a number of flags to get the file structure I'd like to use. Here's my structure: /home/httpd ..cgi-bin ( port 80 public non-OpenCA "/cgi-bin/") ..cgi-pub (port 443 OpenCA pub "/cgi-bin/") ..cgi-ra (port 443 OpenCA private "/cgi-bin/") ..OpenCA (port 443 OpenCA private html pages) ..OpenCA-pub (port 443 OpenCA pub html pages) ..Public (port 80 public non-OpenCA html pages) Here's the pertinent flags: --with-web-host=security.teleformix.com --with-ra-htdocs-fs-prefix=/home/httpd/OpenCA --with-ra-cgi-fs-prefix=/home/httpd/cgi-ra --with-pub-htdocs-fs-prefix=/home/httpd/OpenCA-pub --with-pub-cgi-fs-prefix=/home/httpd/cgi-pub --with-online-htdocs-fs-prefix=/home/httpd/OpenCA --with-online-cgi-fs-prefix=/home/httpd/cgi-ra --with-ldap-htdocs-fs-prefix=/home/httpd/OpenCA --with-ldap-cgi-fs-prefix=/home/httpd/cgi-ra I've made my 443 docroot appropriately as I want people to hit the secure server without having to reference /pub/. I provided symbolic links where necessary to make the site complete. BUT - Here's my question/comment. It DID NOT matter where I specified the cgi's to be placed. There WAS NOT an "ra", "online", or "pub" cgi script file(s) anywhere to be found. There was however an "ldap", "RAServer", "Admin" & "pki" scripts place in the apropriate dir's. I thumbed through the Makefiles in src/cgi-bin and did not find any reference to ra, online, or pub, but instead found reference to RAServer, Admin & pki. By copying these cgi's to ra, online & pub (respectively) it now appears to operate properly. Because when the code/html calls for the "ra" cgi script it now gets it (RAServer). Like I said, so far it appears to be working (certs requested, approved, etc.) so it's not really an issue with me, just letting you'z guy'z know what I encounter. (meager contribution) New Question - Is the Main difference with RC1 & RC2 the update for using a SQL database that I saw mentioned on the list? Can I continue to test with RC1 if I'm not currently using sql as my db? Thanks again, Ron ----- Original Message ----- From: "Michael Bell" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, July 27, 2002 11:53 AM Subject: [Openca-Users] Re: OpenCA .0.9 - RA install > Ron Gedye schrieb: > > > > [root@racert openca-0.9]# make ext > > autoconf > > NONE:0: /usr/bin/m4: `syncoutput' from frozen file not found in builtin > > table! > > NONE:0: /usr/bin/m4: `changesyntax' from frozen file not found in builtin > > table! > > make: *** Deleting file `configure' > > make: *** [configure] Error 1 > > Sorry guys, but this was my mistake. I created a copy of the > 0.9-CVS-tree with "copy -r" and not tar. By this way all files have the > same timestamps and make detect this and tries to run autoconf. Simply > do "touch configure" and the error should be fixed :( > > The problem appears with RC2! I will update the RC2 on monday to fix the > problem (simply untar, touch and tar). > > > My real question is this: > > Upon completeing the make install-ext I accessed the site. However, the > > only part that seemed to operate properly was the ldap section. It seems > > that the server could not find either the ra or online cgi scripts, giving > > me 404 errors. (pub appears fine) > > > > Upon investigating, I could not find either of these (ra or online) called > > cgi's; however I did find and RAServer and Admin script in the location I > > specified during configure (/home/httpd/cgi-ra/). I simply copied the file > > to ra and online, respectively. I did this after thumbing the the > > src/cgi-bin and other Makefiles. > > 1. Where is your htdocs/ and where is your cgi-bin/? (I send then the > correct configure-options to the list) > > 1.1. htdocs: /home/httpd/htdocs > cgi-bin: /home/httpd/cgi-bin > OpenCA: --with-httpd-fs-prefix=/home/httpd > > 1.2. ----- risky configuration ----- > htodcs: /home/httpd > cgi-bin: /home/httpd/cgi-bin > OpenCA: --with-htdocs-fs-prefix=/home/httpd > --with-cgi-fs-prefix=/home/httpd/cgi-bin > > more details: ./configure --help or in the OpenCA-guide > > 2. Some notes about the OpenCA-structure today: > - cgi-bin/ > ca/ca > ra/RAServer > online/Admin > ldap/ldap > pub/pki > - htdocs/ > ca/ > ra/ > online/ > pub/ > ldap/ > > > Am I missing a config somewhere or is this correct? I am just beginning to > > test at this point. Is my workaround workable? > > OPENCADIR/etc/servers/ > > Michael > -- > ------------------------------------------------------------------- > Michael Bell Email (private): [EMAIL PROTECTED] > Rechenzentrum - Datacenter Email: [EMAIL PROTECTED] > Humboldt-University of Berlin Tel.: +49 (0)30-2093 2482 > Unter den Linden 6 Fax: +49 (0)30-2093 2959 > 10099 Berlin > Germany http://www.openca.org > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Openca-Users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/openca-users > ------------------------------------------------------- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
