Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-09 Thread Frank Gingras
On Wed, Oct 9, 2024 at 5:31 AM Abhijith wrote: > Thanks I understand. But can you suggest any debugging method to find out > which file is requesting the file > > On Wed, 9 Oct 2024, 10:37 Frank Gingras, wrote: > >> >> >> On Tue, Oct 8, 2024 at 11:25 PM Abhijith wrote: >> >>> Yes, I understand

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-09 Thread Abhijith
Thanks I understand. But can you suggest any debugging method to find out which file is requesting the file On Wed, 9 Oct 2024, 10:37 Frank Gingras, wrote: > > > On Tue, Oct 8, 2024 at 11:25 PM Abhijith wrote: > >> Yes, I understand that now. That I shouldn't allow clients to access my >> .htt

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-08 Thread Frank Gingras
On Tue, Oct 8, 2024 at 11:25 PM Abhijith wrote: > Yes, I understand that now. That I shouldn't allow clients to access my > .httaccess file. I don't know why the error occuring > > On Tue, 8 Oct 2024, 17:47 Frank Gingras, wrote: > >> >> >> On Tue., Oct. 8, 2024, 1:13 a.m. Abhijith, >> wrote: >

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-08 Thread Abhijith
Yes, I understand that now. That I shouldn't allow clients to access my .httaccess file. I don't know why the error occuring On Tue, 8 Oct 2024, 17:47 Frank Gingras, wrote: > > > On Tue., Oct. 8, 2024, 1:13 a.m. Abhijith, wrote: > >> Hi, >> Yes, In the the root directory there is .htaccess fil

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-08 Thread Frank Gingras
On Tue., Oct. 8, 2024, 1:13 a.m. Abhijith, wrote: > Hi, > Yes, In the the root directory there is .htaccess file, the content of the > file is > ``` > RewriteEngine on > RewriteCond %{REQUEST_FILENAME} !-f > RewriteCond %{REQUEST_FILENAME} !-d > RewriteCond $1 !^(index\.php|robots\.txt|favicon\.i

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-07 Thread Abhijith
Hi, Yes, In the the root directory there is .htaccess file, the content of the file is ``` RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond $1 !^(index\.php|robots\.txt|favicon\.ico) RewriteRule ^(.*)$ /index.php/$1 [L] ``` Since by @Eric's sugge

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-07 Thread Frank Gingras
On Mon, Oct 7, 2024 at 7:51 AM Eric Covener wrote: > On Mon, Oct 7, 2024 at 7:12 AM Eric Covener wrote: > > > > >> [Sun Oct 06 10:02:48.889047 2024] [authz_core:error] [pid 10:tid > 131326541519672] [client 192.168.16.1:49194] AH01630: client denied by > server configuration: > /usr/local/apache

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-07 Thread Eric Covener
On Mon, Oct 7, 2024 at 7:12 AM Eric Covener wrote: > > >> [Sun Oct 06 10:02:48.889047 2024] [authz_core:error] [pid 10:tid > >> 131326541519672] [client 192.168.16.1:49194] AH01630: client denied by > >> server configuration: > >> /usr/local/apache2/htdocs/apps/admin/public_html/.htaccess > > T

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-07 Thread Abhijith
Thanks for the response, There is no other config file than admin.conf. here is the result of `apachectl -S`: ``` [Mon Oct 07 11:30:45.926201 2024] [core:trace3] [pid 102:tid 123653751024456] core.c(3469): Setting LogLevel for all modules to trace8 [Mon Oct 07 11:30:45.926287 2024] [core:trace3] [p

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-07 Thread Eric Covener
>> [Sun Oct 06 10:02:48.889047 2024] [authz_core:error] [pid 10:tid >> 131326541519672] [client 192.168.16.1:49194] AH01630: client denied by >> server configuration: >> /usr/local/apache2/htdocs/apps/admin/public_html/.htaccess This error means it's not filesystem permissions. Are there other

[users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-07 Thread Abhijith
Hi all, I’m working on Dockerizing a PHP application and configuring Apache, but I’m encountering an issue related to `.htaccess` that I can’t seem to resolve. I’d greatly appreciate any guidance from the community! Here’s the setup I’m working with: *Docker Compose File (docker-compose.yml):*

[users@httpd] help pointers -- ubuntu apache for subdir apps

2023-11-10 Thread bruce
I'm more than willing to provide access to the ubuntu/digitalocean instance. it's a throw-away. it can easily be rebuilt. any help/pointers greatly appreciated. I've seen/tried a few different things from different articles, but I&#x

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

2023-07-30 Thread Daniel Ferradal
can have your usual log and add another format and log to capture those you want to focus related to the database you mention. Cheers -- Daniel Ferradal HTTPD Project #httpd help at Libera.Chat

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

2023-07-04 Thread Antony Stone
documentation > regarding logging and the parameters don't seem to be of any help in this > case. So is there any other way in which we can do this I would have thought the simplest way is to look at the code running on the server (no need to modify it, just read it) and work out what it does

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

2023-07-04 Thread Frank Gingras
t; 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

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

2023-07-04 Thread Sudesh Gowda J
m to be of any help in this case. So is there any other way in which we can do this Thank you

Re: [users@httpd] Help with mod_rewrite

2023-05-09 Thread Marc Serra
to probable configuration error. >> >> Use 'LimitInternalRecursion' t >> >> o increase the limit if necessary. Use 'LogLevel debug' to get a >> >> backtrace. >> >> [Tue Apr 18 12:28:43.520326 2023] [core:error] [pid 521174

Re: [users@httpd] Re: Need help understanding mod_rewrite and redirect

2023-05-03 Thread Frank Gingras
In a non-directory context, just anchor your target, and you can skip the RewriteBase altogether. Redirect requires two parameters in the vhost/server context. On Wed, May 3, 2023 at 6:57 PM Jim Weill wrote: > On Wed, May 3, 2023 at 3:45 PM Frank Gingras wrote: > >> 1) Avoid rewriting from

Re: [users@httpd] Re: Need help understanding mod_rewrite and redirect

2023-05-03 Thread Jim Weill
On Wed, May 3, 2023 at 3:45 PM Frank Gingras wrote: > 1) Avoid rewriting from or blocks. > RewriteBase says it cannot be called outside , is that not the case...? > 2) Avoid using mod_alias (redirect) from that context as well > I tried putting the redirect outside the and it would not red

