Re: [users@httpd] Apache FTP Proxy

2012-04-30 Thread Rainer Frey
On 27.04.2012, at 20:04, Andy Carlson wrote: I currently have an apache reverse proxy server that I am using in front of a number of web servers that are setup as VirtualHost’s on the proxy. I want to setup an FTP proxy (using different VirtualHost definitions, if necessary) to proxy FTP

[users@httpd] sh: fetch: command not found

2012-04-30 Thread vishesh kumar
Hi Members, I am getting a lots of following error in my error_log -- sh: fetch: command not found --- What could be the reason as nothing more relevant information in log file ? Thanks Vishesh Kumar

Re: [users@httpd] sh: fetch: command not found

2012-04-30 Thread Eric Covener
On Mon, Apr 30, 2012 at 7:15 AM, vishesh kumar linuxtovish...@gmail.com wrote: Hi Members, I am getting a lots of following error in my error_log -- sh: fetch: command not found --- Check your CGI

[users@httpd] Cannot redirect or rewrite from http to https.

2012-04-30 Thread SEAN MCELROY
Hello,   I am using a httpd server to provide access to a flex app deployed on tomcat. The application must be accessed via https and I have managed to do this, however the application remains available over http. I have tried all sorts of different approaches but simply cannot rediect from

Re: [users@httpd] sh: fetch: command not found

2012-04-30 Thread vishesh kumar
Thanks Eric , But i didn't uploaded any CGI script which call fetch*. * I suspect if this could be hacking attempt . Thanks On Mon, Apr 30, 2012 at 4:58 PM, Eric Covener cove...@gmail.com wrote: On Mon, Apr 30, 2012 at 7:15 AM, vishesh kumar linuxtovish...@gmail.com wrote: Hi Members, I

Re: [users@httpd] sh: fetch: command not found

2012-04-30 Thread Eric Covener
On Mon, Apr 30, 2012 at 7:34 AM, vishesh kumar linuxtovish...@gmail.com wrote: Thanks Eric , But i didn't uploaded any CGI script which call fetch. I suspect if this could be hacking attempt . Could be, you could try tour best to correlate with the access log. -- Eric Covener

[users@httpd] Syntax highlighting of httpd configurations

2012-04-30 Thread Daniel Gruno
Hi everybody on users@, As you may or may not know, there's been some work in the trunk branch of the httpd documentation, allowing for syntax highlighting of both the various C/Perl/Lua code as well as the configuration examples shown in the docs. The thought being, that it will make it easier to

Re: [users@httpd] Deny directives silently ignored in config files

2012-04-30 Thread Matthieu Moy
Eric Covener cove...@gmail.com writes: 1) I'd like to understand what was going on. From my understanding, the line above shouldn't have disabled other Deny from directives. Since Location are taken into account after Directory, I'd understand that a Order directive could be problematic, but

RE: [users@httpd] Content Type Apache 1.3.27

2012-04-30 Thread Grupo PF_Jorge Antonio Santiago Gonzalez
Hi, Thanks for the reply, You're right, I forgot to say what happens with the resource. When I visit the resource I only see the html code, as a plain text. Also I have already check this with Fiddler, so that's how I know it's sending text/plain. Regards, Jorge. De: Daniel Ruggeri

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

2012-04-30 Thread P J
Greetings all, Hoping someone can point me in the right direction as I've spent the last week trying to figure out where the issue is but haven't been able to. Running Apache 2.2.3 on CentOS 5.8. At a few points during the day when traffic is heavy we are having an issue where Apache no longer

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

2012-04-30 Thread Alexandr Normuradov
cat /proc/$(pidof -s httpd)/limitsTo troubleshoot that you should have at least two additional outputs from netstat -pant, with connections states and service httpd fullstatus, listing current state of all the apache procs/threads. What applications your Apache is serving? PHP? is it mod_php,

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

2012-04-30 Thread P J
On Mon, Apr 30, 2012 at 9:13 AM, Alexandr Normuradov norma...@gmail.comwrote: cat /proc/$(pidof -s httpd)/limitsTo troubleshoot that you should have at least two additional outputs from netstat -pant, with connections states and service httpd fullstatus, listing current state of all the