Re: [us...@httpd] Re: Apache server getting lot of Closing connection

2010-02-14 Thread Igor Cicimov
It's not very clear what are you saying. Please post some output from the netstat command. I guess you are talking about the back end connections between apache and tomcat. What is the session time in your tomcat application? What are the timeout settings in the apache config including KeepAlive a

Re: [us...@httpd] can't start apache

2010-02-14 Thread Daniel Reinhardt
-- From: "Matthew Smith" Sent: 14 February, 2010 14:46 To: "users" Subject: [us...@httpd] can't start apache When I try to start I get: the requested operation failed. Nothing in the error log. In event viewer, I get several errors: The Apach

Re: [us...@httpd] Redirect on bases of ip address

2010-02-14 Thread Nilesh Govindarajan
On 02/14/2010 08:53 PM, Jos Chrispijn wrote: Can someone tell me how I can redirect visitors to either index.php or index.html on basis of their ip address? I am in the process of building a new website and only for my own ip address I want to get access to the new site (index.php) and have all o

[us...@httpd] Re: Apache server getting lot of Closing connection

2010-02-14 Thread Arunkumar Janarthanan
Could anyone please advice on this ? On Sat, Feb 13, 2010 at 10:26 PM, Arunkumar Janarthanan < arunkumar.webad...@gmail.com> wrote: > Hi, > > I have Apache server 2.2.6 running on RedHat Linux 5 with ProxyPass and > Reverse Proxy configured. The server limit has 512 connections. > > Now that the

Re: [us...@httpd] can't start apache

2010-02-14 Thread Eric Covener
(OS 10049)The requested address is not valid in its context.  : make_sock: could not bind to address 192.168.1.2:80     . Is that a valid interface on your system (ipconfig /all) ? -- Eric Covener cove...@gmail.com -

[us...@httpd] Redirect on bases of ip address

2010-02-14 Thread Jos Chrispijn
Can someone tell me how I can redirect visitors to either index.php or index.html on basis of their ip address? I am in the process of building a new website and only for my own ip address I want to get access to the new site (index.php) and have all other visitors been redirected to the old web

[us...@httpd] can't start apache

2010-02-14 Thread Matthew Smith
When I try to start I get: the requested operation failed. Nothing in the error log. In event viewer, I get several errors: The Apache service named reported the following error: >>> httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.110 for Server

Re: [us...@httpd] Default program for CGI

2010-02-14 Thread Eric Covener
On Sun, Feb 14, 2010 at 7:28 AM, Maciej Piechotka wrote: > Is it possible to specify a handler for files in CGI? > I.e. have: > > SomeDirectiveCGI .pl /usr/bin/perl You can use Action -- Eric Covener cove...@gmail.com - The of

Re: [us...@httpd] Default program for CGI

2010-02-14 Thread Nilesh Govindarajan
On 02/14/2010 05:58 PM, Maciej Piechotka wrote: Is it possible to specify a handler for files in CGI? I.e. have: SomeDirectiveCGI .pl /usr/bin/perl I'd like to install a PHP script on server where PHP is available only through SuExec due to security reasons. And adding such option to .htaccess

[us...@httpd] Default program for CGI

2010-02-14 Thread Maciej Piechotka
Is it possible to specify a handler for files in CGI? I.e. have: SomeDirectiveCGI .pl /usr/bin/perl I'd like to install a PHP script on server where PHP is available only through SuExec due to security reasons. And adding such option to .htaccess would be much simpler to maintain then adding to e