Re: [users@httpd] Re: Need help understanding mod_rewrite and redirect

2023-05-03 Thread Frank Gingras
1) Avoid rewriting from or blocks. 2) Avoid using mod_alias (redirect) from that context as well 3) Provide more than one rewrite log line, context matters 4) This can be replaced with FallbackResource /index.php: RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRul

[users@httpd] Re: Need help understanding mod_rewrite and redirect

2023-05-03 Thread Jim Weill
The logs say something of the form: input=full.website.base.URL pattern=hostname.fq.dn not matched Where am I going wrong here? jim On Wed, May 3, 2023 at 9:55 AM Jim Weill wrote: > We have a website that has been in use for a project for years, which > someone else took up and would like the

[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] Help with mod_rewrite

2023-04-20 Thread Frank Gingras
:error] [pid 521174:tid > >> 140459917698624] [client 90.x.x.x:47218] AH00124: Request exceeded the > >> limit of 10 internal redirects due to probable configuration error. > >> Use 'LimitInternalRecursion' t > >> o increase the limit if necessary. Use &#x

Re: [users@httpd] Help with mod_rewrite

2023-04-19 Thread Frank Gingras
rror] [pid 521174:tid > 140460882368064] [client 90.x.x.x:37092] AH00124: Request exceeded the > limit of 10 internal redirects due to probable configuration error. > Use 'LimitInternalRecursion' t > o increase the limit if necessary. Use 'LogLeve

[users@httpd] Help with mod_rewrite

2023-04-18 Thread Marc Serra
guration error. Use 'LimitInternalRecursion' t o increase the limit if necessary. Use 'LogLevel debug' to get a backtrace. Can anyone help me? Thank's -- Marc Serra -- <https://www.manxa.com> Manxa 1876, S.L. Ctra. Les Tries, 85.17800 Olot (Giron

[users@httpd] Coin Master - Happy to Help

2022-11-13 Thread Coin Master Support
fun tips and tricks as well as useful articles in our https://support.coinmastergame.com/hc/en-us";>Help Center I look forward to your response! Best Regards, Coin Master Support Team This email is a service from Moon Active. [22PDR2-493G6]

Re: [users@httpd] Help check my config for server section

2022-11-11 Thread support
wrote: > > > > > I think I need to read httpd's doc carefully. > > Before doing that can you help check my this config (for php primarily) are > > going without issue? > > Thanks in advance. > > > > root@mail:/etc/apache2/sites-enabled# cat we

Re: [users@httpd] Help check my config for server section

2022-11-11 Thread Frank Gingras
e On Fri, 11 Nov 2022 at 08:32, wrote: > I think I need to read httpd's doc carefully. > Before doing that can you help check my this config (for php primarily) > are going without issue? > Thanks in advance. > > > root@mail:/etc/apache2/sites-ena

