Re: RE: [users@httpd] Problem with CGI script

2017-12-31 Thread Mahmood Naderan
Dear Eric, Can you explain a bit more on what should I do with the cgi probblem? Regards, Mahmood On Saturday, December 30, 2017, 9:12:00 PM GMT+3:30, mahmood n wrote: >You need to scope the SetHandler/AddHandler to just the things that >are actually CGI.  Check the manual.   If

Re: [users@httpd] Writing and debugging Apache modules on a macOS with preferably Docker containers.

2017-12-31 Thread Nick Kew
On Sat, 30 Dec 2017 16:23:18 +0100 Roy Teeuwen wrote: > Hey all, > > I was wondering if any of you have any guidelines on what is the > easiest way to write Apache modules on a macOS? Same as on any other platform. Modules are, generally speaking, platform-neutral (you use APR to deal with pla

Re: [users@httpd] Using environment variables in mod_substitute

2017-12-31 Thread Luis Speciale
Le 31/12/2017 à 17:11, Eric Covener a écrit : On Sun, Dec 31, 2017 at 10:59 AM, Luis Speciale wrote: I will be happy to know if you find a solution, I was trying to do the same thing but after a certain time I gived up. Thanks in advance. I just committed something for this to trunk, I think

Re: [users@httpd] Using environment variables in mod_substitute

2017-12-31 Thread Roy Teeuwen
Hey Eric, I was planning to see if I could achieve the same thing, thats why I made the other thread named "Writing and debugging Apache modules on a macOS with preferably Docker containers." ;). Sadly enough we are still on Redhat 6 => Apache 2.2. We will hopefully upgrade to Redhat 7 and Apac

Re: [users@httpd] Using environment variables in mod_substitute

2017-12-31 Thread Eric Covener
On Sun, Dec 31, 2017 at 10:59 AM, Luis Speciale wrote: > I will be happy to know if you find a solution, I was trying to do the same > thing but after a certain time I gived up. > > Thanks in advance. I just committed something for this to trunk, I think the patch would work on 2.4: http://svn.ap

Re: [users@httpd] Using environment variables in mod_substitute

2017-12-31 Thread Luis Speciale
I will be happy to know if you find a solution, I was trying to do the same thing but after a certain time I gived up. Thanks in advance. Luis And happy everything - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org

[users@httpd] Reverse proxy not working

2017-12-31 Thread Noor Mohammad
I have an application correctly working on locahost:8080 and I am setting up a reverse proxy as follows but on a remote browser, when using the proxy, i am getting local links as if apache is ignoring the reverse proxy. The definition of the proxy is as follows: LoadModule proxy_module modules/mod

Re: [users@httpd] Apache Virtual Host not working properly

2017-12-31 Thread Noor Mohammad
I tried it but it's not working ‌ On Sun, Dec 31, 2017 at 5:11 AM, Marat Khalili wrote: > > For the second question, for sure it's not the application because I > ever use the same app before but i didn't get the problem [...] > > Try to set ProxyPreserveHost > -- > > With Best Regards, > Mar