[users@httpd] APACHE MODULE CSRF

2019-06-17 Thread Ricardo Fernando
onsole of my browser when I make a request: Forddden: You do not have permission to access ... Has anyone ever had a similar situation? tks Abraços, *Ricardo Fernando Neves* *Desenvolvimento* COURIER DE FLASH Site: www.flashcourier.com.br "Esta mensagem e seus anexos são dirigidos exc

[users@httpd] Apache 2.4 timeouts/connection refused under high load. Works fine with version 2.2

2016-09-12 Thread Fernando Marcelo
Hi, I'm running Apache 2.4 (prefork) on a Centos 7 server. The server specs are pretty good: 2 x Xeon E5-2697 v3 @ 2.60GHz, 512GB of RAM and 8 SSDs in RAID 10. This Apache server is used to run a PHP software and serve a few static files, although most of the static files are cached in our CDN se

Re: [users@httpd] Help troubleshooting performance issue, after "1000 total children" Apache no longer responds to HTTP requests. Not MaxClients issue?

2012-05-03 Thread Luis Fernando Alen
uston wrote: > On Thu, May 03, 2012 at 08:33:58AM -0300, Luis Fernando Alen wrote: > > Perhaps your prefork settings are the cause of the issue. > > > > Look, you have 80 StartServers and 120 MaxSpareServers, and with such > > settings, apache can spawn 9600 (80*120) chil

Re: [users@httpd] Help troubleshooting performance issue, after "1000 total children" Apache no longer responds to HTTP requests. Not MaxClients issue?

2012-05-03 Thread Luis Fernando Alen
Hello, PJ. Perhaps your prefork settings are the cause of the issue. Look, you have 80 StartServers and 120 MaxSpareServers, and with such settings, apache can spawn 9600 (80*120) children. However, your ServerLimit and MaxClients (3500) are way to lower than that. I've had similar issues when

[users@httpd] Will wildcard vhost conflict with a specific one?

