[users@httpd] HTTPS and .htaccess

2018-09-04 Thread Mahmood Naderan
Hi I have configured a Centos server with httpd for ssl support. Prior to that when I entered http://w.x.y.z I was able to see in the install page. After configuring ssl, I removed all files from /var/www/html and was able to see the test page when entering https://somewhere.com Now whe

[users@httpd] Having child process Segmentation fault

2018-09-04 Thread Matthew Goebel
Hello, apache 2.4.34 php 7.1.21 on SLES 12.sp3x64 Grabbed a traceback of one of the failing process, not sure how to proceed from here, or if this is the correct forum. (gdb) backtrace full #0 0x7f598af473dd in writev () from /lib64/libc.so.6 No symbol table info available. #1 0x7f59

Re: [users@httpd] Script CGI with shell

2018-09-04 Thread Rodrigo Cunha
tks, Dedeco this tutorial work fine. Tks, all! Em ter, 4 de set de 2018 às 16:15, Dedeco Balaco escreveu: > Try this: > > http://www.yolinux.com/TUTORIALS/BashShellCgi.html > > Tell us if those examples work for you. > > > Em 04-09-2018 16:04, Rodrigo Cunha escreveu: > > Hello, i have a question

Re: [users@httpd] Script CGI with shell

2018-09-04 Thread Dedeco Balaco
Try this: http://www.yolinux.com/TUTORIALS/BashShellCgi.html Tell us if those examples work for you. Em 04-09-2018 16:04, Rodrigo Cunha escreveu: Hello, i have a question, i try start a shell(bash) script in my apache2 and not work, i seting bellow diretive in my vhost but not work: Opti

Re: [users@httpd] Script CGI with shell

2018-09-04 Thread Eric Covener
On Tue, Sep 4, 2018 at 3:04 PM Rodrigo Cunha wrote: > > Hello, i have a question, i try start a shell(bash) script in my apache2 and > not work, i seting bellow diretive in my vhost but not work: > > Options +ExecCGI > AddHandler cgi-script .cgi .pl You have to list the extension you

[users@httpd] Script CGI with shell

2018-09-04 Thread Rodrigo Cunha
Hello, i have a question, i try start a shell(bash) script in my apache2 and not work, i seting bellow diretive in my vhost but not work: Options +ExecCGI AddHandler cgi-script .cgi .pl root@HTTPS:dir #ls -l /opt/dev/www/www.tmp.oduvaldocozzi.intranet/public_html/dir/ total 12 -rwxr

Re: [users@httpd] Reverse Proxy trouble with mod_substitute

2018-09-04 Thread Maarten Boekhold
Hi, But I did try to inflate/rewrite/deflate in my first email... It just didn't work. I suspect something failed because the data was chunked... Maarten On September 4, 2018 20:20:18 "Gillis J. de Nijs" wrote: Yes, it is. You can't rewrite something that's gzipped, so you'd have to unzip

Re: [users@httpd] Reverse Proxy trouble with mod_substitute

2018-09-04 Thread Gillis J. de Nijs
Yes, it is. You can't rewrite something that's gzipped, so you'd have to unzip it first, or - like you did - never have it gzipped in the first place. See also http://www.apachetutor.org/admin/reverseproxies where there's a full reverse proxy scenario configured and explained. It uses the same t

Re: [users@httpd] Reverse Proxy trouble with mod_substitute

2018-09-04 Thread Maarten Boekhold
Hi all, I decided to force HTTPD to remove the Accept-Encoding: gzip, deflate from the request, using: RequestHeader unset Accept-Encoding Now the response is properly processed by HTTPD. So it's likely an issue with one or both of: Content-Encoding: gzip Transfer-Encoding: chunked Is thi

[users@httpd] Reverse Proxy trouble with mod_substitute

2018-09-04 Thread Maarten Boekhold
Hi all, Apache HTTPD 2.4.34 on Windows 10 downloaded from Apache Haus. I'm trying to move a corporate application behind a reverse proxy. In the process, I need to move the path this application is published on, eg: /webapp1 --> /suite/webapp1 "webapp1" contains a specific JSP that returns an