Hi everyone!
I started learning perl about one month ago.
After havin fun and even getting some scripts running, the fun stopped 3
days ago. :(
Having found a problem I am not able to figure out myself, I'm not quite
sure any more what to do.
In my script (see below for excerpt) the user enter
On Saturday, May 4, 2002, at 05:35 , SuperJeremy wrote:
[..]
> but im still getting "ForbiddenYou dont have permission..." errors
>
> what am i forgetting? Is there a switch somewhere I need to throw to
> make the
> cgi-bin directory active?
>
> It's a unadulterated apache install from Mand
I just upgraded my os and I installed apache to work on some of my scripts.
I put the .pl files into the cgi-bin directory and chmod 755 them.
I set their owner and group to "apache"
but im still getting "ForbiddenYou dont have permission..." errors
what am i forgetting? Is there a swit
I just installed Mandrake 8.2 with Apache and I'm trying to get some of my
scripts to run on it.
I put them into the www/cgi-bin directory and chmoded them to 755
I also set their owner and group to "apache"
But I'm still getting "Forbidden...You dont have permission" errors
What am I forget
Hi!
I'm having serious trouble with my (first) cgi script.
It's a login script for a member's area which retrieves the password
from a database (mysql).
While using several subs, I have not found a possibility to return the
values extracted from the database to another sub it's always an
em