Hi,
I was running out of space on a drive, so I added another drive. I then used the "mv" command to move a sites /home/user" folder to "/home2/user".
I then made a ln -s /home2/user /home/user to point it to the new directory.
Everything is working fine except the cgi-bin. Nothing in there seems to work, but was working fine before the move.
I just get "premature end of script headers". I've checked all the permissions, users, everything. It was the "mv" command, so I'm sure it just moved them directly, so i wouldn't think it would be a binary/ascii issue...
Anyone else had this problem before?
I was running out of space on a drive, so I added another drive. I then used the "mv" command to move a sites /home/user" folder to "/home2/user".
I then made a ln -s /home2/user /home/user to point it to the new directory.
Everything is working fine except the cgi-bin. Nothing in there seems to work, but was working fine before the move.
I just get "premature end of script headers". I've checked all the permissions, users, everything. It was the "mv" command, so I'm sure it just moved them directly, so i wouldn't think it would be a binary/ascii issue...
Anyone else had this problem before?
Last edited: