Re: [us...@httpd] Making sure a URL doesn't change when the site is ho sted somewhere else

2010-08-03 Thread Stephen Love
RE: I have several sites hosted. I've moved them from San Diego to Philippines, back to Phoenix, now on Oklahoma. STILL ONLINE after 9 years... It's not hard. I do relative calls after static site name points to the current base site root... so I can move it all day, MYSQL, PHP and all. Just ema

Re: [us...@httpd] Making sure a URL doesn't change when the site is ho sted somewhere else

2010-08-03 Thread Stephen Love
Look at the features available in www.no-ip.com for one... they have several ways to do it. ANOTHER is to change the entries in GoDaddy.com See us online at http://www.LOVEnCompany.com. -- Original Message -- From: Mike Soultanian To: users@httpd.apache.org Subject: [us...@http

[us...@httpd] Re: Limit on content size

2010-08-03 Thread Mohit Anchlia
On Sun, Aug 1, 2010 at 11:36 AM, Mohit Anchlia wrote: > On Friday, July 30, 2010, Nilesh Govindarajan wrote: >> On Sat, Jul 31, 2010 at 2:55 AM, Mohit Anchlia >> wrote: >>> Apache 2.11: >>> >>> Is there a way to limit the size of transmission from clients? If for >>> eg if they send 1G size of

[us...@httpd] Help with CONNECT method rewriting

2010-08-03 Thread Richard Bishop
Hi, I'm hoping you can help me with something that I've been struggling with for a couple of days. I'm using mod_proxy to forward proxy requests between one network and another. I'm attempting to combine this with mod_rewrite to rewrite CONNECT requests for certain (SSL) servers. Note that I'm

RE: [us...@httpd] 2.2.15 Build failure on AIX 6.1

2010-08-03 Thread Bennett, Tony
Further google research gave me this thread: http://www.unix.com/aix/51279-error-when-compile-httpd-2-2-8-aix-5-2-a.html Which contains a posting that indicates there is a separate AIX RPM for libgcc, which contains libgcc_s. I went to the IBM site (http://www-03.ibm.com/systems/power/softwar

Re: [us...@httpd] mod_ssl in Apache 2.2.15

2010-08-03 Thread Joost de Heer
On 08/02/2010 06:52 PM, jackie.w...@barclayscapital.com wrote: Hi, I have downloaded the source of apache 2.2.15 and compiled it with openssl. Then I downloaded mod_authz_ldap 0.29 from http://authzldap.othello.ch/ and compiled it with no issues. I did specify apr-1-config, apu-1-config, apxs an

Re: [us...@httpd] mod_ssl in Apache 2.2.15

2010-08-03 Thread J. Greenlees
jackie.w...@barclayscapital.com wrote: Thanks for your reply. Yes, I have. Is there anyway I can check to see if it is correct? You can test the ssl layer, see if you can reach https without errors. the browser dialogues if a self signed cert will contain any errors if that is the source. -

[us...@httpd] Apache + LDAP + DAV + homes without ~

2010-08-03 Thread Saxa Egea
Dear all, I have compiled a httpd 2.2.16 with LDAP and DAV support running over SuSE linux. I'm trying to create a "ftp like" server through mod_dav. The authentication is made to a LDAP directory. I want to access with URL's like: http://servername/user1000/ http://servername/user1001/ ht

Re: [us...@httpd] When and how does the parent pid get notified that it is time for the child to die because MaxRequestsPerChild has been reached?

2010-08-03 Thread Joost de Heer
On Tue, August 3, 2010 13:59, Matty Ronald wrote: > Hi, > > Parent httpd process isn't spawning a new replacement child in a timely > fashion, > after MaxRequestsPerChild has been hit and the child worker httpd has > exited with the below settings: > > Timeout 70 > KeepAlive On > KeepAliveTimeout 6

Re: [us...@httpd] When and how does the parent pid get notified that it is time for the child to die because MaxRequestsPerChild has been reached?

2010-08-03 Thread Matty Ronald
Hi, Parent httpd process isn't spawning a new replacement child in a timely fashion, after MaxRequestsPerChild has been hit and the child worker httpd has exited with the below settings: Timeout 70 KeepAlive On KeepAliveTimeout 60 StartServers 2 MaxClients 150 MinS

Re: [us...@httpd] Limit connections

2010-08-03 Thread Per Qvindesland
Hi Great thanks a lot, I would belive that this is just up the right alley :)  Sadly I don't have the old google results, I belive that I search on limit connections httpd.conf etc so I was way out in search terms. Again thanks a million for the answers. Regards Per Qvindesland At Tuesday, 03-

Re: [us...@httpd] Limit connections

2010-08-03 Thread Joost de Heer
On Mon, August 2, 2010 20:51, Per Qvindesland wrote: > Hello List > > I have been doing plenty of goggling and reading but I must have been > reading in all the wrong places because I can not find the > information, but how do I configure apache so it limits the amount of > connections from a host(

Re: [us...@httpd] Apache 2.2.15 says You do not have permission to view [this file]

2010-08-03 Thread James Godrej
Original poster can you post the end result of entire discussion. On Fri, Jul 30, 2010 at 1:31 PM, adp002 wrote: > > Folks, > > I've been following your conversation about granting too much file access to >hackers. I utilize Norton Internet Security Intrusion

Re: [us...@httpd] Limit connections

2010-08-03 Thread James Godrej
Can you share what you Googled. From: Per Qvindesland To: "users@httpd.apache.org" Sent: Tue, 3 August, 2010 12:21:28 AM Subject: [us...@httpd] Limit connections Hello List I have been doing plenty of goggling and reading but I must have been reading in all

RE: [us...@httpd] mod_ssl in Apache 2.2.15

2010-08-03 Thread Jackie.Wong
Thanks for your reply. Yes, I have. Is there anyway I can check to see if it is correct? -Original Message- From: J. Greenlees [mailto:li...@jaqui-greenlees.net] Sent: Monday, August 02, 2010 10:00 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] mod_ssl in Apache 2.2.15 jackie.w