RE: Why can't I use a package name under Apache::Registry - whoooohah

2000-07-12 Thread bill chmura
: ged [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, July 12, 2000 7:51 AM To: WBChmura Cc: ged Subject:Re: Why can't I use a package name under Apache::Registry Hi there, On Tue, 11 Jul 2000, bill chmura wrote: #!/opt/perl5/bin/perl print "Content-type: text/html\n\n&qu

Why can't I use a package name under Apache::Registry

2000-07-11 Thread bill chmura
Hello, I have a problem with using apache::Registry and have not been able find an answer in the eagle book or the mod_perl site, so i am missing something here. If I take the following script and run it under apache::registry it runs fine: #!/opt/perl5/bin/perl print "Content-type:

Why can't I use a package name under Apache::Registry (Continued)

2000-07-11 Thread bill chmura
2000 3:29 PM To: WBChmura Cc: darren Subject:Re: Why can't I use a package name under Apache::Registry bill chmura ([EMAIL PROTECTED]) said something to this effect: If I throw a package name in there (like below) it still runs fine as a standalone script and CGI script, but un

Undefined subroutine Apache::RegistryNG-handler::handler

2000-07-02 Thread Bill Moseley
ated to that version in an attempt to fix this problem). I've got a short table at http://www.hank.org/undef.html that has a few of the errors which include the time, PID, the request count for that child process, and the return from caller(). But it hasn't helped me solve this problem. Any i

Re: Mason--Passing references to components

2000-06-27 Thread Bill McCabe
and not my file. Once I sorted that out I immediately saw the real problem. Bill At 9:13 AM +0200 6/27/00, Francesc Guasch wrote: Bill McCabe wrote: Hi All I'm converting a mod_perl module-based site to HTML::Mason and have a question about passing arguments to a component. my $penuser = $r

Header issues with Mod_Perl and CGI.pm

2000-06-15 Thread bill chmura
I cannot seem to get this to work correctly. I just got Mod_Perl installed on my webserver (Apache 1.3.3 on HPUX) I am trying to get a script working that sets a cookie on the users machine -. This is where it goes all wrong. The script uses CGI.pm (v 2.36) to do everything from headers

package globals?

2000-05-09 Thread Bill McCabe
var1 should stay set between calls to handler() (cf. Apache::ESSI). The module works great except that my logs show set_var1() is getting hit every time the URL is accessed, which is bad because the HTML string is set up by a substantial call to a backend database. What am I missing/confusing? Thanks in advance Bill

Re: package globals?

2000-05-09 Thread Bill McCabe
Thanks, you're right. In single user mode it hit it just the once. Bill At 12:56 PM -0700 5/9/00, ___cliff rayman___ wrote: are you hitting the same child process over and over again? try starting the server in single user mode -X, and see if you still see the same results. cliff Bill McCabe

Re: Can't use Apache::exit() in command-line scripts

2000-05-05 Thread Bill Moseley
it in a module, which you really don't, do you? I'm a bit confused. When you say "module" you mean a module use'd by the Apache::Registry script? Because exit() is overridden in those modules, too, no? I can call exit() fine in a module, but if I say CORE::exit() the child is killed off

Re: RV: make test doesn´t work...

2000-04-26 Thread Bill McCabe
I regularly get that message when I make mod_perl as a regular user and try to make test as root. Make sure you kill the httpd process would've started from the prior attempt. 1.23 is supposed to fix this I think. Bill At 4:35 PM -0300 4/26/00, FEITO Nazareno wrote: -Mensaje original

Re: OT: (sort of) AuthDBMUserFile

2000-04-24 Thread Bill Jones
- From: Bill Jones [EMAIL PROTECTED] Date: Mon, 10 Apr 2000 13:13:11 -0400 To: [EMAIL PROTECTED] Subject: OT: (sort of) AuthDBMUserFile AuthDBMUserFile Is there a difference between DBM and GDBM? I always thought they were the same... I found sleepcat (DB) and GDBM, but where is DBM

Re: cvs commit: modperl-2.0/lib/ModPerl Code.pm

2000-04-14 Thread Bill Moseley
t;\n", '#define ', Orwant and friends in "Algorithms with Perl" page 28 claims the first form is slower. Bill Moseley mailto:[EMAIL PROTECTED]

