Re: [users@httpd] "httpd" service timing-out

2013-07-18 Thread Ajay Garg
Mike, Running either of the above two scripts, I get """ Passing arguments to httpd using apachectl is no longer suppored. You can only start/stop/restart httpd using this script. If you want to pass extra arguments to httpd, edit the /etc/sysconfig/httpd config file. """ :( On Fri, Jul 19,

[users@httpd] Re: ap_run_mpm

2013-07-18 Thread Christophe JAILLET
Le 19/07/2013 02:38, Valter Nogueira a écrit : I don't know if this question belongs here. While reading over internet how apache works I learned that different threading/multi-process models are called thru ap_run_mpm inded, main.c calls ap_run_mpm, but I don't figure out where it is defin

[users@httpd] ap_run_mpm

2013-07-18 Thread Valter Nogueira
I don't know if this question belongs here. While reading over internet how apache works I learned that different threading/multi-process models are called thru ap_run_mpm inded, main.c calls ap_run_mpm, but I don't figure out where it is defined nor how it is linked with the correct mpm model.

Re: [users@httpd] "httpd" service timing-out

2013-07-18 Thread Mike Rumph
Hello Ajay, You could try using "apachectl -k restart" or "apachectl -k graceful". The following link has these and other options for restarting Apache httpd: - http://httpd.apache.org/docs/2.4/stopping.html#hup Thanks, Mike Rumph On 7/18/2013 2:54 PM, Ajay Garg wrote: Hi all. I have used

[users@httpd] "httpd" service timing-out

2013-07-18 Thread Ajay Garg
Hi all. I have used httpd to good effect since many months (mainly using it for uploading/downloading files via WebDAV) on a Fedora-18 ARM machine, and it has always worked like a charm. Now, we are in the process of setting up a book-server, based on OPDS-spec, and WSGI. However, when we setup t

Re: [users@httpd] redirect request to two different server

2013-07-18 Thread john gale
Hi Kim, this sounds like a good job for a proxy, to redirect traffic to different servers. You can read up on apache's proxy support at http://httpd.apache.org/docs/2.2/mod/mod_proxy.html ~ john On Jul 18, 2013, at 12:00 PM, Clark, Kim wrote: > I have a situation where site.domain.co

[users@httpd] redirect request to two different server

2013-07-18 Thread Clark, Kim
I have a situation where site.domain.com needs to be directed to server1, but request for site.domain.com/* needs to be redirected to server2 I am new to apache and any ideas or suggestions to get me started would be greatly appreciated. [CWT2] Kim Clark | Sr. Technical Analyst, Technology

[users@httpd] Bad charset conversion with mod_proxy

2013-07-18 Thread Antonín Zrůstek
Hello everybody, while reverse proxying a page via mod_proxy_html (Apache 2.4.4) I get wrong output charset for some parts of page. When I comment Include conf/extra/proxy-html.conf the page is OK, but of course rewriting internal links doesn't work. When I uncomment it, rewriting works just O