Re: [users@httpd] Problem setting up ssl

2018-08-19 Thread Mahmood Naderan
Hi again >From another computer I tried to access the IP address via wget command. See >this output [mahmood@rocks7 ~]$ wget http://w.x.y.z --2018-08-20 10:30:38--  http://w.x.y.z/ Connecting to w.x.y.z:80... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html

Re: [users@httpd] Apache HTTPD not responding after running for several days

2018-08-19 Thread Eric .
Hi Yann and all, Understood that Apr-1.6.3 had a bug in Solaris, I compiled Apache 2.4.34 with apr-1.6.2 and apr-util-1.6.0 , but the problem still occurred. OS: Solaris 10 and 11 (no problem on Redhat 6.7) Symptom: Upon starting, the HTTPDs initially run fine. After running for several days, H

Re: [users@httpd] Implementing REST API

2018-08-19 Thread Miles Fidelman
On 8/19/18 5:48 PM, Danesh Daroui wrote: Hello all! I hope that I am posing my question to a relevant mailing list! I am looking for a solution to implement a RESTful API server. I have tested and examined a bunch of solution and now I think the best solution is to use a trustworthy, reliable,

[users@httpd] Implementing REST API

2018-08-19 Thread Danesh Daroui
Hello all! I hope that I am posing my question to a relevant mailing list! I am looking for a solution to implement a RESTful API server. I have tested and examined a bunch of solution and now I think the best solution is to use a trustworthy, reliable, and robust implementation of HTTP protocol

[users@httpd] Special characters in password for mod_dbd

2018-08-19 Thread Mimiko
Hello. I have special characters in the password to connect to database from httpd basic authentication using mod_dbd in version 2.4. I use: DBDriver mysql DBDParams host=some_ip,dbname=schema,user=user_name,pass=password_with_special_chars.:)]|&; But httpd does not read it correctly so could