Development Articles
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsOtherDevelopment Articles

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #16  
Old January 12th, 2001, 09:27 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: more out of apache part 1-> multiple domains

That did the trick dave. Seeing your file info was more helpful than you can know. Both my domains are up and cranking now. Now ..if I can get a sumdomain to work......name.domain.com...I'll be in business for sure...
Thanks again
Amos

Reply With Quote
  #17  
Old January 26th, 2001, 05:30 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: more out of apache part 1-> multiple domains

How to make shure that apache responds with the same page when someone enters www.domain.com or domain.com in their browser?

Reply With Quote
  #18  
Old January 26th, 2001, 03:41 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Out Of Apache Part 1


The best job on this subject I have found. Now direct me to some information on how to ftp to an Apache Server and I will be very happy.

Reply With Quote
  #19  
Old May 9th, 2001, 03:45 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Apache Virtual Host question

Hi,
'Getting More Out of Apache' is a nice article. I do have some more questions about setting up virtual hosts in apache.

I am trying to redirect requests to different weblogic servers using virtual hosts.
In my setup, I am trying to do something like this in my httpd.conf file .

Code:
NameVirtualHost 1.2.3.4

<VirtualHost 1.2.3.4>
ServerName a.domain.com
<IfModule mod_weblogic.c>
 WebLogicHost IP1
 WebLogicPort Port1
<IfModule>
<Files *.jsp>
 SetHandler weblogic-handler
</Files>
</VirtualHost>

<VirtualHost 1.2.3.4>
ServerName b.domain.com
<IfModule mod_weblogic.c>
 WebLogicHost IP2
 WebLogicPort Port2
<IfModule>
<Files *.jsp>
 SetHandler weblogic-handler
</Files>
</VirtualHost>


According to apache documents, I can put <IfModule> tag inside Virtual hosts. However I feel that this tag is not getting recognised.

Please let me know what I am missing?

Thanks in advance.

Mandar


Reply With Quote
  #20  
Old June 3rd, 2001, 04:22 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Apache Part 1 Virtual Hosts


In your Example

<VirtualHost 127.0.0.1>
ServerAdmin webmaster@melonfire-alpha.com
DocumentRoot /www/melonfire-alpha.com
ServerName melonfire-alpha.com
ErrorLog logs/melonfire-alpha.com-error_log
CustomLog logs/melonfire-alpha.com-access_log common
</VirtualHost>

In making the entry for ServerName you did not indicate that the entry needs to be www.melonfire-alpha.com. Unless you proceed your domain name with www. Apache will default to the first entry for all domains you have assigned to your static IP address.

Reply With Quote
  #21  
Old July 28th, 2001, 09:52 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: Out Of Apache Part 1

<VirtualHost ftp.mydomain.com>
DocumentRoot /home/ftp
</VirtualHost>

isn't it ?

Reply With Quote
  #22  
Old August 23rd, 2001, 04:43 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: well written but...

I know absolutely nothing about apache and need to find out for my course work.
This has been invaluable start, and i am sure i can build on it
Thanks
Colin Rawlinson

Reply With Quote
  #23  
Old January 28th, 2002, 05:58 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:

Reply With Quote
  #24  
Old February 18th, 2002, 07:44 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Which appropriate DNS entries to that effect?

Congratulations to the author for this article.
However, as pointed out under the paragraph 'Two Birds with one Host', it should be pretty nice to indicate (as an other illustrative) which exact DNS entries (A and PTR Records?)to make so that the DNS issue stops bothering the Apache Virtual Hosts configuration and functionality!

Anticipated thanks for your help/comments!

Angelo.

Reply With Quote
  #25  
Old February 22nd, 2002, 03:47 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:

Reply With Quote
  #26  
Old February 22nd, 2002, 11:31 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:

Reply With Quote
  #27  
Old February 28th, 2002, 06:11 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Apache

Well Well Well , excellant piece of information as i have been using tomcat a simple service for development and have just hooked up apache http server so this went down well like a pint of beer.Thus i will be printing this topic at work 2morrow and trying out the examples .Keep inspiration alive .
Regards Kuma Amadi Systems Programmer.

Reply With Quote
  #28  
Old March 5th, 2002, 05:43 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: Which appropriate DNS entries to that effect?

Hi Guys,

Very quite these days and wonder why! Managed to update the DNS, however, Apache keeps defaulting to the primary (also listed as the first VH). Tried Richard Stratton's comment but still.

So my headache continues... till someone drops some helpful hints to overcome this snag!

Anticipated thanks.

Angelo.

Reply With Quote
  #29  
Old March 6th, 2002, 10:26 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:

Reply With Quote
  #30  
Old March 15th, 2003, 02:14 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
apache

This site rocks!!!

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherDevelopment Articles > Getting More Out Of Apache (Part 1)

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap