Re: [PLUG] Centos 4.6 apache and perl scripts...

2010-08-24 Thread Ken Stephens
Michael C. Robinson wrote: > -bash-3.00$ ls -l > total 24 > drwxr-xr-x 2 spam spam 4096 Aug 21 04:37 bin > drwxr-xr-x 3 spam spam 4096 Aug 23 15:43 config > drwx-- 2 spam spam 4096 Aug 21 09:05 private > drwxr-xr-x 7 spam spam 4096 Aug 23 15:41 public_html > drwxr-xr-x 2 spam spam 4096 Aug

Re: [PLUG] Centos 4.6 apache and perl scripts...

2010-08-23 Thread Michael C. Robinson
-bash-3.00$ ls -l total 24 drwxr-xr-x 2 spam spam 4096 Aug 21 04:37 bin drwxr-xr-x 3 spam spam 4096 Aug 23 15:43 config drwx-- 2 spam spam 4096 Aug 21 09:05 private drwxr-xr-x 7 spam spam 4096 Aug 23 15:41 public_html drwxr-xr-x 2 spam spam 4096 Aug 23 15:47 scripts drwx-- 2 spam spam

Re: [PLUG] Centos 4.6 apache and perl scripts...

2010-08-23 Thread Ken Stephens
Russell Johnson wrote: > On Aug 23, 2010, at 4:13 AM, Someone wrote: > > >> >> >> > > I believe your assumption is wrong. In this context, the ~/public_html would > resolve to the user apache is running as at the time apache parses this entry > in the config file. > > Russ > __

Re: [PLUG] Centos 4.6 apache and perl scripts...

2010-08-23 Thread Russell Johnson
On Aug 23, 2010, at 4:13 AM, Someone wrote: > > I believe your assumption is wrong. In this context, the ~/public_html would resolve to the user apache is running as at the time apache parses this entry in the config file. Russ ___ PLUG mailing

Re: [PLUG] Centos 4.6 apache and perl scripts...

2010-08-23 Thread drew wymore
On Mon, Aug 23, 2010 at 4:13 AM, Someone wrote: > >    setHandler perl-script >    PerlResponseHandler ModPerl::Registry >    PerlOptions +ParseHeaders >    Options +ExecCGI >    Order allow,deny >    Allow from all > > > Any thoughts on why adding the above to perl.conf doesn't work? > I'm thin

Re: [PLUG] Centos 4.6 apache and perl scripts...

2010-08-23 Thread Someone
setHandler perl-script PerlResponseHandler ModPerl::Registry PerlOptions +ParseHeaders Options +ExecCGI Order allow,deny Allow from all Any thoughts on why adding the above to perl.conf doesn't work? I'm thinking ~/public_html will match the public_html directory under an

Re: [PLUG] Centos 4.6 apache and perl scripts...

2010-08-22 Thread drew wymore
On Sun, Aug 22, 2010 at 10:08 PM, Michael C. Robinson wrote: > [Sun Aug 22 22:00:07 2010] [error] [client 192.168.5.82] Premature end > of script headers: cannibal.pl, referer: > http://web.robinson-west.com/~spam/ > > Any thoughts on this one?  I dumped the output of cannibal.pl to an html > file

[PLUG] Centos 4.6 apache and perl scripts...

2010-08-22 Thread Michael C. Robinson
[Sun Aug 22 22:00:07 2010] [error] [client 192.168.5.82] Premature end of script headers: cannibal.pl, referer: http://web.robinson-west.com/~spam/ Any thoughts on this one? I dumped the output of cannibal.pl to an html file and it rendered no problem. So why is the perl code generating an inter