2010/8/30 nitin chandra <[email protected]>: > Thank You, > > I will be adding mod_wsgi settings now this doubt has been cleared. >
And still better than a general vhosts file is to have a vhosts file for each site. Use the Include directive: http://httpd.apache.org/docs/2.2/mod/core.html#include to define a config directory and create the my_site_1.conf file in it. When the number of sites starts growing a single vhosts file is harder to manage. Regards, Clodoaldo >> >> extra/httpd-vhosts.conf >> >> You will need to uncomment in httpd.conf the line: >> >> Include .../extra/httpd-vhosts.conf >> >> where '...' will be whatever config file has based on where you installed it. >> >>> Also in my http-ssl.conf, 'SSLEnable on' is set, do i still need to >>> specify SSLEnable on in Virtual Host Settings. >> >> You should be using 'SSLEngine', not 'SSLEnable'. See: >> >> http://httpd.apache.org/docs/2.2/ssl/ssl_compat.html >> >> All you should need to do is uncomment in httpd.conf the line: >> >> Include .../extra/httpd-ssl.conf >> >> and that file is where all SSL enabling options would be. >> >> If your config file structure is not like that, then I have no idea >> what source code distribution you have built from. > > Yes the config file structure IS like that. > > > Nitin > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" 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/modwsgi?hl=en. > > -- You received this message because you are subscribed to the Google Groups "modwsgi" 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/modwsgi?hl=en.
