[thelist] Apache configuration question

Eduardo Kienetz eduardok at gmail.com
Mon Jul 10 07:50:55 CDT 2006


On 7/10/06, Randal Rust <randalrust at gmail.com> wrote:
> On 7/10/06, Eduardo Kienetz <eduardok at gmail.com> wrote:
>
> > Depends on the context. You can configure it as a per virtual host basis.
>
> Right, that makes sense.
>
> We have two applications running on the box, an Oracle Forms app on
> port 80, and a J2EE app on 8889 (usinc OC4J app server).
>
> Technically, we are running the Oracle HTTP Server, which is really
> just an Apache server.
>
> We have been having issues with the J2EE app, and the client's IT
> people asked us to increase the KeepAliveTimeout to 120. When we did
> that, it didn't solve our problems, and it appears to have
> dramatically slowed the Oracle Forms application down.
>
> Because the webserver listens on port 80 by default, the client's IT
> people were thinking that the settings in the config file applied only
> to that port.

Any chance (hardly but...) Oracle HTTP server is reading the other
Apache config file? Are you using the same apache binary to handle
both config files? What is shown on each log file? Have you tried
attaching strace to the main apache process (strace -f -p PID) to
check behaviour ?

-- 
Eduardo  Bacchi Kienetz
LPI Certified - Level 2
http://www.noticiaslinux.com.br/eduardo/



More information about the thelist mailing list