Re: [Openca-Users] openca post Installation with apache on Ubuntu

2015-10-02 Thread Martin Hecht
On 10/02/2015 10:32 AM, Oliver Graute wrote: > I solved my problem :-) I added the last pki dir in this compile > option --with-cgi-fs-prefix=/usr/lib/cgi-bin/pki then rebuild and > reconfigure everything. Then reinstall apache2 with apt-get remove > --purge apache2 apache2.2-common apt-get install

Re: [Openca-Users] openca post Installation with apache on Ubuntu

2015-10-02 Thread Martin Hecht
Hello Oliver, it seems the configure script has not properly replaced @ca_cgi_url_prefix@, but there is no configure option --with-ca-cgi-url-prefix. I guess it's usually generated out of the other url-prefix settings, but for some reason not in your case. I'd suggest to manually edit ./src/web-i

Re: [Openca-Users] openca post Installation with apache on Ubuntu

2015-10-02 Thread Oliver Graute
Oliver Graute gmail.com> writes: > I'am trying to install openca-base-1.5.1 on Ubuntu 12.04. I struggling with > the openca apache part. All I get on my Webserver (localhost) is: > > Not Found > > The requested URL / ca_cgi_url_prefix /ca was not found on this server. > Apache/2.2.22 (Ubu

[Openca-Users] openca post Installation with apache on Ubuntu

2015-10-01 Thread Oliver Graute
Hello, I'am trying to install openca-base-1.5.1 on Ubuntu 12.04. I struggling with the openca apache part. All I get on my Webserver (localhost) is: Not Found The requested URL /@ca_cgi_url_prefix@/ca was not found on this server. Apache/2.2.22 (Ubuntu) Server at 127.0.0.1 Port 80 I read the