 |
 |
|
 |
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
So he STILL hasn't answered my email. If anyone here can grab the source
and see what's wrong, or if it's the webmaster's problem, please help!
http://davidf.faricy.net/guestbook/guestbook.pl
http://davidf.faricy.net/guestbook/guestbook.html
I get a 405 Method Not Allowed (POST) when I try to test-sign it.
Everything in the directory is chmoded to 777 "-rwxrwxrwx".
--
David Fontaine <dav### [at] faricy net> ICQ 55354965
My raytracing gallery: http://davidf.faricy.net/
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
On Sun, 04 Feb 2001 21:11:49 -0600, David Fontaine wrote:
>So he STILL hasn't answered my email. If anyone here can grab the source
>and see what's wrong, or if it's the webmaster's problem, please help!
That sounds like an apache configuration thing (but not necessarily a
problem; he may want it that way.) Specifically, your httpd.conf might
contain something like this:
<limitexcept HEAD GET>
Deny from all
</limitexcept>
This is probably not a mistake. You might be able to override it in an
.htaccess file, but this is something you need to talk to your webmaster
about.
>Everything in the directory is chmoded to 777 "-rwxrwxrwx".
That's not a good idea.
It's also not a good idea to run anything from Matt's Script Archive; his
stuff is so full of holes you could use it to fish.
--
Ron Parker http://www2.fwi.com/~parkerr/traces.html
My opinions. Mine. Not anyone else's.
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
Ron Parker wrote:
> It's also not a good idea to run anything from Matt's Script Archive; his
> stuff is so full of holes you could use it to fish.
What do you suggest if I want it to stay local?
--
David Fontaine <dav### [at] faricy net> ICQ 55354965
My raytracing gallery: http://davidf.faricy.net/
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
Also, is it my problem or the server's problem that when I upload and visit a
php3 file it gives me the download Pick App / Save to Disk / etc window?
This is quite frustrating; faricy ensured me I could use PHP and I could use
Perl too and I could use it specifically for a guestbook if I wanted! :(
--
David Fontaine <dav### [at] faricy net> ICQ 55354965
My raytracing gallery: http://davidf.faricy.net/
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
Ron Parker wrote:
> >Everything in the directory is chmoded to 777 "-rwxrwxrwx".
>
> That's not a good idea.
That's what I thought, but I was getting desperate and trying every
possibility. Now they're 775.
--
David Fontaine <dav### [at] faricy net> ICQ 55354965
My raytracing gallery: http://davidf.faricy.net/
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
Just guessing: try
--
AddHandler cgi-script .pl
<LIMIT GET POST>
allow from all
</LIMIT>
--
to .htaccess. I think that should override any global access files.
The file must be a+r.
On Sun, 04 Feb 2001 22:47:35 -0600, David Fontaine <dav### [at] faricy net>
wrote:
>Ron Parker wrote:
>
>> >Everything in the directory is chmoded to 777 "-rwxrwxrwx".
>>
>> That's not a good idea.
>
>That's what I thought, but I was getting desperate and trying every
>possibility. Now they're 775.
--
ICQ 74734588
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
On Sun, 04 Feb 2001 22:41:30 -0600, David Fontaine wrote:
>Ron Parker wrote:
>
>> It's also not a good idea to run anything from Matt's Script Archive; his
>> stuff is so full of holes you could use it to fish.
>
>What do you suggest if I want it to stay local?
I don't know, offhand. I'll see what I can find for you.
--
Ron Parker http://www2.fwi.com/~parkerr/traces.html
My opinions. Mine. Not anyone else's.
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
Ron Parker wrote:
> >What do you suggest if I want it to stay local?
>
> I don't know, offhand. I'll see what I can find for you.
> Just guessing: try
> --
> AddHandler cgi-script .pl
> <LIMIT GET POST>
> allow from all
> </LIMIT>
> --
> to .htaccess. I think that should override any global access files.
> The file must be a+r.
Thanks. Still no reply from Ryan, but oh well.
--
David Fontaine <dav### [at] faricy net> ICQ 55354965
My raytracing gallery: http://davidf.faricy.net/
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
I supposedly have to specify that the script is an executable via telnet.
How do I do that?
--
David Fontaine <dav### [at] faricy net> ICQ 55354965
My raytracing gallery: http://davidf.faricy.net/
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
"David Fontaine" <dav### [at] faricy net> wrote in message
news:3A821DD2.E436C9C6@faricy.net...
> I supposedly have to specify that the script is an executable via telnet.
> How do I do that?
>
It sounds like you need to chmod it to 755 - you can use IE and some ftp
clients allow you to do this, so telnet shouldn't be required.
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |