Re[2]: [users@httpd] SSL - How client certificates are verified?

2015-08-25 Thread Sterpu Victor
I installed apache 2.4.16 and I have activated SSLOCSPEnable on a virtual domain but the page is not loading at all with OCSPEnabled(without OCSP is working). The error is: SSL Library Error: error:27069065:OCSP routines:OCSP_basic_verify:certificate verify error (Verify error:unable to get local

Re: [users@httpd] Re: Proxying From Directory To App On Port

2015-08-25 Thread Kurtis Rader
On Tue, Aug 25, 2015 at 3:46 PM, Steven Shi wrote: > yes, they are both located on port 2000. I am indeed using the reverse > proxy option. > On Tue, Aug 25, 2015 at 5:13 PM, Robert Webb wrote: > Some clarification needed here. >> >> Is the app and the jetty backend on the same server? If so,

[users@httpd] Re: Local Machine

2015-08-25 Thread Good Guy
On 25/08/15 23:36, Good Guy wrote: Has anybody seen a good guide to install Apache, PHP, and MySQL in ubuntu local desktop. I want to avoid using XAMPP or anything similar as I like to know what is going where etc. Thanks. I think I have found it here:

Re: [users@httpd] Re: Proxying From Directory To App On Port

2015-08-25 Thread Steven Shi
yes, they are both located on port 2000. I am indeed using the reverse proxy option. On Tue, Aug 25, 2015 at 5:13 PM, Robert Webb wrote: > Some clarification needed here. > > Is the app and the jetty backend on the same server? If so, are you using > the reverse proxy option because jetty typica

[users@httpd] Local Machine

2015-08-25 Thread Good Guy
Has anybody seen a good guide to install Apache, PHP, and MySQL in ubuntu local desktop. I want to avoid using XAMPP or anything similar as I like to know what is going where etc. Thanks. - To unsubscribe, e-mail: users

Re: [users@httpd] Re: Proxying From Directory To App On Port

2015-08-25 Thread Robert Webb
Some clarification needed here. Is the app and the jetty backend on the same server? If so, are you using the reverse proxy option because jetty typically would listen on port 80 and is on a different server from the app but you have a need for app and jetty on the same server so the jetty nee

Re: [users@httpd] Re: Proxying From Directory To App On Port

2015-08-25 Thread Steven Shi
My webserver is not listening on port 2000, the Jetty back end server of the app is. The app is a maven build of apache spark which runs the Jetty server; I have it set to listen on port 2000. The app in "any requests the app makes" would be the frontend of the server that uses jquery for requests

[users@httpd] Re: CGI Error with Readonly Database

2015-08-25 Thread Tom Browder
On Tue, Aug 25, 2015 at 5:30 AM, Tom Browder wrote: > I am using Apache 2.4.16 and trying to get my CGI programs to work ... Please, disregard for now. I realized my httpd.conf User name was wrong (I changed it during the transfer and didn't follow up completely), so the error has changed. I'll

[users@httpd] CGI Error with Readonly Database

2015-08-25 Thread Tom Browder
I am using Apache 2.4.16 and trying to get my CGI programs to work after transferring to a new remote host. After much debugging I am finally getting to the point where my script is trying to insert a new or updated record in my SQLite db and I get this error: ===> Error Sorry, the following

[users@httpd] SSI best practice: XbitHack or .shtml

2015-08-25 Thread Tom Browder
Anyone have an opinion of the best way to indicate an SSI file to be scanned? Best, -Tom - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org