Announcement

Collapse
No announcement yet.

cgi-bin Deleting

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    cgi-bin Deleting

    Im running through the set up wizard everything is going ok till I get a message that says the cgi script does not have permission to delete in the catalog directory. How can this be fixed

    #2
    Hi there,

    For Actinic to function properly, 'acatalog' needs to have 'Read, Write and Execute' in case of Windows server or '777' in case of Linux/Unix server.
    Similarly, 'cgi-bin' needs to have 'Read and Execute' in case of Windows server or '755' in case of Linux/Unix server.

    Since you are getting error message regarding the cgi-scripts, it seems to me that 'cgi-bin' is not configured properly. Please check with your hosting company to confirm that they have configured 'cgi-bin' to run perl scripts on it.
    Cheers,
    Suresh Babu G

    Comment

    Working...
    X