Re: [users@httpd] Need help with correlating HTTP request with a database call

2023-07-30 Thread Daniel Ferradal
El mar, 4 jul 2023 a las 20:00, Antony Stone (< antony.st...@apache.open.source.it>) escribió: > On Tuesday 04 July 2023 at 18:52:10, Sudesh Gowda J wrote: > > > I'm currently working on a project where Apache server is being used > with a > > database. I need to find out which HTTP request maps t

Re: [users@httpd] Need help with correlating HTTP request with a database call

2023-07-04 Thread Antony Stone
On Tuesday 04 July 2023 at 18:52:10, Sudesh Gowda J wrote: > I'm currently working on a project where Apache server is being used with a > database. I need to find out which HTTP request maps to which database call > without modifying the server code(eg., Logs). I read the documentation > regardin

Re: [users@httpd] Need help with correlating HTTP request with a database call

2023-07-04 Thread Frank Gingras
httpd is not privy to the database layer of your application; you will need to focus on isolating the correlation conditions first, i.e. the request uri path, the date/time of the request, the HTTP method (GET, POST). On Tue, Jul 4, 2023 at 1:52 PM Sudesh Gowda J wrote: > Hello everyone, > I'm c

[users@httpd] Need help with correlating HTTP request with a database call

2023-07-04 Thread Sudesh Gowda J
Hello everyone, I'm currently working on a project where Apache server is being used with a database. I need to find out which HTTP request maps to which database call without modifying the server code(eg., Logs). I read the documentation regarding logging and the parameters don't seem to be of any

[users@httpd] Need help understanding mod_rewrite and redirect

2023-05-03 Thread Jim Weill
We have a website that has been in use for a project for years, which someone else took up and would like the site permanently redirected to the new URL. For whatever reason I cannot get this redirect to work consistently, and I'd like to know where I'm going wrong. The only thing I changed on th

Re: [users@httpd] Need help with Apache PHP issue on OpenWRT Linux

2020-12-30 Thread Jens Kallup
Hello, Am 30.12.2020 um 05:56 schrieb Navneet Singh: Browser displays “400 Bad Request, Your browser sent a request that this server could not understand” error when I try to visit the test PHP file (index.php) this can be occur, when you try: http://your.domain:443/ instead: https://your.d

[users@httpd] Need help on tomcat 9

2020-05-17 Thread Madhan Raj
Hi All, I am in process of migrating from tomcat 7.x to 9 In tomcat 9 i can see my ports are failing to open with below error. Any inputs would be appreciated 5-May-2020 16:17:19.308 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["https-jsse-nio-443"] 15-May-20

[users@httpd] Need help getting php7 working..

2019-04-16 Thread Marc Chamberlin
Hello - I guess I need to appeal to some kind gurus for help, I've been racking my brains out trying to get PHP scripts working under Apache2 and just not getting any traction... I am running the following Apache2 server - > httpd -v > Server version: Apache/2.4.33 (Linux/SUSE) > Server built:   2

[users@httpd] Need help restricting LDAP authorization to subdirectory

2018-06-12 Thread Teddy Brown
hi, We are working on a new intranet page for our office and I'm having trouble getting one specific thing working. Our old intranet was strictly static content in file system directories and permissions were set exclusively on directories. Unfortunately even though this is a new developmen

Re: [users@httpd] Need Help in AB load testing with random query params.

2018-04-12 Thread Absonworld .
Hi , so this is not possible with AB ? And also , will siege provide me a cumulative result for all the URLs provided in the input file ? Thanks for the help !! On Thu, Apr 12, 2018 at 3:09 PM, Rainer Canavan wrote: > On Wed, Apr 11, 2018 at 5:54 PM, Absonworld . > wrote: > > Hi All , > > [.

Re: [users@httpd] Need Help in AB load testing with random query params.

2018-04-12 Thread Rainer Canavan
On Wed, Apr 11, 2018 at 5:54 PM, Absonworld . wrote: > Hi All , [...] > a) Input file : text1 text2 text3 > > b) URL :- {{BaseURL}}/apps/{{ApplId}}/courses/search?query={{random text > from input file }} > > I would like to hit this search URL with different/random texts present in > the input fi

[users@httpd] Need Help in AB load testing with random query params.

2018-04-11 Thread Absonworld .
Hi All , I need help in passing random inputs from a input file to apache benchmark (abs) for load testing a URL : I want to pass random inputs for load testing my search URL . Search texts have to be read from an Input file and appended in the URL and send for the AB load testing . Eg. a) Inpu

