Would django affect where or how I set ServerAdmin (apache) environment variable?

2010-10-23 Thread robinne
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 "m...@myemail.com"
ServerAdmin m...@myemail.com

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 django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Would django affect where or how I set ServerAdmin (apache) environment variable?

2010-10-23 Thread robinne
Contacted my VPS host. They must change this environment variable.
Sorry. Thanks.

On Oct 23, 7:37 pm, robinne  wrote:
> 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 "m...@myemail.com"
> ServerAdmin m...@myemail.com
>
> 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 django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.