Stefan Fuhrmann wrote: > >> ScriptAlias /mailman/ path/to/mailman's/cgi-bin/ > >Note!!: Im using apache2 with "ispconfig" (hosting management software, >http://ispconfig.org) which creates virtual hosts. >CGI is enabled in ispconfig and the path is set correctly: >"ScriptAlias /cgi-bin/ /var/www/web1/cgi-bin/" >The files within the cgi-bin are symlinked to there location: /usr/lib/cgi-bin > >When I now browse to the URL it says me I dont have the rights to access and >pop up the download window. > >Is it a rights problem? What are the correct values?
Maybe you should take this to an ispconfig list. How are you configuring Apache to understand that a URL like <http://www.example.com/mailman/listinfo> for example is supposed to execute the Cgi program whose (default configuration) location is /usr/local/mailman/cgi-bin/listinfo? The normal way this is done is with ScriptAlias /mailman/ /usr/local/mailman/cgi-bin/ -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