Re: Problem with Apache::SIG

2000-04-13 Thread Bill Jones
on 4/12/00 6:08 PM, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: Why is my address in there See - [EMAIL PROTECTED] - FCCJ * 501 W State St * Jacksonville, Fl 32202 * 904/632-3089 -

Re: [OT] Killing off children

2000-04-13 Thread Bill Moseley
At 10:49 PM 04/12/00 -0700, Doug MacEachern wrote: On Wed, 12 Apr 2000, Bill Moseley wrote: Hello, I noticed on the Apache server-status report a child that is stuck in "G" (Gracefully finishing) after a SIGUSR1 today. Twelve hours ago. this could be perl_destruct() hanging wh

Re: Killing off children

2000-04-13 Thread Bill Moseley
), which is actually any uninterruptible sleep, usually disk i/o, indicates either something is broken in your kernel or that you're using NFS. Nope, not running over NFS, for logs or anything else. Bill Moseley mailto:[EMAIL PROTECTED]

[OT] Killing off children

2000-04-12 Thread Bill Moseley
us the server wouldn't restart. This time running as root and still couldn't kill the processes. The machine was finally rebooted. Anyone know how to kill off these children (without having to reboot)? % uname -a SunOS 5.6 Generic_105181-17 sun4u sparc SUNW,Ultra-Enterprise Apache/1.3.9 (Unix

Re: [OT] Killing off children

2000-04-12 Thread Bill Moseley
At 09:25 AM 04/12/00 +0200, Stas Bekman wrote: On Wed, 12 Apr 2000, Bill Moseley wrote: I noticed on the Apache server-status report a child that is stuck in "G" (Gracefully finishing) after a SIGUSR1 today. Twelve hours ago. Looks like a system problem, what do you see when

internal_redirect

2000-04-08 Thread Bill McCabe
ET='_BLANK', but I don't expect either of those two changes to help. Does anyone have any suggestions as to which step in this process might be dropping the ball? Thanks in advance Bill

Attempt to free unreferenced scalar

2000-04-03 Thread Bill Moseley
rning. We could rotate by killing the server and restarting, but I'd rather gracefully kill the server. Apache/1.3.9 (Unix) mod_perl/1.21 Perl 5.005_03 Bill Moseley mailto:[EMAIL PROTECTED]

Re: installing with apache

2000-04-02 Thread Bill Moseley
httpd.conf to use mod_perl, of course. And that's described at http://perl.apache.org/guide/config.html Bill Moseley mailto:[EMAIL PROTECTED]

Re: [RFC] holding a mod_perl conference

2000-03-31 Thread Bill Jones
on 3/30/00 3:07 PM, Stas Bekman at [EMAIL PROTECTED] wrote: Therefore I've suggested to hold a "Server Side Web App Dev using Scripting Languages" conference (you think of a shorter and nicer name :) So we want to invite speakers from all "mainstream" camps that use scripting languages for

Re: HTTP_USER_AGENT

2000-03-31 Thread Bill Jones
on 3/31/00 2:43 PM, raptor at [EMAIL PROTECTED] wrote: HTTP_USER_AGENT : IE3.x,4.x,5,5.5 NN3.x,4.x may be other too... W3C maybe ? - FCCJ * 501 W State St * Jacksonville, Fl 32202 * 904/632-3089 -

[slightly OT] mod_perl based registration system?

2000-03-31 Thread Bill Moseley
Anyone know of any mod_perl-based applications for signing up for events? This one is to handle the scheduling of workshops which may be in offered in a number of different locations, for 1/2 to three day workshops, and deals with waiting lists and perhaps billing. Thanks, Bill Moseley mailto

Re: [RFC] holding a mod_perl conference

2000-03-31 Thread Bill Desjardins
Well, then I won't be able to go, since I'm still on probation, and can't get out of the US. sigh Down here in Miami could be a semi-tropical substitute ;-) my .02 Bill -- Bill Desjardins - [EMAIL PROTECTED] - (USA) 305.205.8644 Unix/Network Administration - Perl/Mod_Perl/DB Development

Re: [OT slightly] mod_perl developers (do they exist?)

2000-03-28 Thread Bill Jones
Re: Subject line... $_ = "mod_perl Developer"; print "If I Perl I Apache, then am I a ", (/^mod\_perl\sDeveloper$/) ? $_ : " ... ", "?\n"; HTH, -Sneex- :] - FCCJ * 501 W State St * Jacksonville, Fl 32202 * 904/632-3089 -

