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
-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
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
> __
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
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
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
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
[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