Re: [EMAIL PROTECTED] Too many open files

2008-10-07 Thread André Warnier
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 ?

[EMAIL PROTECTED] Too many open files

2008-10-07 Thread Mohit Anchlia
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

Re: [EMAIL PROTECTED] Configure Options Not Recognized

2008-10-07 Thread Manik Taneja
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

Re: [EMAIL PROTECTED] Address rewriting with mod_rewrite

2008-10-07 Thread Mauro Sacchetto
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

Re: [EMAIL PROTECTED] Configure Options Not Recognized

2008-10-07 Thread sisternicky
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

Re: [EMAIL PROTECTED] http-equiv="refresh" ignored?

2008-10-07 Thread André Warnier
[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

Re: [EMAIL PROTECTED] Address rewriting with mod_rewrite

2008-10-07 Thread Krist van Besien
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

Re: [EMAIL PROTECTED] Address rewriting with mod_rewrite

2008-10-07 Thread Mauro Sacchetto
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

Re: [EMAIL PROTECTED] http-equiv="refresh" ignored?

2008-10-07 Thread Gene LeDuc
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

Re: [EMAIL PROTECTED] Address rewriting with mod_rewrite

2008-10-07 Thread solprovider
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

Re: [EMAIL PROTECTED] http-equiv="refresh" ignored?

2008-10-07 Thread solprovider
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

RE: [EMAIL PROTECTED] Apache Conf. Issue - SVN

2008-10-07 Thread Jeff Chastain
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

Re: [EMAIL PROTECTED] Address rewriting with mod_rewrite

2008-10-07 Thread Mauro Sacchetto
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

Re: [EMAIL PROTECTED] Apache Conf. Issue - SVN

2008-10-07 Thread Tony Stevenson
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

Re: [EMAIL PROTECTED] Apache Conf. Issue - SVN

2008-10-07 Thread Tony Stevenson
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

Re: [EMAIL PROTECTED] Address rewriting with mod_rewrite

2008-10-07 Thread Krist van Besien
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.) >

Re: [EMAIL PROTECTED] Address rewriting with mod_rewrite

2008-10-07 Thread Krist van Besien
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

Re: [EMAIL PROTECTED] Very nasty ajp error when using ssl, client certificates, mod_proxy_ajp and jetty 6

2008-10-07 Thread Denis McCarthy
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

Re: [EMAIL PROTECTED] http-equiv="refresh" ignored?

2008-10-07 Thread Kynn Jones
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

Re: [EMAIL PROTECTED] Address rewriting with mod_rewrite

2008-10-07 Thread Mauro Sacchetto
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

Re: [EMAIL PROTECTED] Address rewriting with mod_rewrite

2008-10-07 Thread Mauro Sacchetto
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

[EMAIL PROTECTED] Sending too much to stderr kills apache 2.2.9 on windows

2008-10-07 Thread Artem Kuchin
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