Re: exit signal Alarm Clock (14)

2000-02-11 Thread Bill Moseley
to adjust the LogLevel setting ;) Bill Moseley mailto:[EMAIL PROTECTED]

Re: Site unique MAC secret

2000-02-10 Thread Bill Jones
Won't work... Matt has control over his system - but not mine -- see? -Sneex- :] Bill Jones * Systems Programmer * http://www.fccj.org/cgi/mail?sneex (' Running

Re: [SITE] possible structure suggestion

2000-02-10 Thread Bill
hy goal. :) The page in question {I believe) is: http://www.php.net/manual/function.ora-parse.php3 ...if you're curious. :) - Bill

Re: exit signal Alarm Clock (14)

2000-02-10 Thread Bill Moseley
the time. Any suggestion on what else to look at? BTW -- I did remove the CORE:: from CORE::sub {} as Stas suggested. Bill Moseley mailto:[EMAIL PROTECTED]

Re: coderef as arg to $r-custom_response(...)

2000-02-09 Thread Bill Jones
remove all handlers for that phase. Examples: $r-set_handlers(PerlAuthenHandler = [\auth_one, \auth_two]); $r-set_handlers(PerlAuthenHandler = undef); Just a thought? ____ Bill Jones * Systems Programmer * http://www.fccj.org/cgi/

Re: exit signal Alarm Clock (14)

2000-02-09 Thread Bill Moseley
me as sub { CORE::die }. Even if it was, wouldn't the eval{} still trap it? If die() wasn't overridden in Apache, would eval { die } kill the server? Did you run it under debugger? No. I'm not clear on how to reproduce the error. Can you think of some code that would demonstrate this? Bill Moseley mailto:[EMAIL PROTECTED]

Re: Site unique MAC secret

2000-02-09 Thread Bill Jones
- :] Bill Jones * Systems Programmer * http://www.fccj.org/cgi/mail?sneex (' Running - //\ Perl, Apache, MySQL, PHP3, v_/_ Ultra 10, LinuxPPC, BeOS...

Re: Site unique MAC secret

2000-02-09 Thread Bill
to protect... - Bill

Re: Site unique MAC secret

2000-02-09 Thread Bill Jones
-a lo0: flags=849UP,LOOPBACK,RUNNING,MULTICAST mtu 8232 inet 127.0.0.1 netmask ff00 hme0: flags=863UP,BROADCAST,NOTRAILERS,RUNNING,MULTICAST mtu 1500 inet 207.203.95.12 netmask ff00 broadcast 207.203.95.255 ether 8:0:20:a7:fc:f5 www.fccj.org - [Wed 11:55am] 12 [~]:bill@astro:% ifconfig

Re: Site unique MAC secret

2000-02-09 Thread Bill Jones
It is interesting to note that according to 'sysdef' - the HostID is not quite the same as the ether MAC. ifconfig -a says: ether 8:0:20:a7:fc:f5 sysdef says HostID 80a7fcf5 Also, on a Sun Ultrasparc, hostid is system dependant and R/O; on an x86, the changes are emulated via an eeprom -i

Re: Problems with IE5

2000-02-08 Thread Bill Moseley
result, anyone hitting our site for the first time in a session using IE5 will be confronted with this message. Try sending more text to IE. It generates its own page if the server sends less than some small number of bytes. Bill Moseley mailto:[EMAIL PROTECTED]

exit signal Alarm Clock (14)

2000-02-05 Thread Bill Moseley
_Wait_Time; flock( LOG_FILE, LOCK_EX ) or die "failed to set lock '$!'"; }; alarm 0; # just in case it wasn't timeout if ( $@ Bill Moseley mailto:[EMAIL PROTECTED]

Re: Logging problem with manual authentication