[users@httpd] Help check my config for server section

2022-11-11 Thread support
I think I need to read httpd's doc carefully. Before doing that can you help check my this config (for php primarily) are going without issue? Thanks in advance. root@mail:/etc/apache2/sites-enabled# cat webmail.conf |grep -v '#' ServerAdmin webmaster@localhost

Re: [users@httpd] I need help with a rewrite request

2022-09-28 Thread Frank Gingras
t; *Darryl Baker* > > *Northwestern University* > > > > *From: *Darryl Philip Baker > *Reply-To: *Apache httpd Users > *Date: *Wednesday, September 28, 2022 at 11:47 AM > *To: *Apache httpd Users > *Subject: *Re: [users@httpd] I need help with a rewrite request > >

Re: [users@httpd] I need help with a rewrite request

2022-09-28 Thread Darryl Philip Baker
Baker Northwestern University From: Darryl Philip Baker Reply-To: Apache httpd Users Date: Wednesday, September 28, 2022 at 11:47 AM To: Apache httpd Users Subject: Re: [users@httpd] I need help with a rewrite request Thank you Frank. That does look like it will do exactly what I want it to do

Re: [users@httpd] I need help with a rewrite request

2022-09-28 Thread Darryl Philip Baker
2020 Ridge Avenue Evanston, IL 60208-0801 darryl.ba...@northwestern.edu<mailto:darryl.ba...@northwestern.edu> (847) 467-6674 From: Frank Gingras Reply-To: Apache httpd Users Date: Wednesday, September 28, 2022 at 8:53 AM To: Apache httpd Users Subject: Re: [users@httpd] I need help with a r

Re: [users@httpd] I need help with a rewrite request

2022-09-28 Thread Frank Gingras
> stumbling block is I do very few new rewrite rules. Most are simple > modifications of existing rules. Please help. > > > > *Darryl Baker, *GSEC, GCLD (he/him/his) > > Sr. System Administrator > > Distributed Application Platform Services > > *Northwestern Un

[users@httpd] I need help with a rewrite request

2022-09-28 Thread Darryl Philip Baker
transform happen. My stumbling block is I do very few new rewrite rules. Most are simple modifications of existing rules. Please help. Darryl Baker, GSEC, GCLD (he/him/his) Sr. System Administrator Distributed Application Platform Services Northwestern University 4th Floor 2020 Ridge Avenue

Re: [users@httpd] Issue communicating from webserver to app server help

2022-08-31 Thread Eric Covener
On Wed, Aug 31, 2022 at 4:56 PM vaidya nathan wrote: > > Following is our setup > > 1. we have an angular application depoyed in apache webserver IBM HTTP Server > 8.5.5.20(eqivalent apache http server 2.2.8) that talks to a spring boot > server . > > 2. certain users are having issues when tryi

[users@httpd] Issue communicating from webserver to app server help

2022-08-31 Thread vaidya nathan
Following is our setup 1. we have an angular application depoyed in apache webserver IBM HTTP Server 8.5.5.20(eqivalent apache http server 2.2.8) that talks to a spring boot server . 2. certain users are having issues when trying to communicate from the web application with the spring boot serve

[users@httpd] Defaced Website : Few forensic tips and help

2022-07-04 Thread KK CHN
List , https://pastebin.com/YspPiWif One of our PHP website hacked on 3rd july 2022. I am attaching the httpd access files contents in the above pastebin.I hide the original URL of the website due to a SLA policy. Can anybody point out from the logs what exactly made the attacker able to b

[users@httpd] Coin Master - Happy to Help

2022-06-20 Thread Coin Master Support
cYfWk-JfV6C4qXnxjfv8Zdle2AgmMS9KJiOR9lJJsHgYx8MHZFabApBvJnZOWqJbyTwRGHQ0skB2SB2dEE17oRVPDqEjcOKjfHVxvefUZxgnUGi0i5j29BDB_wsd091C13o=s25-no?authuser=0) on the upper-left corner of the menu screen 4. Tap **Support** to be redirected to our Help Center, where you can find great information about Coin Master and may find the answer to your question 5. If not, you can reach out

Re: [users@httpd] Help for rewritting without change The URL into browser

2022-04-06 Thread Eric Covener
On Wed, Apr 6, 2022 at 2:21 PM Aitor Iturriondobeitia wrote: > > I have to rewrite addresses and I can't, see if you can help me. > I have an apache, which calls me with this type of address > http://www.domain.com/food-helps > This internally has to be returned to me by a j

[users@httpd] Help for rewritting without change The URL into browser

