I think I may be on the right track. A smart person (not me) would have looked at the Apache error log to see what was wrong. Apparently I didn't have my syntax exactly correct in my httpd.conf. That was part one. After I fixed the syntax, stopped and restarted Apache, I tried to access the CGI-Script again and this time it came back and gave me an error on my webpage that the script was executed as group "daemon" rather than group "nobody". In the process of fixing this.

Thank you,
Layne Meier


On Oct 5, 2004, at 12:02 PM, Mark Sapiro wrote:

Layne Meier wrote:

However, and I have to apologize because I know you all have probably discussed this a million times over by now, but I can't get Apache to work and recognize the cgi-bin directory.

Visit the FAQ at http://www.python.org/cgi-bin/faqw-mm.py and read article 1.22


Here's a cut and paste from my httpd.conf file...

ServerName...
    ScriptAlias /mailman/ /usr/local/mailman/cgi-bin
    Alias /pipermail/ /usr/local/mailman/archives/public/
Logs and ht directory...
    <Directory "/usr/local/mailman/cgi-bin/">
      AllowOverride None
      Options None
      Order allow,deny
      Allow from all
    </Directory>
    <Directory "/usr/local/mailman/archives/public/">
      Options Indexes Includes FollowSymLinks
      AllowOverride none
      Order allow,deny
      Allow from all
    </Directory>

When I try to access my site via http using a URL similar to this:
http://www.mysite.tld/mailman/create

I get a 404 File Not Found error

Not Found

The requested URL /mailman/create was not found on this server

Any ideas/help would be greatly appreciated.


From the INSTALL document:

8. Common Problems

    Problem:  All Mailman web pages give a 404 File not found error.

    Solution: Your web server has not been set up properly for handling
              Mailman's cgi commands.  Make sure you've:

              1) Configured the web server to give permissions to
                 $prefix/cgi-bin
              2) Restarted the web server properly.

              Consult your web server's documentation for instructions
              on how to do these things.

It seems you've done step 1). Have you done step 2)?

--
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/

Reply via email to