2000-02-05 Thread Bill Moseley
, -status='401 Unauthorized', -WWW_Authenticate='Basic realm="hej"'); Instead of the above, try setting $r-status(AUTH_REQUIRED) and then call exit. There's also the special %s custom log format. Check that out in the Apache docs, but I'm not sure if it will work he

Re: RFD: comp.infosystems.www.modperl

2000-02-04 Thread Bill Jones
From: John Siracusa [EMAIL PROTECTED] beneficial to have a newsgroup. I know Usenet is the first place I looked for mod_perl help before finding this list (and after finding, buying, and reading the Eagle book ;) I agree - it's just that I find people on a mailing list a little less

Re: RFD: comp.infosystems.www.modperl

2000-02-04 Thread Bill Jones
From: brian moseley [EMAIL PROTECTED] Date: Thu, 3 Feb 2000 13:02:01 -0800 (PST) what about a mail - news gateway? Um, no, it might allow: 'Anonymous spamming' ? __ http://www.fccj.org/cgi/mail?sneex

Re: RFD: comp.infosystems.www.modperl

2000-02-04 Thread Bill Jones
From: Ask Bjoern Hansen [EMAIL PROTECTED] On Thu, 3 Feb 2000, Bill Jones wrote: [...] I have to whole heartily agree. I couldn't, at first glance, find the mod_perl mailing list; but once I did, the posters here proved very helpful. I believe that once more people see the mailing

Re: newbie question: extra Content-Type headers?

2000-02-04 Thread Bill Moseley
, and I can't figure out where it's coming from. What version of CGI.pm are you running? Might try upgrading. Or try turning PerlSendHeader Off. Bill Moseley mailto:[EMAIL PROTECTED]

Re: cross site scripting security issue headsup

2000-02-03 Thread Bill Moseley
se ascii values) just like and respectively..." I never tested it, but others on Bugtraq did confirm the problem on unix versions of Netscape. Bill Moseley mailto:[EMAIL PROTECTED]

Re: RFD: comp.infosystems.www.modperl

2000-02-03 Thread Bill Jones
that the 'experts' will frequent the newsgroup more than a mailing list - people tend to start flame wars more in a usenet setting... Bill Jones * Systems Programmer * http://www.fccj.org/cgi/mail?sneex

Re: mod_perl installed as DSO

2000-02-01 Thread Bill Jones
) mod_perl/1.21_01-dev... HTH, -Sneex- Bill Jones * Systems Programmer * http://www.fccj.org/cgi/mail?sneex (' Running - //\ Perl, Apache, MySQL, PHP3

Re: Compiling mod_perl as a DSO?

2000-01-31 Thread Bill Jones
/apache/logs/httpd.pid Scoreboard File: /usr/local/apache/logs/httpd.scoreboard Integrating PHP4 is my next battle - wish me luck... Thanks to all who helped! -Sneex- :] Bill Jones * Systems Programmer * http://www.fccj.org/cgi

Apache/1.3.12-dev (Unix) mod_perl/1.21_01-dev Was [Re: Compilingmod_perl as a DSO?]

2000-01-31 Thread Bill Jones
$remote looked at $uri using the $agent browser. The request was $request, which resulted returned a code of $status. $bytes bytes were transferred. END close MAIL; return OK; } 1; __END__ Thx! -Sneex :] ___

Re: Compiling mod_perl as a DSO?

2000-01-31 Thread Bill Jones
Thanks for responding :) Question: ADD_MODULE=log_referer,rewrite,proxy,so,vhost_alias,mime_magic,expires Is this required? Why can't I just use APACI_ARGS to get 'all' ? Bill Jones * Systems Programmer * http://www.fccj.org

Re: Compiling mod_perl as a DSO?

2000-01-31 Thread Bill Jones
ferer', `example', `so' and `mmap_static'). For a compact overview of available modules see the following list (remove the `mod_' prefix to get the NAME). HTH, -Sneex- :] ____ Bill Jones * Systems Program

APACI_ARGS=' ... '

2000-01-30 Thread Bill Jones
m stuff: SunOS sneex 5.6 Generic_105181-15 sun4u sparc SUNW,Ultra-5_10 GCC 2.9x Apache 1.3.9 mod_perl 1.21 ??? Any ideas ??? ____ Bill Jones * Systems Programmer * http://www.fccj.org/cgi/mail?sneex

