Hi, I am posting an apache question to the django users groups since I have django installed using wsgi and wondering if it might be affecting how or where I should set this environment variable.
I am trying to update the email address in the 500 Internal Server Error message: "Please contact the server administrator, webmas...@localhost and inform..." I have tried to set the ServerAdmin variable in two separate config files, but neither change will update the error page. I have tried each of these in /etc/apache2/httpd.conf and /etc/apache2/ apache2.conf (I have restarted apache after each change) ServerAdmin "[email protected]" ServerAdmin [email protected] Sorry if this is not django related at all. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

