Results 1 to 4 of 4

Thread: CGI for Individual users

  1. #1
    Join Date
    Jan 2010
    Beans
    18

    CGI for Individual users

    How can I get Apache to allow CGI from users directories. It is already working in the default directory.

    I want it to run from /home/username/public_html/cgi-bin. I would like it to be available to several users but not all. It seems to me I had this working years ago.. but I can't seem to find my notes.

  2. #2
    Join Date
    Aug 2010
    Location
    Canada
    Beans
    151
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: CGI for Individual users

    Read up on ScriptAlias and "Options +ExecCGI". How you should proceed will depend on how you have your user dirs set up.

    http://httpd.apache.org/docs/current/howto/cgi.html

  3. #3
    Join Date
    Jan 2010
    Beans
    18

    Re: CGI for Individual users

    I think that will do it. It is starting to look familiar again. Thanks for your help

  4. #4
    Join Date
    Jan 2010
    Beans
    18

    Re: CGI for Individual users

    That did it! Thanks!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •