Check Security

Discussion in 'General' started by mphayesuk, Jan 31, 2006.

  1. mphayesuk

    mphayesuk Member HowtoForge Supporter

    Ok I think I have changed the path for apache so that suexec is working... how can I check this.

    Thanks
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Enable SuExec in ISPConfig and then use a cgi script that e.g. creates a file in the web directory. If this file is owned by the web admin and not the httpd user, SuExec is enabled successfully.
     
  3. falko

    falko Super Moderator ISPConfig Developer

  4. mphayesuk

    mphayesuk Member HowtoForge Supporter

    Ok so how do I fix this if it has the wrong owner and group ect...
     
  5. mphayesuk

    mphayesuk Member HowtoForge Supporter

    How do I check which user owns which files... (command used)
     
  6. falko

    falko Super Moderator ISPConfig Developer

    With
    Code:
    ls -l /path/to/file
     

Share This Page