we have to add/copy the apache-wsgi.conf into /etc/httpd/conf/httpd.conf , i need how to copy/add into httpd.conf where and what changes i have to do ?
On Thursday, 12 December 2013 11:31:42 UTC+5:30, David Trowbridge wrote: > > All that means is to copy the content of the apache-wsgi.conf file into > the apache config file. > > -David > > > On Wed, Dec 11, 2013 at 9:55 PM, Alokkumar Thakur > <[email protected]<javascript:> > > wrote: > >> Dear all >> >> I need a help from all kindly reply for bellow problem. >> >> If you have a sites-available directory in your Apache configuration >> directory (for example, /etc/apache2/sites-available, then you should >> rename your configuration file to match your site (e.g., >> reviews.example.com.conf) and put it in that directory. Then create a >> symbolic link from that file to the sites-enabled directory. This is the >> most common setup on Debian or Ubuntu-based distributions. So for example: >> >> $ cd /etc/apache2/sites-available >> $ cp /var/www/reviews.example.com/conf/apache-wsgi.conf >> reviews.example.com.conf >> $ cd ../sites-enabled >> $ ln -s ../sites-available/reviews.example.com.conf . >> >> If you do not have a sites-available or sites-enabled directory, you’ll >> need to embed the configuration file in your global Apache configuration >> file (usually /etc/httpd/httpd.conf or/etc/httpd/apache2.conf). >> >> >> Can any one tell how to do this you’ll need to embed the configuration >> file in your global Apache configuration file >> >> -- >> Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ >> --- >> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ >> --- >> Happy user? Let us know at http://www.reviewboard.org/users/ >> --- >> You received this message because you are subscribed to the Google Groups >> "reviewboard" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
