Re: embed the configuration file in your global Apache configuration file

2013-12-11 Thread Alokkumar Thakur
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 
 alok2...@gmail.comjavascript:
  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 reviewboard...@googlegroups.com 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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: embed the configuration file in your global Apache configuration file

2013-12-11 Thread Alokkumar Thakur
i know how to do in html/directory link but here it is like 
reviews.example.com and i cant find any where what change i have to do so 
if u know then give instruction what changes i have to do .

On Thursday, 12 December 2013 11:46:06 UTC+5:30, David Trowbridge wrote:

 It's just editing the text files. See 
 http://httpd.apache.org/docs/2.2/configuring.html for more information on 
 manipulating apache configurations.

 -David


 On Wed, Dec 11, 2013 at 10:13 PM, Alokkumar Thakur 
 alok2...@gmail.comjavascript:
  wrote:

 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 alok2...@gmail.comwrote:

  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 reviewboard...@googlegroups.com.

 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 reviewboard...@googlegroups.com 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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.