On Thu, Feb 04, 2016 at 09:14:31AM -0800, Mark Sapiro wrote: > Check /etc/apache2/mods-enabled. There should be a symlink > > cgi.load -> ../mods-available/cgi.load > > If it's not there, do > > cd /etc/apache2/mods-enabled > ln -s ../mods-available/cgi.load cgi.load
On debian systems, Apache2 comes with some commands to do this more portably. Presumably. a2enmod/a2dismod/a2ensite/a2dissite -- Henry Yen Aegis Information Systems, Inc. Senior Systems Programmer Hicksville, New York ------------------------------------------------------ Mailman-Users mailing list [email protected] https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org