[users@httpd] Need Help in AB load testing with random query params.

2018-04-09 Thread Absonworld .
Hi ,How to pass random inputs from a input file to apache benchmark (abs) for load testing a URL : I want to pass random inputs for load testing my search URL . Search texts have to be read from an Input file and appended in the URL and send for the AB load testing . Eg. a) Input file : text1 te

[users@httpd] Need help on CORS ( Cross Origin Resource Sharing ) Issue

2017-08-01 Thread Sailaja Gadireddy
Hello Team, I need help on the CORS issue and what needs to be configured for the below error. User receive CORS error when calling IGC with AJAX Javascript call from the browser. "Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https:/ibm/iis/igc-re

Fwd: Re: [users@httpd] need help

2017-07-09 Thread rss
configure:30905: checking which MPM to use by default configure:30912: result: worker Originalus laiškas TEMA: Re: [users@httpd] need help DATA: 2017-07-08 23:42 SIUNTĖJAS: Eric Covener

Re: [users@httpd] need help

2017-07-08 Thread Eric Covener
On Sat, Jul 8, 2017 at 3:42 PM, wrote: > I want to compile httpd with --with-mpm=event module loaded dynamically but > I'm getting a fault below after starting httpd service. > > Invalid command 'MinSpareServers', perhaps misspelled or defined by a module > not included in the server configuratio

[users@httpd] need help

2017-07-08 Thread rss
Hello, I have a fault with multi-processing modules in httpd-2.4.25 compilation on CentOS 7.3.1611. I want to compile httpd with --with-mpm=event module loaded dynamically but I'm getting a fault below after starting httpd service. Invalid command 'MinSpareServers', perhaps misspelled or define

Re: [users@httpd] Need help in change of context root while redirecting url

2017-05-16 Thread Sailaja Gadireddy
Thanks Eric.. As we do not have pre prod environment, wanted to check before trying it. I will check and update. Thanks & regards, Sailaja On Tue, May 16, 2017 at 10:09 PM, Eric Covener wrote: > On Tue, May 16, 2017 at 12:24 PM, Sailaja Gadireddy > wrote: > > Hello Team, > > > > I have a requ

Re: [users@httpd] Need help in change of context root while redirecting url

2017-05-16 Thread Eric Covener
On Tue, May 16, 2017 at 12:24 PM, Sailaja Gadireddy wrote: > Hello Team, > > I have a requirement to change the context root in the url when redirecting. > > For example: If user hits the url https://www.xyz.com/abc/def > It should redirect to https://www.xyz.com/ghi/jkl. > > from url: https://www

[users@httpd] Need help in change of context root while redirecting url

2017-05-16 Thread Sailaja Gadireddy
Hello Team, I have a requirement to change the context root in the url when redirecting. For example: If user hits the url https://www.xyz.com/abc/def It should redirect to https://www.xyz.com/ghi/jkl. from url: https://www.xyz.com/*abc/def *--> https://www.xyz.com/ *ghi/jkl* Please help me if

[users@httpd] Need Help with Proxy Setup

2016-05-10 Thread Timo Lotterbach
Hi everyone, I have some trouble setting up a proxy to a backend server, which itself is only accessible using another http proxy with authentication. Required setup looks like this: /backend -> user:pass@proxy:port -> backend/path Access from was tested this way: curl --proxy-basic

Re: [users@httpd] Need Help with SSL Certificate Installation

2016-02-22 Thread rwebb
Chris, By your somments, I am guessing that you have a proxy in front of the http server? Or are you just doing an inbound NAT? Robert On Mon, 22 Feb 2016 12:30:45 -0500 ch...@adamstelecom.com wrote: Quick update: Upon being onsite with my server, the HTTPS works internally using the serv

Re: [users@httpd] Need Help with SSL Certificate Installation

2016-02-22 Thread chris
Quick update: Upon being onsite with my server, the HTTPS works internally using the server's internal network IP, just get a certificate error becuase of the name mismatch(using the internal IP instead of the domain). I've looked over this so much, and I am still lost. Hoping that insight may

Re: [users@httpd] Need Help with SSL Certificate Installation

2016-02-22 Thread Sander Smeenk
Quoting Stormy (storm...@stormy.ca): > FWIW using Firefox 38.3 ESR, your login page works on port 80; forcing https > results in: "Secure Connection Failed An error occurred during a connection > to tracss.adamstelecom.com. SSL received a record that exceeded the maximum > permissible length. (Err