2012-04-10 Thread Luis Fernando Alen
Hello, I need to set both a generic/wildcard vhost and a specific one with different DocumentRoot and configurations, just like the example below: ** *ServerName specific.mydomain.com* * * *DocumentRoot /var/www/specific.mydomain.com/* *JkMount /otherapp serverX* *JkMount /otherap

[us...@httpd] AJP and 500/503 error

2010-07-29 Thread Fernando
e, of this transaction. I can see a GET from Apache, after a keepalive, after a TCP FIN. I suspect of timeout. Can somebody confirm it? Someone already had this issue? My mod_proxy configuration is: BalancerMember http://webloadbalancer.jboss.caixa:5510 keepalive=on Att, Fernando Me

Re: [us...@httpd] questions regarding the version 2.2.15

2010-04-15 Thread Fernando Milovich
I think is the correct version you are looking for. http://httpd.apache.org/docs/2.2/new_features_2_2.html On Thu, Apr 15, 2010 at 4:53 PM, Hélène Montarou wrote: > Hi, > > I am looking for an HTTP proxy server with the following features: > - It has to be a reverse proxy; > - It has to support

Re: [us...@httpd] same rewrite for several vhosts on 404 errors

2009-10-26 Thread Luis Fernando
to avoid is repeating configuration on vhosts. André Warnier wrote: Luis Fernando wrote: Hello guys. I use apache2 on debian and i have several vhosts in /etc/apache2/sites-available, included by /etc/apache/apache2.conf. Not really : what is really included, are the files present in /et

Re: [us...@httpd] same rewrite for several vhosts on 404 errors

2009-10-26 Thread Luis Fernando
ted by default. /"//Note that, by default, rewrite configurations are not inherited. This means that you need to have a |RewriteEngine on| directive for each virtual host in which you wish to use it." /Can someone tell me if that's the better way of doing it, indeed? Luis Ferna

[us...@httpd] same rewrite for several vhosts on 404 errors

2009-10-26 Thread Luis Fernando
re to put it, because i don't wanna configure it for each vhost. Is there a way to do it? Thanks for your help. Luís Fernando Alén Gonçalves. - The official User-To-User support forum of the Apache HTTP Server Project

[us...@httpd] AllowOverride for rewrite configurations only

2009-09-23 Thread Luis Fernando
rity reasons.. Any help would be appreciated. Thank you. Luís Fernando Alén Gonçalves - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info.

Re: [EMAIL PROTECTED] apache load balance very uneven

2008-07-21 Thread fernando castano
the current load in each od the app. servers. That is the algorithm I am using. Since in this case the total load is light and most of them are always free, it might just take the first of the list, which then ends up more used than the others. No ? André fernando castano wrote: Hi all

[EMAIL PROTECTED] apache load balance very uneven

2008-07-18 Thread fernando castano
Hi all, I'm new to apache. I am experiencing a problem with apache load balancer. I configured the load balancer across 10 app servers (glassfish domains), but when I see the way the cookies (and load) are distributed I see a very uneven distribution. Here is my proxy configuration: [EM

[EMAIL PROTECTED] How to display the Allow Header for 405 Responses?

2008-03-15 Thread Senaka Fernando
Hi all, Can you please let me know how could I display the "Allow" Header for 405 Responses? I need to dynamically set this in my C code. I have successfully managed to set the 405 status, and get it displayed to a client. But, however, setting r->allowed = (1 << M_GET) or something similar doesn'

[EMAIL PROTECTED] Apache segfault with 2k Vhosts

2007-04-26 Thread Fernando Schubert
:12 2007] [notice] Apache/2.0.59 (FreeBSD) DAV/2 PHP/4.4.4 with Suhosin-Patch configured -- resuming normal operations [Thu Apr 26 12:04:04 2007] [notice] caught SIGTERM, shutting down I need a light to solve this problem. Thanks!!! *Fernando Schubert* SysAdmin San

[EMAIL PROTECTED] apache .htaccess in NFS

2006-01-26 Thread Fernando
that my problem is with the NFS and .htaccess file... is there a directive or option to fix it? Thanks for the help!! Fernando S. - The official User-To-User support forum of the Apache HTTP Server Project. See

[EMAIL PROTECTED] combining mod_rewrite with mod_ntlm and fastcgi

2005-11-09 Thread Fernando Martins
/zope and the page urls have also prefixed zope. In 1.3, the prefix zope would never come back to the user but it does with 2.0. Why is this not working in 2.0? Am I using correctly the web of .conf files? TIA, Fernando This is in 1.3 httpd.conf: FastCgiExternalServer /srv/www/htdocs/zope -host

[EMAIL PROTECTED] sysconfig.d/include.conf not generated

2005-11-09 Thread Fernando Martins
should be its contents? TIA, Fernando Apache Forums - Apache Web Server Help - sysconfig.dinclude.conf not generated.URL Description: Binary data Apache Forums - Apache Web Server Help - sysconfig.dinclude.conf not generated.URL Description: Binary data Apache Forums - Apache Web S

[EMAIL PROTECTED] Server too slow

2005-09-14 Thread Fernando Barros
but I couldnt find anything. Any idea? Tks in advance! Fernando Barros   - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscr

Re: [users@httpd] Estrange Redirection

2005-05-30 Thread Fernando Remus Nagel
; Ok, now. > > > Rgds, > Owen Boyle > Disclaimer: Any disclaimer attached to this message may be ignored. > > > > > 2005/5/27, Boyle Owen <[EMAIL PROTECTED]>: > > > > -Original Message- > > > > From: Fernando Remus Nagel [mailto:

Re: [users@httpd] Estrange Redirection

2005-05-27 Thread Fernando Remus Nagel
The real name is http://frnagel.homeip.net and I was accessing from inside! PS.: Inform me when you are going to access the page, for me activate the server! 2005/5/27, Boyle Owen <[EMAIL PROTECTED]>: > > -Original Message- > > From: Fernando Remus Nagel [mailt

[users@httpd] Estrange Redirection

2005-05-26 Thread Fernando Remus Nagel
I'm requestin my page with it's own domain! 2005/5/25, Wagner, Aaron <[EMAIL PROTECTED]>: > > > > -Original Message- > > From: Fernando Remus Nagel [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, May 25, 2005 3:24 PM > > To: users@http

Re: [users@httpd] Estrange Redirection

2005-05-25 Thread Fernando Remus Nagel
t; Where are the html files for your page stored? In the default place > What is the directory structure? There isn't a directory structure > What changes have you made to httpd.conf? Few. I only change the admin email, the server name and the port! > That should do for a start.

[users@httpd] Estrange Redirection

2005-05-24 Thread Fernando Remus Nagel
I have installed the Apache httpd serve on my machine. When I try to access my page stored in httpd, it redirects to my modem! What can be happening? - The official User-To-User support forum of the Apache HTTP Server Project. S