Re: [users@httpd] Implementing REST API

2018-08-20 Thread Alex K
On Mon, Aug 20, 2018, 03:21 Miles Fidelman wrote: > 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 so

Re: [users@httpd] Problem setting up ssl

2018-08-20 Thread Riemer Palstra
Hi Mahmood, On Mon, Aug 20, 2018 at 8:11 AM Mahmood Naderan wrote: > [mahmood@rocks7 ~]$ wget https://w.x.y.z > --2018-08-20 10:30:43-- https://w.x.y.z/ > Connecting to w.x.y.z:443... connected. > OpenSSL: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown > protocol > Unable to establi

Re: [users@httpd] Problem setting up ssl

2018-08-20 Thread Sander Smeenk
Quoting Mahmood Naderan (nt_mahm...@yahoo.com.INVALID): > [mahmood@rocks7 ~]$ wget http://w.x.y.z:443 > Connecting to w.x.y.z:443... connected. > HTTP request sent, awaiting response... 200 OK > 2018-08-20 10:30:50 (1.95 MB/s) - ‘index.html.1’ saved [33229] > Any thought? Did you forget to put 'S

Re: [users@httpd] Implementing REST API

2018-08-20 Thread Danesh Daroui
Thanks Alex! Yes I have done and still doing. :) Swagger generates code for you and I am not sure whether this is what I want. You apparently can design, test, and even build (?) your API but how to deploy it? This is something I don't know yet! I am still investigating this solution and hope that

Re: [users@httpd] Implementing REST API

2018-08-20 Thread Danesh Daroui
Thanks Miles! Well this is kind of hacking the code and implement something like CGI handlers in the HTTP server. This is completely fine and I am totally OK with that but I just don't want to re-invent the wheel and do something and then find out that there were a standard and known way to do that

Re: [users@httpd] Problem setting up ssl

2018-08-20 Thread Mahmood Naderan
As I posted earlier, SSLEngine is  on $ cat /etc/apache2/sites-available/default-ssl.conf         ServerAdmin webmaster@localhost     DocumentRoot /var/www/html                   Options FollowSymLinks             AllowOverride All        O

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

2018-08-20 Thread Eric Covener
On Mon, Aug 20, 2018 at 1:56 AM Eric . wrote: > > 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. > I don't think the bug was introduced in 1.6.3. That's just where it was reported

Re: [users@httpd] Problem setting up ssl

2018-08-20 Thread angel Hall-Coulston
Hello Mahmood, Please forgive me if you have already tried this, but have you read the man pages on HTTPD as there are some very useful command flags which can point out configuration settings. You could take a look at settings for ‘Redirects' in the Apache2 online docs too. I’m sorry if

Re: [users@httpd] Problem setting up ssl

2018-08-20 Thread Sander Smeenk
Quoting Mahmood Naderan (nt_mahm...@yahoo.com.INVALID): > As I posted earlier, SSLEngine is  on > $ cat /etc/apache2/sites-available/default-ssl.conf > > So, I really don't know why it listens to http! Is mod_ssl actually loaded/enabled? Try removing the lines and check your httpd config synt

Re: [users@httpd] Problem setting up ssl

2018-08-20 Thread Mahmood Naderan
>Is mod_ssl actually loaded/enabled? >Try removing the lines and check your >httpd config syntax (apache2ctl -S) root@webshub:~# grep IfModule /etc/apache2/sites-available/default-ssl.conf # # root@webshub:~# apachectl -S AH00558: apache2: Could not reliably determine the server's fully quali

Re: [users@httpd] Problem setting up ssl

2018-08-20 Thread Eric Covener
> root@webshub:~# grep IfModule /etc/apache2/sites-available/default-ssl.conf > # > # > root@webshub:~# apachectl -S > AH00558: apache2: Could not reliably determine the server's fully qualified > domain name, using 127.0.1.1. Set the 'ServerName' directive globally to > suppress this message >

Re: [users@httpd] Problem setting up ssl

2018-08-20 Thread Mahmood Naderan
>Is default-ssl site "enabled" via the debian/ubuntu tools e.g. a2ensite? # a2enmod ssl Considering dependency setenvif for ssl: Module setenvif already enabled Considering dependency mime for ssl: Module mime already enabled Considering dependency socache_shmcb for ssl: Module socache_shmcb al

[users@httpd] Apache configuration for reverse proxy to nextcloud fcgi

2018-08-20 Thread Felix Rubio Dalmau
Hi everybody, I'm trying to set up a nextcloud:fpm docker container, exposing it via apache in the host. I think I am making a mistake with my configuration, because one accessing https://myserver.org/, I got redirected to https://myserver.org/index.php/login, and then I get a "The page

[users@httpd] Re: Special characters in password for mod_dbd

2018-08-20 Thread Christophe JAILLET
Hi, This seems to be mysql APR driver specific. For some reasons, in APR, in function dbd_mysql_open(), fields are split according to delimiters in:     static const char *const delims = " \r\n\t;|,"; See Remarks about MySQL at: http://apr.apache.org/docs/apr-util/1.6/group___a_p_r___util___d

Re: [users@httpd] problem when move https site to 2.4 from 2.2 Apache

2018-08-20 Thread Daniel
With that amount of information there isn't much I can say about your loop issues. El sáb., 18 ago. 2018 a las 18:49, Rose, John B () escribió: > > For each Wordpress site ... > > > Wordpress Address (URL) > > Site Address (URL) > > > contain "https" addresses > > > within Apache each of the sites