2022-04-06 Thread Aitor Iturriondobeitia
I have to rewrite addresses and I can't, see if you can help me. I have an apache, which calls me with this type of address http://www.domain.com/food-helps This internally has to be returned to me by a jboss with, let's say, this url: http://www.domain.com/32HELP the problem is that

Re: [users@httpd] Help Gor básico ( :-) ) rewrite

2022-04-03 Thread Frank Gingras
write should be the last resort, and if chosen, using the rewrite log to debug would help. On Sun, 3 Apr 2022 at 16:27, Jim Albert wrote: > On 4/3/2022 12:34 PM, Aitor Iturriondobeitia wrote: > > Hello, I'm new to this topic and I'm finding it difficult. Let's see if >

Re: [users@httpd] Help Gor básico ( :-) ) rewrite

2022-04-03 Thread Jim Albert
On 4/3/2022 12:34 PM, Aitor Iturriondobeitia wrote: Hello, I'm new to this topic and I'm finding it difficult. Let's see if you can help me please. I am trying to remove the contextroot from my application. For example, I have the following URL that calls me: www.domain.com/RED

[users@httpd] Help Gor básico ( :-) ) rewrite

2022-04-03 Thread Aitor Iturriondobeitia
Hello, I'm new to this topic and I'm finding it difficult. Let's see if you can help me please. I am trying to remove the contextroot from my application. For example, I have the following URL that calls me: www.domain.com/REDF00K/form.xhtml and I want to eliminate, in the rewri

Re: [users@httpd] help with reverse proxy

2021-10-06 Thread Matt Zagrabelny
d for now. > If you simply don't load it in the server you'll simplify things. > In fact it looks as if mod_xml2enc needs updating to work > correctly with HTML 5's nonsense! Ha. Thanks for all the help and experti

Re: [users@httpd] help with reverse proxy

2021-10-06 Thread Nick Kew
> On 5 Oct 2021, at 22:43, Matt Zagrabelny wrote: > > GET /polaris/ HTTP/1.1 > Accept-Encoding: gzip, deflate > HTTP/1.1 200 OK > content-encoding: gzip OK, that looks like it should be fine for the browser and server. It looks like you're dealing with compressed data. If the proxy is to re

Re: [users@httpd] help with reverse proxy

2021-10-05 Thread Matt Zagrabelny
Hi Nick, Thanks for the reply! On Tue, Oct 5, 2021 at 3:02 PM Nick Kew wrote: > > > > > On 5 Oct 2021, at 16:39, Matt Zagrabelny wrote: > > > > I am trying to configure a reverse proxy and am following the config file: > > What you've described looks basically OK (the complexity may or may not

Re: [users@httpd] help with reverse proxy