Re: APACI_ARGS=' ... '

2000-01-30 Thread Bill Jones
Thanks :) I can get both dists to configure; but I want a static mod_perl AND a DSO aware Apache... I'll peek at it again and pound on it some more. -Sneex- :] Bill Jones * Systems Programmer * http://www.fccj.org/cgi/mail

Re: APACI_ARGS=' ... '

2000-01-30 Thread Bill Jones
From: Jeff Beard [EMAIL PROTECTED] Date: Sun, 30 Jan 2000 13:04:55 -0700 To: Bill Jones [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: APACI_ARGS=' ... ' If you're trying for a static build, I use the method described in INSTALL.apaci under the heading "The flexible way"

Re: www.modperl.com

2000-01-30 Thread Bill Jones
' on the WWW... I vote for more systems administration, mod_proxy integration, and maybe a few more examples covering Apache API? my $thoughts =~ /^2 cents$/ig; -Sneex- :] Bill Jones * Systems Programmer * http://www.fccj.org/cgi/mail

Compiling mod_perl as a DSO?

2000-01-30 Thread Bill Bradford
Is it possible to compile/install mod_perl as a DSO, on an existing pre-compiled copy of apache (with mod_so enabled), yet? If so, how? I couldnt find it in the docs... and I'm tired of having to statically compile the module in... so any help would be appreciated. Thanks. Bill

Re: Compiling mod_perl as a DSO? (fwd)

2000-01-30 Thread Bill Bradford
setup/build re-configures apache and leaves it out). I'd be happy with being able to do apache + static mod_perl + DSO'ed PHP3, if anybody can point out how to do apache + static mod_perl + "--enable-module=so". Tha

Re: I give up... I'm just going to follow the instructions....

2000-01-27 Thread Bill
own. It's not hard to do if you have an example spec file to work from (source rpms get more complex though). - Bill

Re: CGI.pm and QUERY_STRING fixup

2000-01-25 Thread Bill Moseley
= value pairs are returned, i.e. it can be used like this: $query = $r-args; %in= $r-args; Bill Moseley mailto:[EMAIL PROTECTED]

CGI.pm and QUERY_STRING fixup

2000-01-24 Thread Bill Moseley
try script? Is it possible to just write a cleaned up query string to args() at the start of my Registry script, or is that too late in the request? Thanks, Bill Moseley mailto:[EMAIL PROTECTED]

Run away processes

2000-01-17 Thread Bill Moseley
httpd.conf Timeout? Thanks, Bill Moseley mailto:[EMAIL PROTECTED]

Re: Run away processes

2000-01-17 Thread Bill Moseley
. Or is this even possible? Some type of watchdog, just like httpd.conf Timeout? Try Apache::SafeHang http://www.singlesheaven.com/stas/modules/Apache-SafeHang-0.01.tar.gz Oh, ya. Thanks. I'm curious. What is the reason Timeout doesn't work? Does Timeout only work with mod_cgi? Bill Moseley mailto

Re: oracle : The lowdown

2000-01-11 Thread Bill
of the blue. I'm guessing they lost a lot of customers over it. - Bill

Apache::Registry and -M

2000-01-11 Thread Bill Moseley
into place and either do a -USR1 restart or just wait for the Apache processes to go through their normal life cycle. As is, it seems as if I have to bring down the server, move in the updated scripts in, and restart. Not the most graceful process. Bill Moseley mailto:[EMAIL PROTECTED]

Search engines with mod_perl

2000-01-09 Thread Bill Moseley
be to manage over 10,000 web 'references' - a typical web search engine. Thanks, Bill Moseley mailto:[EMAIL PROTECTED]

Re: Search engines with mod_perl

2000-01-09 Thread Bill Moseley
At 04:21 PM 1/9/00 +, Matt Sergeant wrote: On Sun, 09 Jan 2000, Bill Moseley wrote: I'm looking for a simple search engine server to use with mod_perl. Does anyone have experience or recommendations on what works well (or doesn't work well) when developing with mod_perl? Phrase

Attempt to free unreferenced scalar (again)