Re: [users@httpd] Need Help with SSL Certificate Installation

2016-02-22 Thread Stormy
At 12:28 AM 2/22/2016 -0700, ch...@adamstelecom.com wrote: To whomever may be able to help, I am fairly new to Apache. I have begun developing a CRM software for my company, and chose Linux as my platform. I have been running Apache for several months, in its basic form, while developing. I we

[users@httpd] Need Help with SSL Certificate Installation

2016-02-21 Thread chris
To whomever may be able to help, I am fairly new to Apache. I have begun developing a CRM software for my company, and chose Linux as my platform. I have been running Apache for several months, in its basic form, while developing. I went online tonight and bought an SSL certificate from GoDad

Re: [users@httpd] Need help with reverse proxying and image loading

2014-01-27 Thread MM KP
hello! Thanks for your response, but is this the same case for a reverse proxy? I am trying to build a reverse proxy not a forward one. Thanks though! any other responses are greatly welcome! SBC On Mon, Jan 27, 2014 at 12:57 PM, Mark Brodis wrote: > I am a n00b with Apache also but I'll tak

Re: [users@httpd] Need help with reverse proxying and image loading

2014-01-27 Thread Mark Brodis
I am a n00b with Apache also but I'll take a stab at this. What you are wanting is actually 2 things. A fully functional (for at least one website) forward HTTP proxy and also a domain name change. In my opinion you will never get a functional webpage (at least not something as complex and inter

[users@httpd] Need help with reverse proxying and image loading

2014-01-26 Thread MM KP
Hello all I am new to apache & the apache mailing list so PLEASE forgive me for my long message : I am trying to configure a nice reverse proxy using Apache. Basically this is what I want : i want to be able to browse to something like testproxy.myproxy.com and proxy to www.cnn.com. I want to be

Re: [users@httpd] Need Help for back porting module mod_reqtime

2013-10-18 Thread Santosh Kumar
Found the option, (by intercghanging options) usr/sbin/apxs -S SYSCONFDIR="/santosh/current/apach" -a -i -l cap -c mod_antiloris.c On Fri, Oct 18, 2013 at 2:38 PM, Santosh Kumar wrote: > Could you please provide usage for apxs to set httpd.conf to custom path. > > i.e place " LoadModule a

Re: [users@httpd] Need Help for back porting module mod_reqtime

2013-10-18 Thread Santosh Kumar
Could you please provide usage for apxs to set httpd.conf to custom path. i.e place " LoadModule antiloris_module /usr/lib64/httpd/modules/mod_antiloris.so" line in custom path httpd.conf. Tried running by adding 1. apxs -g -S SYSCONFDIR=/santosh/current/apache/httpd.conf 2. apxs -a -i -l cap -

Re: [users@httpd] Need Help for back porting module mod_reqtime

2013-10-11 Thread Nick Kew
On Fri, 11 Oct 2013 12:14:48 +0530 Santosh Kumar wrote: > Followed the Below steps Why? You use apxs to compile a module (see TFM). You'll have to deal with minor API changes since 2.0, but if any of those baffle you, that would be a more specific question. -- Nick Kew

[users@httpd] Need Help for back porting module mod_reqtime

2013-10-10 Thread Santosh Kumar
Hello Friends, Would need your help to port mod_reqtime into *2.0.52* In order to provide patch for CVE-2007-6750 on top of *2.0.52* I'm working for porting module reqtimeout, Got to know suse followed backporting this module( http://lists.opensuse.org/opensuse-security-announce/2012-02/msg00026

Re: [users@httpd] Need Help Urgently: Printing access details in Apache Access logs

2013-04-11 Thread Daniel Ruggeri
On 4/11/2013 1:42 AM, santosh kumar wrote: > Hi > > I am in search of any tool through which i can measure quality of > service of my sebservice which is being accessed through Apache . > My webservice is being deployed on tomcat and being accessed by Apache > from outer world. > The problem i am

Re: [users@httpd] Need Help Urgently: Printing access details in Apache Access logs

