The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Other
> Development Articles
|
Page 2 -
Getting More Out Of Apache (Part 1)
Page 2 - Discuss Getting More Out Of Apache (Part 1) in the Development Articles forum on Dev Shed. Getting More Out Of Apache (Part 1) Development Articles forum discussing articles and tutorials located at http://www.devshed.com. See what our authors have created for your viewing pleasure.
|
|
 |
|
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

January 12th, 2001, 09:27 PM
|
|
Guest
|
|
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
|

January 26th, 2001, 05:30 AM
|
|
Guest
|
|
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?
|

January 26th, 2001, 03:41 PM
|
|
Guest
|
|
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.
|

May 9th, 2001, 03:45 PM
|
|
Guest
|
|
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
|

June 3rd, 2001, 04:22 PM
|
|
Guest
|
|
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.
|

July 28th, 2001, 09:52 AM
|
|
Guest
|
|
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 ?
|

August 23rd, 2001, 04:43 AM
|
|
Guest
|
|
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
|

January 28th, 2002, 05:58 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|

February 18th, 2002, 07:44 AM
|
|
Guest
|
|
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.
|

February 22nd, 2002, 03:47 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|

February 22nd, 2002, 11:31 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|

February 28th, 2002, 06:11 PM
|
|
Guest
|
|
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.
|

March 5th, 2002, 05:43 AM
|
|
Guest
|
|
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.
|

March 6th, 2002, 10:26 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|

March 15th, 2003, 02:14 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
apache
This site rocks!!!
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|