Author Topic: Specific File Permissions  (Read 1375 times)

netbuzrd

  • Posts: 6
    • View Profile
Specific File Permissions
« on: November 20, 2005, 04:59:48 pm »
I have been fighting getting signup-list?.cgi to work properly, and boy do I mean stuggling. Reading and re-reading all the manual, help files etc.. when I had an idea.  :idea:
While looking over the signup-list1.cgi file and scratching my head looking for anything that might make sense to me I noticed on line 31 the following "$http_program = "/usr/bin/wget -O /dev/null " . $listmail_url . "/signup.php". I am no programmer by a long shot but I wondered if  there was a problem getting signup.php to work. I checked its permissions and they were 644 so I changed it to 755 and whoa and behold all the sudden my blank emails to a alias address pointed to signup-list1.cgi works. Now I receive the confirmation emails etc...
My question is this.
What are the permissions suppose to be for all the files once you have them loaded up to your server. Most if not all of mine in the root list mail folder are 644.
Thanks
"Come over here and turn around so'z I can smack you up side the head" Paul Teutlel American Choppers

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Specific File Permissions
« Reply #1 on: November 20, 2005, 07:02:41 pm »
For most CGI scripts to run, from cgi-bin especially, they need to be set (CHMOD) to 755 to be executable.

Regards!
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting

netbuzrd

  • Posts: 6
    • View Profile
Thank You DW
« Reply #2 on: November 20, 2005, 07:21:39 pm »
Thank You DW
I will change them.
Your support is awsome, you answered this on a Sunday night when most people would not have taken the time until Monday or later.

Thanks Again
"Come over here and turn around so'z I can smack you up side the head" Paul Teutlel American Choppers