> > While building apache from source, I see the cgi-bin folder inside > /usr/local/apache2/ but I can't find the same in ubuntu's default > apache installation. Is there any specific package I need to install > for that? I need the folder to put some scripts for a part of my setup > to work. > Check ScriptAlias directive in the Apache configuration file. ScriptAlias determines the directory in which the user should place the CGI scripts/files. If the directory cgi-bin does not exist as per the directive mentioned in the Apache configuration file one can create it and proceed.
-- ubuntu-in mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