2000-01-04 Thread Bill Moseley
. * I didn't build the production Apache where the error is showing up. I did build the Apache where I was testing and I didn't see the error. The sparse and infrequent error message makes this hard to track down. Any suggestions on how I can narrow down where to look? Thanks, Bill Moseley mailto

Re: Attempt to free unreferenced scalar (again)

2000-01-04 Thread Bill Moseley
^ That is the full version. Bill Moseley mailto:[EMAIL PROTECTED]

Re: Attempt to free unreferenced scalar (again)

2000-01-04 Thread Bill Moseley
/data/_g/lii/perl_lib/lib/site_perl/5.005/sun4-solaris /usr/local/perl5.005/lib/5.005/sun4-solaris /usr/local/perl5.005/lib/5.005 /usr/local/perl5.005/lib/site_perl/5.005/sun4-solaris /usr/local/perl5.005/lib/site_perl/5.005 . Bill Moseley mailto:[EMAIL PROTECTED]

Re: Error compiling Modperl to FreeBSD

1999-12-27 Thread Bill Desjardins
and ModPerl docs can explain how to do this and it is really easy. Good Luck, Bill -- Bill Desjardins - [EMAIL PROTECTED] - (USA) 305.205.8644 Unix/Network Administration - Perl/Mod_Perl/DB Development http://www.CarRacing.com - Powered by Mod_Perl! Free WebHosting for Race Tracks, Race Teams

Re: mod_proxy mod_perl

1999-12-23 Thread Bill Moseley
reload causes mod_proxy to contact mod_perl server. I'd think it was browser dependent. On Netscape 4.08 reload sends If-modified-since: header, and shift-reload doesn't. Does the proxy pass on the If-modified-since: header in the request? Bill Moseley mailto:[EMAIL PROTECTED]

Re: Apache::Registry VS CGI deamon

1999-12-20 Thread Bill
towards fast_cgi) - Is the number of simultaneous database connections an issue, say, for licensing or anything (I'd lean towards fast_cgi) Anyway, there are lots more of these, and YMMV. I think that both technologies can complement each other... - Bill

Holding files open and locking

1999-12-19 Thread Bill Moseley
then close releasing the LOCK_EX. It t would probably be faster to first copy/truncate/unlock and then to gzip, so I don't keep the LOCK_EX too long. Anyway, just looking for ideas. Thanks, Bill Moseley mailto:[EMAIL PROTECTED]

Re: Holding files open and locking

1999-12-19 Thread Bill Moseley
. The persistent connections would be nice, but I'm doing that now (well, that is, just per child). Do you think I'm saving any time by opening the file once per child instead of once per request? Thanks for all your advice. Bill Moseley mailto:[EMAIL PROTECTED]

Re: Killing a child process

1999-12-18 Thread Bill Moseley
. ($? 255) ); Wish I understood this stuff more. Bill Moseley mailto:[EMAIL PROTECTED]

Re: Another install question: CGI.pm not found

1999-12-17 Thread Bill Moseley
At 11:13 AM 12/17/99 +0100, Kees Vonk 7249 24549 wrote: Can't locate CGI.pm in @INC at /mod_perl-1.21/t/net/perl/cgi.pl line 7. If CGI.pm readable by the user running apache? Yes. 125) ~ %/usr/local/bin/perl5.00503 -MCGI -e 'print $CGI::VERSION,"\n"' 2.46 Bill Moseley mai

mod_perl license?

1999-12-17 Thread Bill
. ... -- ...and I was wondering how mod_perl was licensed. I actually couldn't find a License file in the mod_perl tar file...is there one? And I'm assuming (and hoping) that mod_perl is the standard Artistic License/GPL deal, like most Perl modules, but I wanted to make sure. Doug? :) - Bill P.S. - FastCGI seems

Another install question: CGI.pm not found

1999-12-16 Thread Bill Moseley
5.00503 /usr/local/lib/perl5/site_perl/5.005/sun4-solaris /usr/local/lib/perl5/site_perl/5.005 74) %find /usr/local/lib/perl5 -name CGI.pm /usr/local/lib/perl5/5.00503/CGI.pm Is @INC not what I think it is at that point? Bill Moseley mailto:[EMAIL PROTECTED]

Re: Another install question: CGI.pm not found