2021-10-05 Thread Nick Kew
> On 5 Oct 2021, at 16:39, Matt Zagrabelny wrote: > > I am trying to configure a reverse proxy and am following the config file: What you've described looks basically OK (the complexity may or may not be necessary). The debug output from your log doesn't obviously indicate a problem. > """

[users@httpd] help with reverse proxy

2021-10-05 Thread Matt Zagrabelny
] [pid 7175] mod_xml2enc.c(509): [client 192.168.0.47:42900] AH01441: xml2enc: converted 88/133 bytes it sort of looks like I'm generating a loop, but I'm unaware of where to fix the issue. Any suggestions for what to do

[users@httpd] Asking for Help: Processing POST enctype="multipart/form-data", libapreq2 /mod_upload examples cannot find

2021-05-04 Thread 巍才凌
_parse_form_data for default POST processing.  I find libapreq2 may help, but I cannot find an example at  https://httpd.apache.org/apreq/docs/libapreq2/index.html   . I also searched for a mod_upload, my mod_example cannot call mod_upload_form defined in mod_upload. I didnot find an example of

[users@httpd] Help

2021-04-23 Thread Fabio Aragao
Dears, good morning,We have an Apache2 service installed on an Ubuntu 18.04 serveryesterday the Apache2 service was consuming too much memory to the point of crashing the server, I was unable to determine the reason, but in monitoring the HTOP, it was seen that the "villain" would be apache, and

Re: [users@httpd] Re: Help: Building httpd from source with specific (different then system default) OpenSSL

2021-04-07 Thread Shariful Alam
Hi Yann, It works!. Thanks. I'm a noob, I was trying to fix this for the past two days. At some point, I believe I tried with the LDFLAGS too. But I can see that I was using LDFLAGS incorrectly. Thanks for the help. Regards, Shariful Alam On Wed, Apr 7, 2021 at 3:02 PM Yann Ylavic wrote:

Re: [users@httpd] Re: Help: Building httpd from source with specific (different then system default) OpenSSL

2021-04-07 Thread Yann Ylavic
On Wed, Apr 7, 2021 at 10:56 PM Shariful Alam wrote: > > Yes, I'm looking for libssl. But not the default one. Here, you can see that > my mod_ssl.so is still linked with the default libssl. However, during httpd > installation, I use the following configuration, > > CFLAGS='-DSSL_EXPERIMENTAL_

Re: [users@httpd] Re: Help: Building httpd from source with specific (different then system default) OpenSSL

2021-04-07 Thread Shariful Alam
Hi Christophe, Yes, I'm looking for *libssl. *But not the default one. Here, you can see that my *mod_ssl.so *is still linked with the default libssl. However, during httpd installation, I use the following configuration, - CFLAGS='-DSSL_EXPERIMENTAL_ENGINE -DSSL_ENGINE -DOPENSSL_LOAD_CONF'

[users@httpd] Re: Help: Building httpd from source with specific (different then system default) OpenSSL

2021-04-07 Thread Christophe JAILLET
Le 07/04/2021 à 18:56, Shariful Alam a écrit : Hello Yann, Thanks for the reply. Following is the output of *ldd mod_ssl.so, * still the same. No sign of OpenSSL library. root@xxx:/etc/apache2/modules# ldd mod_ssl.so linux-vdso.so.1 =>  (0x7fffce1c5000) libssl.so.1.0.0 => /lib/x86_64-linu

Re: [users@httpd] Help: Building httpd from source with specific (different then system default) OpenSSL

2021-04-07 Thread Shariful Alam
Hello Yann, Thanks for the reply. Following is the output of *ldd mod_ssl.so, * still the same. No sign of OpenSSL library. root@xxx:/etc/apache2/modules# ldd mod_ssl.so linux-vdso.so.1 => (0x7fffce1c5000) libssl.so.1.0.0 => /lib/x86_64-linux-gnu/libssl.so.1.0.0 (0x7fec51b11000) libcrypt

Re: [users@httpd] Help: Building httpd from source with specific (different then system default) OpenSSL

2021-04-07 Thread Yann Ylavic
Hello, On Wed, Apr 7, 2021 at 10:30 AM Shariful Alam wrote: > > root@:/etc/apache2/bin# ldd httpd > linux-vdso.so.1 => (0x7fffe4df9000) > libpcre.so.1 => /usr/local/pcre/lib/libpcre.so.1 (0x7ff2ad391000) > libaprutil-1.so.0 => /usr/local/apr/lib/libaprutil-1.so.0 (0x7ff2ad16b000)

[users@httpd] Help: Building httpd from source with specific (different then system default) OpenSSL

2021-04-07 Thread Shariful Alam
Hello, I'm trying to install httpd from the source code. I have also install OpenSSL 1.1.1c from source code and I want httpd to use this OpenSSL library. However, while installing httpd, even mentioning httpd to configuring with my newly installed OpenSSL seems not working. Seeking advice from exp

[users@httpd] Multiple-instances script doesn't create the init script. Some help please.

2021-01-15 Thread Stephane Kolijn
Hi everyone, I am trying to install a second instance of apache on debian. I used the multiple instance script. during the installation it says: root@nextcloudpi:/usr/share/doc/apache2/examples# sudo sh setup-instance suitecrm2 Setting up /etc/apache2-suitecrm2 ... systemd is in use, no init scr

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] Re: [PUB][users@httpd] Help building APR from source

2020-01-31 Thread Lucien Gentis
uild-outputs.mk <http://build-outputs.mk>. Then when I run `./configure --prefix=` I get an error configure: creating ./config.status .in'ig.status: error: cannot find input file: `Makefile $ Could I get some help here? I've confirmed there is no Makefile in the directo

[users@httpd] Help building APR from source

2020-01-30 Thread Robert Snakard
tatus .in'ig.status: error: cannot find input file: `Makefile $ Could I get some help here? I've confirmed there is no Makefile in the directory. There is a Makefile.in. I'm developing on a macbook running Mojave and I should have the latest xcode build tools installed. Any thoughts are a

Re: [users@httpd] Help: Apache crashed once Concurrent Users reached 150

2019-12-09 Thread Anil Kumar P
ppServer [Running a Java Based CMS]). >> > >> > We are using Apache to connect Tomcat by MOD_JK and mapping the URL >> > (Attached VirtualHost.conf), and No applications/code are running on >> > WebServers. >> > >> > 1. Two WebServers (4 CPU &

Re: [users@httpd] Help: Apache crashed once Concurrent Users reached 150

2019-12-08 Thread Jayaram Ponnusamy
reached 300 or More than > site crashed and then we bring the site back by restarting Apache. > > When the Child Processes reaching 200 during the time Google Analytics > shows the ACTIVE/CONCURRENT Users are 140-160. We have two Apache & Tomcat > Servers with Load-balancing bu

Re: [users@httpd] Help: Apache crashed once Concurrent Users reached 150

2019-12-05 Thread Daniel Ferradal
crashed > and then we bring the site back by restarting Apache. > When the Child Processes reaching 200 during the time Google Analytics shows > the ACTIVE/CONCURRENT Users are 140-160. We have two Apache & Tomcat Servers > with Load-balancing but its unable to serve more than

Re: [users@httpd] Help: Apache crashed once Concurrent Users reached 150

2019-12-05 Thread Anil Kumar P
ng the time Google Analytics shows > the ACTIVE/CONCURRENT Users are 140-160. We have two Apache & Tomcat Servers > with Load-balancing but its unable to serve more than 150 concurrent users. > Kindly please check my configuration and help to allow at-least 500 > concurrent user

[users@httpd] Help: Apache crashed once Concurrent Users reached 150

2019-12-05 Thread Jayaram Ponnusamy
wo Apache & Tomcat Servers with Load-balancing but its unable to serve more than 150 concurrent users. Kindly please check my configuration and help to allow at-least 500 concurrent users. *CONFIGURATION:* * httpd.conf* StartServers 80 ServerLimit 3500 MaxClients 3500 MaxRequest

[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) >

[users@httpd] Re: Help configure a Reverse proxy with Substitute

2019-03-21 Thread Christophe JAILLET
Le 15/03/2019 à 10:47, Flaviu Radulescu a écrit : Dear community, I need an advice on how to configure a reverse proxy in which I need to replace the tag from the response html with an ENV variable defined previously. How do you recommend me to do this? I tried with substitute, but unfortu

Re: [users@httpd] RE: Help configure a Reverse proxy with Substitute

2019-03-18 Thread Luis Speciale
d try prefixing your substituted string with ‘expr=’, as follows: *Substitute*"s|src=\"(.*?)\"|expr=src=\"%{st}e/lp/$1\"|i" I’m just reading from the docs and have not tried it myself. Matt. *From:*Flaviu Radulescu *Sent:* Friday, 15 March 2019 7:47 PM *To:*

[users@httpd] RE: Help configure a Reverse proxy with Substitute

2019-03-18 Thread Muggeridge, Matt
7;expr=', as follows: Substitute "s|src=\"(.*?)\"|expr=src=\"%{st}e/lp/$1\"|i" I'm just reading from the docs and have not tried it myself. Matt. From: Flaviu Radulescu Sent: Friday, 15 March 2019 7:47 PM To: users@httpd.apache.org Subject: Help configure a Rev

[users@httpd] Help configure a Reverse proxy with Substitute

2019-03-15 Thread Flaviu Radulescu
Dear community, I need an advice on how to configure a reverse proxy in which I need to replace the tag from the response html with an ENV variable defined previously. How do you recommend me to do this? I tried with substitute, but unfortunately doesn't seem to support variables. The variabl

[users@httpd] Email Alert | Error | Statistics | Urgent Help | 2.4.38 VC15

2019-03-15 Thread Khandelwal, Ankit
Hello, I need help in configuring email alert for errors faced by users during load balancer calls. Is there something in Apache Load balancer configuration to achieve on windows server. Additionally, can anyone help me to configure statistics of apache load balancer. I referred below link

Re: [users@httpd] Port Forwarding Help?

2019-01-21 Thread Ruben Safir
On 1/21/19 3:07 PM, Osman Zakir wrote: > I can see the app on localhost on either port 8000 or port 8081. What am I > doing wrong? > fix your network then. -- So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind of t

Re: [users@httpd] Port Forwarding Help?

2019-01-21 Thread Osman Zakir
I can see the app on localhost on either port 8000 or port 8081. What am I doing wrong?

Re: [users@httpd] Port Forwarding Help?

2019-01-21 Thread Ruben Safir
On Mon, Jan 21, 2019 at 04:19:00PM +, Osman Zakir wrote: > Wait, so it's fine if I use my internal IP address? The app will be > available on my public IP address in that case too? you app is being called by apache so it doesn't matter were it is as long as apache can reach it. --

Re: [users@httpd] Port Forwarding Help?

2019-01-21 Thread Ruben Safir
On Mon, Jan 21, 2019 at 04:27:38PM +, Osman Zakir wrote: > This is what I have in the conf file at the bottom: > " > "E:/programming/visual_studio_2017/Projects/currency_converter/x64/Release"> > Options All??? > Options Indexes FollowSymLinks??? > AllowOverride None??? > Requi

Re: [users@httpd] Port Forwarding Help?

2019-01-21 Thread Osman Zakir
This is what I have in the conf file at the bottom: " Options All​ Options Indexes FollowSymLinks​ AllowOverride None​ Require all granted​ ​ ​ ​ ServerAdmin osmanzaki...@hotmail.com​ ServerName dragonosman.dynu.net​ ServerAlias www.dragonosman.dynu.net​ ErrorLog "logs/

Re: [users@httpd] Port Forwarding Help?

2019-01-21 Thread Eric Covener
On Mon, Jan 21, 2019 at 11:19 AM Osman Zakir wrote: > > Wait, so it's fine if I use my internal IP address? The app will be > available on my public IP address in that case too? In ProxyPass, assuming your reverse proxy and backend are on the same internal network, yes. As long as the reverse p

Re: [users@httpd] Port Forwarding Help?

2019-01-21 Thread Osman Zakir
Wait, so it's fine if I use my internal IP address? The app will be available on my public IP address in that case too?

Re: [users@httpd] Port Forwarding Help?

2019-01-21 Thread Eric Covener
On Mon, Jan 21, 2019 at 11:12 AM Osman Zakir wrote: > > My server is listening on http://dragonosman.dynu.net:5501/. Should I put > that there then? Also, should the ProxyPass directive go inside the > VirtualHost tags or outside? Yes. But normally you would use an internal LAN address not a

Re: [users@httpd] Port Forwarding Help?

2019-01-21 Thread Osman Zakir
My server is listening on http://dragonosman.dynu.net:5501/. Should I put that there then? Also, should the ProxyPass directive go inside the VirtualHost tags or outside?

Re: [users@httpd] Port Forwarding Help?

2019-01-21 Thread Eric Covener
On Mon, Jan 21, 2019 at 10:56 AM Osman Zakir wrote: > > The httpd.conf file is attached to this email. The VirtualHost and ProxyPass > stuff is at the bottom. Please let me know what I messed up now, if anything > at all. And if there's something wrong, help me out with th

Re: [users@httpd] Port Forwarding Help?

2019-01-21 Thread Osman Zakir
The httpd.conf file is attached to this email. The VirtualHost and ProxyPass stuff is at the bottom. Please let me know what I messed up now, if anything at all. And if there's something wrong, help me out with that. The first parameter to the ProxyPass directive for "/" i

Re: [users@httpd] Port Forwarding Help?

2019-01-21 Thread Eric Covener
On Mon, Jan 21, 2019 at 10:25 AM Osman Zakir wrote: > > I need to know if I've set up the reverse proxy configuration correctly in > the conf file, and also how to fix it I did something wrong. This has nothing to do with port forwarding in your router. "If" you've set it up correctly, accessin

Re: [users@httpd] Port Forwarding Help?

2019-01-21 Thread Osman Zakir
I need to know if I've set up the reverse proxy configuration correctly in the conf file, and also how to fix it I did something wrong. And I also need to know how to correctly visit the app in the browser after I've set it up correctly and am forwarding the port that Apache is listening (if th

Re: [users@httpd] Port Forwarding Help?

2019-01-21 Thread Eric Covener
On Mon, Jan 21, 2019 at 10:13 AM Osman Zakir wrote: > > I don't know if it's the same as what you're talking about, but I can choose > a range for an internal port and for external port (there are External Port > Start and External Port End, and Internal Port Start and Internal Port End), > and

Re: [users@httpd] Port Forwarding Help?

2019-01-21 Thread Osman Zakir
I don't know if it's the same as what you're talking about, but I can choose a range for an internal port and for external port (there are External Port Start and External Port End, and Internal Port Start and Internal Port End), and I can use 80 or 443 for the internal port while using a differ

Re: [users@httpd] Port Forwarding Help?

2019-01-21 Thread Eric Covener
> Because if so, I'll need to choose a different port because I'm having it > listen on port 8080 which is being blocked by the ISP. Unless your router allows you to forward port A to port B in the UI, you'll have to listen on a port your ISP isn't filtering.

Re: [users@httpd] Port Forwarding Help?

2019-01-21 Thread Osman Zakir
I can't use port 80 or 433 for my external port because the router's using those ports. 8080 and 8443 are also being blocked by ISP. So I had to use 5501 and forward that. I'll take away the forwarding rule for port 5501 if I can get the reverse proxy to work, though. That being said, just n

Re: [users@httpd] Port Forwarding Help?

2019-01-21 Thread Yehuda Katz
If your ISP blocks port 80 and port 443, there is no way for you to host the site without a port number. If you can run a server on those ports, HTTPD would listen there and reverse proxy to the internal port the app is running on (5501?). You would not want to forward 5501 through the router becau

Re: [users@httpd] Port Forwarding Help?

2019-01-20 Thread Osman Zakir
I found out that the problem was that I was using port 8080 which was blocked by my ISP. I managed to get it to work using a different port (port 8443 didn't work either). Now I need to ask this: if I want to put my app behind Apache's reverse proxy, do I need to set up port forwarding for jus

[users@httpd] Port Forwarding Help?

2019-01-19 Thread Osman Zakir
I'm not sure if this is okay to ask here, but I'll try anyway. I tried to set up port forwarding but the port is still coming up as closed when I check on canyouseeme.org (it says "Connection timed out"). And while I can get to my router's settings using my Default Gateway IP address, trying to

RE: [users@httpd] RE: [EXTERNAL] Re: [users@httpd] Help Creating Test HTTP Server with SSL

2018-12-11 Thread Kathy S Durlacher
tificate'. Unable to establish SSL connection. -Original Message- From: Eric Covener Sent: Tuesday, December 11, 2018 2:57 PM To: users@httpd.apache.org Subject: Re: [users@httpd] RE: [EXTERNAL] Re: [users@httpd] Help Creating Test HTTP Server with SSL On Tue, Dec 11, 2018 at

Re: [users@httpd] RE: [EXTERNAL] Re: [users@httpd] Help Creating Test HTTP Server with SSL

2018-12-11 Thread Eric Covener
On Tue, Dec 11, 2018 at 2:55 PM Kathy S Durlacher wrote: > > Hi Eric -- first let me thank you for your help - truly appreciated. > Can you please respond placing a space following your https so what you typed > is not converted to https: //urldefense, etc Here's the same re

RE: [users@httpd] RE: [EXTERNAL] Re: [users@httpd] Help Creating Test HTTP Server with SSL

2018-12-11 Thread Kathy S Durlacher
Hi Eric -- first let me thank you for your help - truly appreciated. Can you please respond placing a space following your https so what you typed is not converted to https: //urldefense, etc -Original Message- From: Eric Covener Sent: Tuesday, December 11, 2018 2:38 PM To: users

Re: [users@httpd] RE: [EXTERNAL] Re: [users@httpd] Help Creating Test HTTP Server with SSL

2018-12-11 Thread Eric Covener
On Tue, Dec 11, 2018 at 2:28 PM Kathy S Durlacher wrote: > > Wget downloaded and executed, and I'm receiving the following which looks to > point to a possible problem with the recode of the uri to get to test SSL > port 444: > > wget -r http://choiceportal-d:8084 > SYSTEM_WGETRC = c:/progra~1/w

RE: [users@httpd] RE: [EXTERNAL] Re: [users@httpd] Help Creating Test HTTP Server with SSL

2018-12-11 Thread Kathy S Durlacher
https://choiceportal-d:8084%:444{REQUEST_URI}: Bad port number. -Original Message- From: Eric Covener Sent: Tuesday, December 11, 2018 11:31 AM To: users@httpd.apache.org Subject: Re: [users@httpd] RE: [EXTERNAL] Re: [users@httpd] Help Creating Test HTTP Server with SSL On Tue, Dec 11,

Re: [users@httpd] RE: [EXTERNAL] Re: [users@httpd] Help Creating Test HTTP Server with SSL

2018-12-11 Thread Eric Covener
On Tue, Dec 11, 2018 at 11:28 AM Kathy S Durlacher wrote: > > Yes, these non-standard ports are defined: > Listen *:8084 > #Listen *:80 > Listen *:444 > #Listen *:443 I'd suggest debugging with a commnand-line client like wget or curl rather than a browser. The former will give you more concrete

[users@httpd] RE: [EXTERNAL] Re: [users@httpd] Help Creating Test HTTP Server with SSL

2018-12-11 Thread Kathy S Durlacher
Yes, these non-standard ports are defined: Listen *:8084 #Listen *:80 Listen *:444 #Listen *:443 -Original Message- From: Eric Covener Sent: Tuesday, December 11, 2018 11:12 AM To: users@httpd.apache.org Subject: [EXTERNAL] Re: [users@httpd] Help

  1   2   3   4   5   6   7   8   9   10   >