2013-04-11 Thread Daniel Ruggeri
Hi, Santosh; Top of mind, if you have control of the backend response object you could: Have the HTTP status code from the backend more accurately reflect typical HTTP status codes (4xx would be better than 5xx in "OK" scenarios). Add a response header indicating "OK" and log that (mod_log_confi

[users@httpd] Need Help Urgently: Printing access details in Apache Access logs

2013-04-10 Thread santosh kumar
Hi I am in search of any tool through which i can measure quality of service of my sebservice which is being accessed through Apache . My webservice is being deployed on tomcat and being accessed by Apache from outer world. The problem i am facing is My Customer uses apache's access logs to measu

Re: [users@httpd] Need Help Configuring Virtual Hosts With DNS Aliases

2013-01-02 Thread Igor Cicimov
You need only one VH really to handle both: ServerAdmindevtoolsandcompone...@msx.bala.susq.com ServerName sdlcdevbal832 *ServerAliasredmine redminetest* RewriteEngine On # Redirect all non-static requests to cluster for redmine # Redir

Re: [users@httpd] Need Help Configuring Virtual Hosts With DNS Aliases

2013-01-02 Thread Mathijs
Hi Kris, On Wed, Jan 2, 2013 at 10:11 PM, Wempa, Kristofer wrote: > > I'm trying to do something slightly different than is described in the > Apache documentation that I've read. We have an internal Linux server that > uses Apache as a load-balancer + URL redirector to a Redmine instance > runn

[users@httpd] Need Help Configuring Virtual Hosts With DNS Aliases

2013-01-02 Thread Wempa, Kristofer
I'm trying to do something slightly different than is described in the Apache documentation that I've read. We have an internal Linux server that uses Apache as a load-balancer + URL redirector to a Redmine instance running a Thin web server on localhost ports 3000-3002. We have a "redmine" a

Re: [users@httpd] Need help with multiple SSL certs + multiple domains

2012-11-07 Thread Pete Houston
Make sure each set of virtual hosts which requires a different certificate is run on a unique IP+port combination. eg: IP:PortServernameCertificate 10.0.0.1:8000 www.foo.com *.foo.com 10.0.0.1:8000 www2.foo.com *.foo.com 10.0.0.1:8001 www.bar.com *.bar.com 10.0.0.1:8001 www2.b

Re: [users@httpd] Need help with multiple SSL certs + multiple domains

2012-11-07 Thread Phusion
What are some other ways to do this besides SNI? - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Need help with multiple SSL certs + multiple domains

2012-11-05 Thread Igor Cicimov
On Tue, Nov 6, 2012 at 10:15 AM, Igor Cicimov wrote: > On Tue, Nov 6, 2012 at 10:09 AM, Ben Johnson wrote: > >> >> >> On 11/5/2012 4:46 PM, Igor Cicimov wrote: >> > >> > On 06/11/2012 6:03 AM, "Phusion" > > > wrote: >> >> >> >> I am in need of some assistance. The ser

Re: [users@httpd] Need help with multiple SSL certs + multiple domains

2012-11-05 Thread Igor Cicimov
On Tue, Nov 6, 2012 at 10:09 AM, Ben Johnson wrote: > > > On 11/5/2012 4:46 PM, Igor Cicimov wrote: > > > > On 06/11/2012 6:03 AM, "Phusion" > > wrote: > >> > >> I am in need of some assistance. The server is running Apache > > 2.2.15-15 on Red > >> Hat Enterprise Lin

Re: [users@httpd] Need help with multiple SSL certs + multiple domains

2012-11-05 Thread Ben Johnson
On 11/5/2012 4:46 PM, Igor Cicimov wrote: > > On 06/11/2012 6:03 AM, "Phusion" > wrote: >> >> I am in need of some assistance. The server is running Apache > 2.2.15-15 on Red >> Hat Enterprise Linux Server 6.3 x86_64. The configuration currently > has the >> followin

Re: [users@httpd] Need help with multiple SSL certs + multiple domains

2012-11-05 Thread Igor Cicimov
On 06/11/2012 6:03 AM, "Phusion" wrote: > > I am in need of some assistance. The server is running Apache 2.2.15-15 on Red > Hat Enterprise Linux Server 6.3 x86_64. The configuration currently has the > following which works. We have a wildcard SSL certificate for *.domain.com. We > have all these

[users@httpd] Need help with multiple SSL certs + multiple domains

2012-11-05 Thread Phusion
I am in need of some assistance. The server is running Apache 2.2.15-15 on Red Hat Enterprise Linux Server 6.3 x86_64. The configuration currently has the following which works. We have a wildcard SSL certificate for *.domain.com. We have all these on one NIC with the same IP address. I need to hos

[users@httpd] Need help for setup rewrite rule

2012-04-24 Thread s7r
Hello, I need some help in setting up a Rewrite condition & Rule in .htaccess My goal: I want all requests which contain "@" to be forwarded to another path. Clear example: Let's say I own domain.com I would like all requests like domain.com/s...@sada.ss or www.domain.com/s...@sada.ss to be f

[users@httpd] Need Help - Company trying to steal my domain

2012-02-06 Thread Gary Girolimon
A company (Borges, USA, Inc.) is trying to steal a domain that I own, and have owned for over 15 years (caramia.com). They claim that they have the name Cara Mia trade marked. ("Cara mia" means "My dear" in Italian and is a very common term of endearment). They have filed a complaint against me

Re: [users@httpd] Need help for performance tuning in apache

2011-06-08 Thread Igor Galić
- Original Message - > > > > Hi All, > > I am using Apache-2.2.x as load balancer and tomcat as backend > server. Can you please somebody tell what are the options to boost > the apache load balancer’s performance? Take a look at: http://wiki.apache.org/httpd/PerformanceScalingUp > Than

[users@httpd] Need help for performance tuning in apache

2011-06-08 Thread Narendra Verma
Hi All, I am using Apache-2.2.x as load balancer and tomcat as backend server. Can you please somebody tell what are the options to boost the apache load balancer's performance? Thanks, Narendra Write to us for a Free Gold Pass to the Cloud Computing Expo, NYC t

[users@httpd] Need help in ProxyRemoteMatch

2011-05-05 Thread Rajaraman, Vasanth
Hi, Apache Server 1:(Reverse proxy) I have the following apache reverse proxy configured in one of the machine and it works as expected. This apache proxy sends the requests to appserver and gets the response back. Listen 10443 ServerName DocumentRoot "C:/Pr

[users@httpd] Need help with tricky mod_cache configuration

2011-05-01 Thread SpliFF
I'm trying to configure mod_cache in Apache 2.2.17 to act as a transparent cache for an application server but I have some special requirements whose overall purpose is to cache "public" access but bypass the cache when users are logged in. I'm setting a cookie "NOCACHE=on" when the user logs in

Re: [users@httpd] Need Help with Apache AllowOverride

2010-11-16 Thread Igor Galić
- "Mark Phillips" wrote: > I have a web server at webIP off site. I have a second server for > photos running a php photo gallery app behind apache at photoIP on my > local LAN. I have a page on the web server that uses iframes to the > photo server's images. > > I am trying to restrice acc

[users@httpd] Need Help with Apache AllowOverride

2010-11-11 Thread Mark Phillips
I have a web server at webIP off site. I have a second server for photos running a php photo gallery app behind apache at photoIP on my local LAN. I have a page on the web server that uses iframes to the photo server's images. I am trying to restrice access to the photo server to requests from the

Re: [users@httpd] Need help with #if DEBUGGING in proxy_http.c

2005-05-27 Thread Jignesh Badani
Thanks Tejas for your response. It will def help me in the future. But for now, even after I removed the #if debugging lines from the code (proxy_http.c) and re-compiled Apache, I still do not see the Response headers and body. Here is my other follow-up submission to Apache org, can you help

Re: [users@httpd] Need help with #if DEBUGGING in proxy_http.c

2005-05-26 Thread Tejas Sanghavi
Jignesh, On which OS are you compiling Apache? If on UNIX, you can specify the flag with ./configure, like: ./configure --prefix= CFLAGS="-DDEBUGGING" and then compile. If on Windows, you have to add "-DDEBUGGING" for compiler flags in all the .mak files. The other way is to use "#define DEBUG

Re: [users@httpd] Need help with #if DEBUGGING in proxy_http.c

2005-05-25 Thread Jignesh Badani
Hello again I tried removing the #if debugging from proxy_http.c and re-compiled but it did not help. Can anybody offer me a piece of code which I can embed in proxy_http.c to dump out the entire request (get/post parameters, cookies, etc.) being passed to the backend and the corresponding r

[users@httpd] Need help with #if DEBUGGING in proxy_http.c

2005-05-25 Thread Jignesh Badani
Folks, we have been seeing quite a few 502 - (proxy: error reading status line from remote server) with one of our backend server (very old Oracle Web Application server 3.0 /HTTP 1.1) and I need to debug these request. When I set LogLevel to debug, I still do not see the response stream (byte