1999-12-16 Thread Bill Moseley
125) ~ %/usr/local/bin/perl5.00503 -MCGI -e 'print $CGI::VERSION,"\n"' 2.46 Bill Moseley mailto:[EMAIL PROTECTED]

Re: PerlModule/Require didn't work ??

1999-12-16 Thread Bill Marrs
when I switch to a non-DSO Apache did it work for me. -bill At 03:39 PM 12/16/99 +, [EMAIL PROTECTED] wrote: hi, I was wondering why the PerlModule and perlRequire didn't work for me. I have a fresh installation of : apache 1.3.9 + mod_perl 1.21 (that is bundled in RedHat6.1), what was my

Re: $r-handler returning undef

1999-12-14 Thread Bill Moseley
At 12:14 AM 12/14/99 -0800, Doug MacEachern wrote: On Sun, 12 Dec 1999, Bill Moseley wrote: I'm wondering why $r-handler returns undef for perl-script handlers. I just dropped this into t/conf/httpd.conf: [...] and ran 'make test', I see the expected results: handler=text/perl-module, uri

Re: silent failure when I try to use PerlRequire in httpd.conf

1999-12-13 Thread Bill Marrs
At 10:14 AM 12/11/99 -0800, Cliff Rayman wrote: Stas Bekman wrote: On Sat, 11 Dec 1999, Bill Marrs wrote: Hi, I've been using mod_perl successfully albeit minimally for a couple months now. I'm trying to tune performance and memory usage by consolidating some common

Re: silent failure when I try to use PerlRequire in httpd.conf

1999-12-13 Thread Bill Marrs
hat's probably shared memory (the whole point of using PerlRequire). So, are some people successfully using PerlRequire out there? What versions of Apache and mod_perl are you using? What OS? ...something is wrong for a couple of us out here. -bill At 02:00 PM 12/13/99 , Cliff Rayman wr

$r-handler returning undef

1999-12-12 Thread Bill Moseley
I'm really after is an idea of what percent of requests require mod_perl. Any suggestions? Bill Moseley mailto:[EMAIL PROTECTED]

Re: Can you get the mod_perl performance gains under NT?

1999-12-12 Thread Bill
Check out FastCGI (http://www.fastcgi.com/) for what looks like a pretty good, language-independent and server-independent (as long as the server supports FastCGI) solution. I think that http://www.fastengines.com/ sells a FastCGI thingy for IIS. - Bill Scott Chapman wrote: It seems

silent failure when I try to use PerlRequire in httpd.conf

1999-12-11 Thread Bill Marrs
tc/rc.d/init.d/httpd start Starting httpd: [ OK ] % ps -ef |grep httpd [no httpd processes] % tail /etc/httpd/logs/error_log [ nothing new in log ] Does anyone have any clues for me to track down on this, I'm stumped. -bill

Re: calling htpasswd from perl ...

1999-12-10 Thread Bill Desjardins
be best served by an apache or cgi list, not this one. Bill === Bill Desjardinshttp://www.carracing.com [EMAIL PROTECTED]Tel: 305.205.8644 FREE Homepages for Racers and Race Tracks!! On Thu, 9 Dec 1999, dave_dunstan wrote: Here's my question - since

Re: ASP Cookieless Sessions (WAS Re: Apache::ASP)

1999-12-07 Thread Bill Desjardins
this with both netscape and IE4,5 and a real benefit was the the refreshed page actually showed no referer in the apache logs for the requested site. I guess you could implement this by changing the external link uri's to point local, then dish out a page with the 0 second refresh. my $.02 Bill

Re: mod_perl Programmers demand is going up...

1999-12-04 Thread Bill Desjardins
Or even the head of a camel on an eagles body? I guess you could call it an Eamel ;-) my $.02 Bill === Bill Desjardinshttp://www.carracing.com [EMAIL PROTECTED]Tel: 305.205.8644 FREE Homepages for Racers and Race Tracks!! On Sat, 4 Dec 1999

Re: image problem..

1999-12-03 Thread Bill Desjardins
What does the error log say? === Bill Desjardinshttp://www.carracing.com [EMAIL PROTECTED]Tel: 305.205.8644 FREE Homepages for Racers and Race Tracks!! On Fri, 3 Dec 1999, Jearanai Vongsaard wrote: I got a strange problem: I succeed install

