On Sat, Dec 26, 2009 at 5:59 PM, Chris Withers <[email protected]>wrote:
> Karen Tracey wrote: > > On Sat, Dec 26, 2009 at 5:32 PM, Chris Withers <[email protected] > > <mailto:[email protected]>> wrote: > > > > > > If anyone can tell me how to do "httpd -X" on a debian or ubuntu host > > I'd be very grateful... > > > > > > /usr/sbin/apache2 -X > > For me that gave: > > # /usr/sbin/apache2 -X > apache2: bad user name ${APACHE_RUN_USER} > Oh right. I had previously run source /etc/apache2/envvars to get the environment vars exported. > > However, as I said in my other thread, what did work for me was: > > apache2ctl -X > > I forgot about that one. It's a front-end to the other that does the environment variable setup automatically. Karen -- 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.

