Re: Do virtual hosts need their own servers?

2001-08-25 Thread Ask Bjoern Hansen
On Thu, 16 Aug 2001, Jonathan Edwards wrote: Related to this topic, I have a question about multiple instances of Apache. We run two mod_perl enabled sites on two separate IPs. These sites rely on mod_perl heavily. Each site has a unique perl script that handles just about everything.

Re: Do virtual hosts need their own servers?

2001-08-25 Thread Ask Bjoern Hansen
On Thu, 16 Aug 2001, Dave Baker wrote: [...] p.s. The processes could also be large because of suboptimal coding, Scalability problems are almost never due to bad code and almost always due to bad design. or (if they grow over time) memory leaks ... with possibly that as the exception. :-)

Re: Connection Reset on Mandrake Linux 8.0 / Apache 1.3.20 / ModPerl1.26

2001-08-25 Thread Philip Mak
I tried telneting to your web server to see what's going on. Look at this: $ telnet www.nonserviam.net 80 Trying 65.34.152.103... Connected to nonserviam.net. Escape character is '^]'. GET /modperl/index.pl HTTP/1.1 Host: www.nonserviam.net Hello!Connection closed by foreign host. The HTTP

Re: Connection Reset on Mandrake Linux 8.0 / Apache 1.3.20 / ModPerl 1.26

2001-08-25 Thread Tom Allen
Philip Mak wrote: I tried telneting to your web server to see what's going on. Look at this: $ telnet www.nonserviam.net 80 Trying 65.34.152.103... Connected to nonserviam.net. Escape character is '^]'. GET /modperl/index.pl HTTP/1.1 Host: www.nonserviam.net Hello!Connection closed

Re: Connection Reset on Mandrake Linux 8.0 / Apache 1.3.20 / ModPerl1.26

2001-08-25 Thread Stas Bekman
On Sat, 25 Aug 2001, Philip Mak wrote: I tried telneting to your web server to see what's going on. Look at this: $ telnet www.nonserviam.net 80 Trying 65.34.152.103... Connected to nonserviam.net. Escape character is '^]'. GET /modperl/index.pl HTTP/1.1 Host: www.nonserviam.net

Re: URI munging and Referer headers

2001-08-25 Thread Joshua Chamas
Geoffrey Young wrote: hi mungers... it there a more reliable way to not have your session id's show up in Referer headers than using a refresh tag? I've played around with various redirect methods, but both MSIE5 and Netscape4.7 hold on to the Referer from the original page and

Re: perlmagick and leaking memory

2001-08-25 Thread Joshua Chamas
Jon Molin wrote: Hi list, I've done a scripts that builds an calender and colours the days with different colours depending on the status of the day. I've got 6 colours and one to just fill out so the month starts with the correct day, ie i've got 6 * 31 + 1 = 187 images and each is

RE: URI munging and Referer headers

2001-08-25 Thread Geoffrey Young
I did some experimental work like this back when I first implemented the cookiless session stuff for Apache::ASP, and I found the same thing, that the meta refresh was really the only way to go with redirecting offsite. This would probably be the same for a javascript redirect too ( untested

Re: Connection Reset on Mandrake Linux 8.0 / Apache 1.3.20 / ModPerl 1.26

2001-08-25 Thread Joshua Chamas
Tom Allen wrote: ... Location /modperl AllowOverride None Options ExecCGI Indexes SetHandler perl-script PerlHandler Apache::Registry PerlSendHeader Off /Location It appears to work ( I get a webpage that says Hello!), in a Mozilla browser, but httperf shows a

Re: Converting Perl section variables into plain text directives

2001-08-25 Thread Cees Hek
On Fri, 24 Aug 2001, Eric Hammond wrote: Is there any way to take the Apache::ReadConfig name space (variables set in Perl sections) and generate plain text Apache directives? I don't know if there is a simple answer to this one, but the way I would handle it is to scrap the Perl sections,

cvs commit: modperl Changes

2001-08-25 Thread dougm
dougm 01/08/25 12:55:03 Modified:lib/Apache ExtUtils.pm .Changes Log: allow overriding of container directive handlers using the func parameter Submitted by: Geoffrey Young [EMAIL PROTECTED] Revision ChangesPath 1.23 +1 -1