And it's interesting that how do you know that mod_python is working?
--
Regards
Dulmandakh
It seems that you use Debian based distro. Debian based systems have
separate site files instead of one big config file. And you should do
it that way. You may consider using default or you own.
https://help.ubuntu.com/8.04/serverguide/C/httpd.html
--
Regards
Dulmandakh
See http://httpd.apache.org/docs/2.2/mod/mod_env.html. I suggest you
to do some research by yourself.
--
Regards
Dulmandakh
Make sure you *always* edit the files in sites-available! If you edit in
site-enabled, some editors will replace the original symbolic link in
sites-enabled with an updated copy of the file itself, and then you will
lose you configuration data if you decide to switch the site off
temporarily ...
The configuration commands are exactly the same for a configuration
sub-file: it's exactly as though they had appeared in the main
configuration file at the point of inclusion, so once you understand the
relationship between the sites-available and sites-enabled directories
and your main configuration file you should be good to go.
You *could* put the configuration commands in http.conf itself, but this
goes against the Debian/Ubuntu organization scheme, and so probably
wouldn't be helpful long-term.
The Django setup instructions aren't bad, but there are so many
different ways that Apache is organized that the authors couldn't hope
to cover them all.
regards
Steve
>
> On Nov 9, 10:33 pm, "DULMANDAKH Sukhbaatar" <dulmand...@gmail.com>
> wrote:
>
>> Please follow instructions onhttp://docs.djangoproject.com/en/dev/howto/deployment/modpython/to
Try removing the mysite part so it is juat
SetEnv DJANGO_SETTINGS_MODULE settings
--
Brandon Martin