ncsuapex
12-22-2004, 06:45 PM
OK,
Due to a major issue I had to wipe out my old RH9 machine and installed Fedora Core 3. I was able to xfer all my files over to my XP machine. So when I installed Fedora I just moved everything over. I had been using this program called "Free for all link" Available here Free for all links (http://www.scriptarchive.com/links.html)
I put all the files in the folders that they are supposed to be in, I checked all the permissions and they are all correct. The problem is, The page loads with all my old links I had saved, but when I go to add a new link, the page just refreshes and does not add the new link. There is no error or anything.
I've checked:
httpd.conf
#
AddHandler cgi-script .cgi
ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
<Directory "/var/www/cgi-bin">
Options ExecCGI
AllowOverride None
Allow from all
Order allow,deny
$ which perl
/usr/bin/perl
this is at the top of my .cgi file
#!/usr/bin/perl
So why isn't it wrting to the webpage??
the links.html has the permissions of 777 and the DIR is 777
same with the .cgi file
Due to a major issue I had to wipe out my old RH9 machine and installed Fedora Core 3. I was able to xfer all my files over to my XP machine. So when I installed Fedora I just moved everything over. I had been using this program called "Free for all link" Available here Free for all links (http://www.scriptarchive.com/links.html)
I put all the files in the folders that they are supposed to be in, I checked all the permissions and they are all correct. The problem is, The page loads with all my old links I had saved, but when I go to add a new link, the page just refreshes and does not add the new link. There is no error or anything.
I've checked:
httpd.conf
#
AddHandler cgi-script .cgi
ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
<Directory "/var/www/cgi-bin">
Options ExecCGI
AllowOverride None
Allow from all
Order allow,deny
$ which perl
/usr/bin/perl
this is at the top of my .cgi file
#!/usr/bin/perl
So why isn't it wrting to the webpage??
the links.html has the permissions of 777 and the DIR is 777
same with the .cgi file