Re: [users@httpd] trivial question about webserver

2012-02-10 Thread John Doe
From: Dr. Sunil M. Dogra smdo...@gmail.com Hi, A trivial question.I would like to make webpage on my own, I have been struggling on this for long time. My ISP has changed the IP's given to us and now I want proper registration of my domain name. My ISP has given set of IP's range IPs:  

Re: [users@httpd] trivial question about webserver

2012-02-10 Thread Dr. Sunil M. Dogra
Hi John, the Ips of CDRSTDU.EDU.IN, TIER-3.CDRSTDU.EDU.IN has changed so that's why its is not working. Now I wanted to make a webpage working if you could suggest how to start working. With Best Regards sunil On Fri, Feb 10, 2012 at 3:59 PM, John Doe jd...@yahoo.com wrote: From: Dr.

Re: [users@httpd] trivial question about webserver

2012-02-10 Thread John Doe
From: Dr. Sunil M. Dogra smdo...@gmail.com the Ips of CDRSTDU.EDU.IN, TIER-3.CDRSTDU.EDU.IN has changed so that's why its is not working. Now I wanted to make a webpage working if you could suggest how to start working. Forget your webpage for now.  It is useless if nobody can reach

[users@httpd] Apache 2.2 RedirectMatch url behaviour in a Directory context?

2012-02-10 Thread Morse, Richard E.MGH
Hi! I was wondering if RedirectMatch did any stripping of the URL when in a Directory context? According to the documentation, a Rewrite rule does have the URL stripped so that it starts with the directory, but the documentation doesn't say whether or not this also happens for RedirectMatch.

[users@httpd] Re: trivial question about webserver

2012-02-10 Thread DW
Dr. Sunil M. Dogra wrote: Hi John, the Ips of CDRSTDU.EDU.IN, TIER-3.CDRSTDU.EDU.IN has changed so that's why its is not working. Now I wanted to make a webpage working if you could suggest how to start working. With Best Regards sunil The webpage or for that matter your

[users@httpd] Less than MinSpareServers Active?

2012-02-10 Thread Nick Tkach
I'm just wondering, is it wrong/bad/unusual for Apache (specifically 2.2.3 with prefork mpm) to allow the number of idle/spare servers to drop below the MinSpareServers setting? It doesn't seem to be an issue, but we're specifically setting: MinSpareServers 5 In its config file, but if I look

Re: [users@httpd] trivial question about webserver

2012-02-10 Thread Jim Albert
On 2/10/2012 5:48 AM, Dr. Sunil M. Dogra wrote: Hi John, the Ips of CDRSTDU.EDU.IN http://CDRSTDU.EDU.IN, TIER-3.CDRSTDU.EDU.IN http://TIER-3.CDRSTDU.EDU.IN has changed so that's why its is not working. Now I wanted to make a webpage working if you could suggest how to start working. So...

Re: [users@httpd] trivial question about webserver

2012-02-10 Thread Jim Albert
On 2/10/2012 2:17 PM, Jim Albert wrote: On 2/10/2012 5:48 AM, Dr. Sunil M. Dogra wrote: Hi John, the Ips of CDRSTDU.EDU.IN http://CDRSTDU.EDU.IN, TIER-3.CDRSTDU.EDU.IN http://TIER-3.CDRSTDU.EDU.IN has changed so that's why its is not working. Now I wanted to make a webpage working if you

[users@httpd] Upgrading from httpd 2.2.3 to 2.2.22

2012-02-10 Thread HARRIS, DAIN
Greetings comrades! I'm currently administering a rather impressive system and I've been tasked with upgrading patching many applications that have been needing upgrades for some time now. One of them happens to be httpd Apache that's currently running on RHEL 5 @ version 2.2.3 (

Re: [users@httpd] Upgrading from httpd 2.2.3 to 2.2.22

2012-02-10 Thread congo thomas
hello dain, just to make sure: you did ofcourse stop the old httpd before doing this upgrade? i know that a running version cannot be patched on the fly, you need at least to restart it for it to discover new version and other metadata, and propably reload the libs. but i would suggest, since you

[users@httpd] concurrent connections and netstat

2012-02-10 Thread Ishita Kapadiya
Hi All, Recently I did 'ab' test just to check performance of my new setup. so far, if we want to check concurrent users for that server, we were using netstat -an | grep 'EST' | wc -l to check how many total no of connections being used. I know we can use mod_status to get the accurate results.

Re: [users@httpd] Upgrading from httpd 2.2.3 to 2.2.22

2012-02-10 Thread Ishita Kapadiya
perhaps you are looking for this -- The first step in upgrading is to read the release announcement and the file CHANGES in the source distribution to find any changes that may affect your site. When changing between major releases (for example, from 1.3 to 2.0 or from 2.0 to 2.2), there will

[users@httpd] suexec issues with securing

2012-02-10 Thread Nick Edwards
Hi, Is there a way I can stop apache from accessing any file on system that is world readable, like etc/passwd and so on. suexec works to the point that the cgi called must be inside the doc-root (or at least seems to), but if I call an open on say var log daemon.log or etc passwd, it opens