Re: User registration/login module...

1999-11-30 Thread Bill Desjardins
/Apache_Car Good Luck, Bill === Bill Desjardinshttp://www.carracing.com [EMAIL PROTECTED]Tel: 305.205.8644 FREE Homepages for Racers and Race Tracks!! On Tue, 30 Nov 1999, Arnel Estanislao wrote: Hello, Is there a "best way" to

Re: APACHE_HEADER_INSTALL

1999-11-27 Thread Bill Moseley
part about running as non-root. Everything works as normal, except mod_cgi programs must have 501 permissions set, even when owned by the same user that httpd is running as (that is, they must have o+x). Not sure if that's be design or not. Thanks much, Bill Moseley mailto:[EMAIL PROTECTED]

APACHE_HEADER_INSTALL

1999-11-26 Thread Bill Moseley
d: perl Makefile.PL \ APACHE_PREFIX=$HOME/httpd_heavy \ APACHE_HEADER_INSTALL=0 \ APACHE_SRC=../apache_1.3.9/src \ DO_HTTPD=1 \ USE_APACI=1 \ EVERYTHING=1 Thanks, Bill Moseley mailto:[EMAIL PROTECTED]

Stacked Handlers and passing Objects

1999-11-23 Thread Bill Desjardins
and leave it in the object hash for the later modules. Again, please let me know if I am way off base with this thinking and a pointer to some examples of a better way would be much appreciated. Thanks, Bill -- === Bill Desjardinshttp://www.carracing.com

HTTP_NOT_MODIFIED

1999-11-23 Thread Bill Moseley
SetHandler perl-script PerlHandler Apache::Registry PerlSendHeader on /Files Bill Moseley mailto:[EMAIL PROTECTED]

Re: HTTP_NOT_MODIFIED

1999-11-23 Thread Bill Moseley
_perl/1.21 Connection: close X-Pad: avoid browser bug Bill Moseley mailto:[EMAIL PROTECTED]

Sending requests for *.html files to a mod_perl script

1999-11-17 Thread Bill Marrs
would see it) use URLs that don't have the 's and ?'s in them, and instead have paths that look more normal (e.g. "/users/bill.html" instead of "/myscript.pl?user=bill"). If I can change a request for /users/bill.html into a call to my mod_perl script with extra path_info of (

Sending requests for *.html files to a mod_perl script

1999-11-17 Thread Bill Marrs
would see it) use URLs that don't have the 's and ?'s in them, and instead have paths that look more normal (e.g. "/users/bill.html" instead of "/myscript.pl?user=bill"). If I can change a request for /users/bill.html into a call to my mod_perl script with extra path_info of (

Apache::Registry and 304 status code in log file

1999-11-11 Thread Bill Moseley
? The same script runs someplace else as mod_cgi. Thanks, BTW -- In perldoc Apache::Registry I'm sure this is known, but... Location /perl SetHandler perl-script PerlHandler Apache::Registry Options ExecCGI ... /Directory -- shouldn't this be /Location Bill

Re: Porting to Apache::Registry

1999-10-21 Thread Bill Moseley
about that and other similar behavior that I should be aware of? How do I find out why die() is causing a diagnostics message being sent to the client? I'm not using Carp or any __WARN__ or __DIE__ handlers in my script or in the startup.pl file. Bill Moseley mailto:[EMAIL PROTECTED]

Porting to Apache::Registry

1999-10-19 Thread Bill Moseley
and if there are race conditions to worry about. Anyway, I'm really seeking pointers on good references for just starting out that will help me answer these type of questions and keep me quite for a while. Thanks very much, Bill Moseley mailto:[EMAIL PROTECTED]

Re: Apache::Registry and 304 status code in log file

1999-01-16 Thread Bill Moseley
ng Status: 304 Not Modified. 2) Now when exiting via Apache::exit( HTTP_NOT_MODIFIED ) I get this in my server error log: [Thu Nov 18 10:35:29 1999] [error] 304 I wasn't expecting to see that, I guess. Requesting an image, for example, that returns a 304 error doesn't place that message in the log file. Thanks, Bill Moseley mailto:[EMAIL PROTECTED]

<    1   2   3   4   >