Mailman on Ubuntu 14.04.3 LTS: Forbidden You don't have permission to access /cgi-bin/mailman/admin/mailman on this server

Kind greetings.
I am having a problem with Mailman on Ubuntu server.
I used this guide to install Mailman on Ubuntu 14.04.3: https://help.ubuntu.com/lts/serverguide/mailman.html.
When I try to access the Mailman website, I receive this message:
Forbidden
You don't have permission to access /cgi-bin/mailman/admin/mailman on this server.
I receive this message trying to access either of these pages:
http://server/cgi-bin/mailman/admin/mailman
http://server/cgi-bin/mailman/listinfo/mailman
I can access the Apache web page on "server." Just not the Mailman pages.
Any thoughts on how to fix this?
Thank you.
Peter W. Caton

On 02/03/2016 02:09 PM, Peter W. Caton wrote:
I used this guide to install Mailman on Ubuntu 14.04.3: https://help.ubuntu.com/lts/serverguide/mailman.html.
See the FAQ at <http://wiki.list.org/x/12812344>.
It would help if you posted the information about this from the apache error log, but I think the issue is Ubuntu's Apache package doesn't enable mod-cgi by default.
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
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan

On Thu, Feb 04, 2016 at 09:14:31AM -0800, Mark Sapiro wrote:
On 02/03/2016 02:09 PM, Peter W. Caton wrote:
Forbidden
[ … ]
Check /etc/apache2/mods-enabled. There should be a symlink
https://httpd.apache.org/docs/2.4/upgrading.html#run-time also springs to mind.
(as a side note, Peter, do you really want /cgi-bin/ in your URIs? https://www.w3.org/Provider/Style/URI springs to mind)
-- "What a lot of parties. masked parties, Savage parties ... parties where one had to dress as somebody else, almost naked parties in St John's Wood, parties in flats and studios and houses and ships and hotels and night clubs, in windmills and swimming-baths..."

On Thu, Feb 04, 2016 at 05:22:15PM +0000, Adam McGreggor wrote:
https://httpd.apache.org/docs/2.4/upgrading.html#run-time also springs to mind.
Although with a ScriptAlias, this may not be necessary (but for /pipermail/ etc probably useful).
-- "MP3s are for people who download music. People who buy Mercedes cars can afford to buy their music." (Mercedes dealer, to customer requesting an in-car MP3 player)

Thanks.
There was no symlink.
I created one as per your instructions.
I am now able to access the Mailman web pages.
I greatly appreciate the help.
Peter W. Caton
-----Original Message----- From: Mailman-Users [mailto:mailman-users-bounces+peterc=northsld.org@python.org] On Behalf Of Mark Sapiro Sent: Thursday, February 04, 2016 11:15 AM To: mailman-users@python.org Subject: Re: [Mailman-Users] Mailman on Ubuntu 14.04.3 LTS: Forbidden You don't have permission to access /cgi-bin/mailman/admin/mailman on this server
On 02/03/2016 02:09 PM, Peter W. Caton wrote:
I used this guide to install Mailman on Ubuntu 14.04.3: https://help.ubuntu.com/lts/serverguide/mailman.html.
See the FAQ at <http://wiki.list.org/x/12812344>.
It would help if you posted the information about this from the apache error log, but I think the issue is Ubuntu's Apache package doesn't enable mod-cgi by default.
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
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Mailman-Users mailing list Mailman-Users@python.org 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/peterc%40northsld.org

On 02/03/2016 02:09 PM, Peter W. Caton wrote:
I used this guide to install Mailman on Ubuntu 14.04.3: https://help.ubuntu.com/lts/serverguide/mailman.html.
See the FAQ at <http://wiki.list.org/x/12812344>.
It would help if you posted the information about this from the apache error log, but I think the issue is Ubuntu's Apache package doesn't enable mod-cgi by default.
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
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan

On Thu, Feb 04, 2016 at 09:14:31AM -0800, Mark Sapiro wrote:
On 02/03/2016 02:09 PM, Peter W. Caton wrote:
Forbidden
[ … ]
Check /etc/apache2/mods-enabled. There should be a symlink
https://httpd.apache.org/docs/2.4/upgrading.html#run-time also springs to mind.
(as a side note, Peter, do you really want /cgi-bin/ in your URIs? https://www.w3.org/Provider/Style/URI springs to mind)
-- "What a lot of parties. masked parties, Savage parties ... parties where one had to dress as somebody else, almost naked parties in St John's Wood, parties in flats and studios and houses and ships and hotels and night clubs, in windmills and swimming-baths..."

On Thu, Feb 04, 2016 at 05:22:15PM +0000, Adam McGreggor wrote:
https://httpd.apache.org/docs/2.4/upgrading.html#run-time also springs to mind.
Although with a ScriptAlias, this may not be necessary (but for /pipermail/ etc probably useful).
-- "MP3s are for people who download music. People who buy Mercedes cars can afford to buy their music." (Mercedes dealer, to customer requesting an in-car MP3 player)

Thanks.
There was no symlink.
I created one as per your instructions.
I am now able to access the Mailman web pages.
I greatly appreciate the help.
Peter W. Caton
-----Original Message----- From: Mailman-Users [mailto:mailman-users-bounces+peterc=northsld.org@python.org] On Behalf Of Mark Sapiro Sent: Thursday, February 04, 2016 11:15 AM To: mailman-users@python.org Subject: Re: [Mailman-Users] Mailman on Ubuntu 14.04.3 LTS: Forbidden You don't have permission to access /cgi-bin/mailman/admin/mailman on this server
On 02/03/2016 02:09 PM, Peter W. Caton wrote:
I used this guide to install Mailman on Ubuntu 14.04.3: https://help.ubuntu.com/lts/serverguide/mailman.html.
See the FAQ at <http://wiki.list.org/x/12812344>.
It would help if you posted the information about this from the apache error log, but I think the issue is Ubuntu's Apache package doesn't enable mod-cgi by default.
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
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Mailman-Users mailing list Mailman-Users@python.org 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/peterc%40northsld.org
participants (4)
-
Adam McGreggor
-
Henry Yen
-
Mark Sapiro
-
Peter W. Caton