You are talking about Apache and Tomcat, but unless I am mistaken, what
you are showing below as the result of lsof, is only java processes,
which cannot be Apache.
Are you sure you somehow do not have a loop where Tomcat is connecting
back to itself on the http port ? or from Tomcat to Apache ?
I got too many open files on my tomcat server but I see 994 instances
following connected to apache:
java14130 root 965u IPv4 30842366 TCP
localhost:41838->localhost:http (CLOSE_WAIT)
java14130 root 966u IPv4 30842367 TCP
localhost:41839->localhost:http (CLO
and for that to work you need to have autoconf and libtool installed
On 08-Oct-08, at 2:19 AM, sisternicky wrote:
You need to run "./buildconf" before your run "./configure
--wheteveryouwant".
Then the ./configure file will be built including those options and
it will
work.
Brad Isbell wr
Il martedì 7 ottobre 2008 19:43:09 hai scritto:
> That is because the link you click on contains the long addres.
> Rewrites do not affect the content of the response. You will need to
> change the code that generates the menu to use the short address for
> the "home" button.
Y're right!
Infact I
You need to run "./buildconf" before your run "./configure
--wheteveryouwant".
Then the ./configure file will be built including those options and it will
work.
Brad Isbell wrote:
>
> I'm trying to compile apache (httpd-2.2.9) with ssl support on CentOS 4.6.
>
> I run:
> # ./configure --p
[EMAIL PROTECTED] wrote:
On 10/7/08, Kynn Jones <[EMAIL PROTECTED]> wrote:
Thanks for your help.
... SNIP ...
In retrospect, I wish there had been an easier way for me to inspect the
requests sent by each browser. I asked our sysadmin if there was a way to
configure Apache temporarily (i.e. onl
On Tue, Oct 7, 2008 at 4:59 PM, Mauro Sacchetto
<[EMAIL PROTECTED]> wrote:
> Yes. This happen if I start from http://www.giovannifornero.net,
> go in another page abd come back ho home clicking
> non the "Home" voice on the menu bar. This time
> I obtain the long PHP address.
That is because the
Il martedì 7 ottobre 2008 17:29:36 hai scritto:
> If the menus are not being generated, they are just HTML files (or PHP
> files including static HTML for menus.) Just change the links for the
> homepage to the now-working URL:
> Home
> Becomes:
> Home
> The new links will only work through
Kynn, I've found WebScarab to be pretty useful when trying to look under
the covers of html. It runs as a proxy on the desktop, rather than the
server, and lets you see (and modify) everything. It's a java app, so it
might be portable across platforms.
At 07:26 AM 10/7/2008, Kynn Jones wrote
On 10/7/08, Mauro Sacchetto <[EMAIL PROTECTED]> wrote:
> Il martedì 7 ottobre 2008 16:41:50 Krist van Besien ha scritto:
> > Ofcourse, this is not the end. You might have to look at the links
> > that are in the page that index.php generates...
> Not easy for me... Just learning...
>
> > Is this
On 10/7/08, Kynn Jones <[EMAIL PROTECTED]> wrote:
> Thanks for your help.
> ... SNIP ...
> In retrospect, I wish there had been an easier way for me to inspect the
> requests sent by each browser. I asked our sysadmin if there was a way to
> configure Apache temporarily (i.e. only for debugging pu
Tony,
The does not appear to work any different and yes, I do have
a DocumentRoot defined. The entire VirtualHost block is listed below.
However, after adding the the error message in the log file
has changed. Now, I am getting the following error which still makes it
look like it is going to
Il martedì 7 ottobre 2008 16:41:50 Krist van Besien ha scritto:
> What you have to understand is that RewriteRules operate on the
> requests that are sent from the browser to the server, not the other
> way round.
> So what you can do with a rewrite rule is make it possible for a
> browser to reque
Jeff,
Silly question, but you do have a DocumentRoot defined for this vhost,
right? Otherwise where will httpd serve $docroot/htdocs/svnindex.xsl from?
Tony
Tony Stevenson wrote:
> Jeff,
>
> Try using a stanza instead then.
> Something like this perhaps
>
>
> Dav Off
>
>
>
> Chee
Jeff,
Try using a stanza instead then.
Something like this perhaps
Dav Off
Cheers,
Tony
Jeff Chastain wrote:
> Tony,
>
> That occurred to me after I sent that last message, but upon swapping the
> two location blocks and restarting Apache, I still get the same result.
> That par
On Tue, Oct 7, 2008 at 3:14 PM, Mauro Sacchetto
<[EMAIL PROTECTED]> wrote:
> Il martedì 7 ottobre 2008 08:21:04 [EMAIL PROTECTED] ha scritto:
>> This cannot be fixed with basic Apache httpd; you should correct your
>> menus in the application. (mod_proxy_html might help if you get it to
>> work.)
>
On Tue, Oct 7, 2008 at 3:10 PM, Mauro Sacchetto
<[EMAIL PROTECTED]> wrote:
> Il martedì 7 ottobre 2008 08:21:04 [EMAIL PROTECTED] ha scritto:
>> The second rewrite redirects requests with the querystring
>> "?pagina=home" to the homepage. To check querystrings with multiple
>> parameters:
>>Re
Hi,
We upgraded Apache from 2.2.3 to 2.2.9 and it seems to have resolved
this problem for us (well, it hasn't recurred today yet, and it was
happening all the time)
Denis
On Fri, Oct 3, 2008 at 11:51 PM, George Mashini <[EMAIL PROTECTED]> wrote:
> Dennis,
>
> I get the same type of behavior connec
Thanks for your help.
I found two solutions. Both seem to work.
One is to include the header "Connection: close" in the 302-redirect. The
other is to close both STDOUT and STDERR in the child (my original version
was closing only STDOUT, which apparently was not enough).
I found the first one o
Il martedì 7 ottobre 2008 08:21:04 [EMAIL PROTECTED] ha scritto:
> This cannot be fixed with basic Apache httpd; you should correct your
> menus in the application. (mod_proxy_html might help if you get it to
> work.)
Consider that I use an external host, so I cannot
work on its Apache configurati
Il martedì 7 ottobre 2008 08:21:04 [EMAIL PROTECTED] ha scritto:
> The second rewrite redirects requests with the querystring
> "?pagina=home" to the homepage. To check querystrings with multiple
> parameters:
>RewriteCond %{QUERY_STRING} ^(.*&)*pagina=home(&)?
>RewriteRule (*.) / [P]
If I
Hello!
Windows 2003, Apache 2.2.9, active state perl.
There is a huge script which does a lot of data
manipulations and working with mysql.
Suddenly, when number of products in orders grew
it stopped working. The script's perl precess was in
the memory, but there were no lines in access log or
e
22 matches
Mail list logo