Click to See Complete Forum and Search --> : Apache Server
Marek
11-23-2000, 08:18 PM
Now that I have linux working, I would like to configure a server. It will be a local server (ie im using it for perlscript development, not internet hosting). I was able to *kinda* get it working. The script(s) would always give a 404 error in netscape (i did check paths). Any ideas?
------------------
www.jedev.com, (http://www.jedev.com,) www.lagunas-jukebox.com (http://www.lagunas-jukebox.com)
error27
11-23-2000, 10:17 PM
Your question is too vague...
404 means you do not have the paths correct even though you checked them. There is no question there.
Where are you putting the files?
Perhaps if you tell us what distro you are running we can tell you what the default place to put scripts for that distro is.
in debian put them under /usr/lib/cgi-bin/script.pl and the path is http://localhost/cgi-bin/script.pl
in redhat i think it's under /home somewhere...
Marek
11-23-2000, 10:55 PM
I am using mandrake 7.2.
Crap, I meant 500 error. 404 is file not found. Whoops!
------------------
www.jedev.com, (http://www.jedev.com,) www.lagunas-jukebox.com (http://www.lagunas-jukebox.com)