User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Linux Servers and Apache section within the Tech Talk category of DaniWeb, a massive community of 397,589 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,018 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Linux Servers and Apache advertiser:
Views: 6910 | Replies: 2
Reply
Join Date: Jul 2005
Posts: 1
Reputation: Anand Parajuli is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
Anand Parajuli Anand Parajuli is offline Offline
Newbie Poster

Second Apache at different port

  #1  
Jul 28th, 2005
Hi,
I have been given a server which runs Apache2. Its working fine by itself. What I need to do is run another apache server in port (say)8000 is folder /home/myname (in the same machine). From what I know, if I have proper configuration files in my folder we should be able to run another apache server from there. Please correct me if I am wrong. I tried copying the already existing config files in the server to my folder and changing the Port to 8000. This doesn't seem to work as I cannot write to many files because I do not have permission to do so. Also there seem to be too many interconnected files that I do not have permission to write on.

Can someone guide me to write a config file (httpd.conf) for the server at port 8000!!!

my final aim will be to communicate between these two servers (Hopefully urllib will help me do that).

I was wondering if the whole idea of running second apache in a different folder just by using configuration file/s (httpd.conf) as mentioned above work or not!!

If I make the same version of Apache listen to two ports (8000 and 80 lets say) using virtural hosts, can they be assigned different configuration?? e.g. making these two run different file by default!!

Where in the config file do we make apache run a specific file on receiving a request???


Anand
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Apr 2004
Location: Dallas, Tx
Posts: 370
Reputation: blud will become famous soon enough blud will become famous soon enough 
Rep Power: 6
Solved Threads: 5
Moderator
Staff Writer
blud blud is offline Offline
Linux Reject

Re: Second Apache at different port

  #2  
Aug 17th, 2005
Originally Posted by Anand Parajuli
Hi,
I have been given a server which runs Apache2. Its working fine by itself. What I need to do is run another apache server in port (say)8000 is folder /home/myname (in the same machine). From what I know, if I have proper configuration files in my folder we should be able to run another apache server from there. Please correct me if I am wrong. I tried copying the already existing config files in the server to my folder and changing the Port to 8000. This doesn't seem to work as I cannot write to many files because I do not have permission to do so. Also there seem to be too many interconnected files that I do not have permission to write on.

Can someone guide me to write a config file (httpd.conf) for the server at port 8000!!!

my final aim will be to communicate between these two servers (Hopefully urllib will help me do that).

I was wondering if the whole idea of running second apache in a different folder just by using configuration file/s (httpd.conf) as mentioned above work or not!!

If I make the same version of Apache listen to two ports (8000 and 80 lets say) using virtural hosts, can they be assigned different configuration?? e.g. making these two run different file by default!!

Where in the config file do we make apache run a specific file on receiving a request???


Anand

You should be able to place both ports on the same configuration file then seperate the requests using a virtualhost entry.

Example:
NameVirtualhost 192.168.0.1:80
NameVirtualhost 192.168.0.1:8000

<VirtualHost 192.168.0.1:80>
Servername main.servername.com
Serveralias servername.com www.servername.com
DocumentRoot /home/path/documents1/
</VirtualHost>

<VirtualHost 192.168.0.1:8000>
Servername main.otherservername.com
Serveralias otherservername.com www.otherservername.com
DocumentRoot /home/path/documents2/
</VirtualHost>
--
<Something clever here>
RHCDS/MCP/DCSP
Reply With Quote  
Join Date: Aug 2007
Posts: 1
Reputation: priest_ngs is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
priest_ngs priest_ngs is offline Offline
Newbie Poster

Re: Second Apache at different port

  #3  
Aug 21st, 2007
Big thanks It really does help. Now I can treat 49 port as SVN repository, 80 as web server.)
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

DaniWeb Linux Servers and Apache Marketplace
Thread Tools Display Modes

Similar Threads
Other Threads in the Linux Servers and Apache Forum

All times are GMT -4. The time now is 5:54 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC