On Jan 5, 8:54 am, garagefan <monkeygar...@gmail.com> wrote:
> Starting httpd: Syntax error on line 1 of /etc/httpd/conf.d/
> python.conf:
> Invalid command 'xxx', perhaps misspelled or defined by a module not
> included in the server configuration
>
> it doesn't appear that anything in the <VirtualHost> is being read,
> but there are no errors popping up related to it. i've change the *:80
> to other numbers and have received errors
>
> On Jan 4, 4:47 pm, Graham Dumpleton <graham.dumple...@gmail.com>
> wrote:
>
> > Where exactly is the snippet file containing the Apache configuration
> > which you have added?
>
> > How is this being included into the main Apache configuration?
>
> > Try adding a syntax error into the snippet file, ie., add:
>
> >   XXX
>
> > Then try and restart Apache. If it doesn't complain with an error in
> > Apache error logs, then the configuration file isn't even being read
> > in.
>
> > If neither site is showing anything, then all I can guess is that the
> > configuration isn't even being used in the first place.

The only other thing I can think of is that the order of stuff in main
Apache configuration file, as dictated by where the python.conf
snippet is included, is resulting in some residual configuration
related to configuration of '/' for server taking precedence over the
VirtualHost entries.

In all, it is just too hard to tell at this point. Is this a managed
server where you can only modify certain Apache files and then use a
web panel to restart it, or do you have full root access?

Graham
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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
-~----------~----~----~----~------~----~------~--~---

Reply via email to