You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Jan Madsen <Ja...@im-teknik.dk> on 2003/05/01 10:13:15 UTC

[users@httpd] From internet to apache to another server

Hmmm
I think that I expressed my self a little bit wrong

What I mend was that I have a firewall running IPTABLES. I NAT all http
(port 80) to my apache server.
What I want apache to do is send all traffic coming on mail.im-teknik.dk to
another server. I know that I can host a lot of sites with apache on the
same server with the VirtuelHost containers, but in this case my web site
for mail.im-teknik.dk lays on another server ( Exchange server NT 4.0 )

My question???, do I still need to use the "ProxyPass" section ???

Best Regards,
Jan Madsen  

-----Oprindelig meddelelse-----
Fra: Boyle Owen [mailto:Owen.Boyle@swx.com] 
Sendt: Wednesday, April 30, 2003 12:58 PM
Til: users@httpd.apache.org
Emne: RE: [users@httpd] Sending a http page to another server

>-----Original Message-----
>From: Jan Madsen [mailto:Jan@im-teknik.dk]
>
>I want to use apache to route the name mail.im-teknik.dk to 
>another server
>on the network. Do any one know how to do this, or can apache do it

This is called proxy serving. Check out "ProxyPass" in the docs... Note
that this requires mod_proxy which is an additional module and may or
may not be compiled in.

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 

>
>Best regards 
>Jan Madsen
>
>
>---------------------------------------------------------------------
>The official User-To-User support forum of the Apache HTTP 
>Server Project.
>See <URL:http://httpd.apache.org/userslist.html> for more info.
>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
>For additional commands, e-mail: users-help@httpd.apache.org
>
>

This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. No
confidentiality or privilege is waived or lost by any mistransmission.
If you receive this message in error, please notify the sender urgently
and then immediately delete the message and any copies of it from your
system. Please also immediately destroy any hardcopies of the message.
You must not, directly or indirectly, use, disclose, distribute, print,
or copy any part of this message if you are not the intended recipient.
The sender's company reserves the right to monitor all e-mail
communications through their networks. Any views expressed in this
message are those of the individual sender, except where the message
states otherwise and the sender is authorised to state them to be the
views of the sender's company. 



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[users@httpd] Question about httpd.conf

Posted by Tom Gazzini <to...@barzakh.co.uk>.
I've built apache 1.3.27 using the default file layout. Everything works
fine. I want to move my html files to /var/www so I add the following
directive to /usr/local/apache/conf/httpd.conf :

	ServerRoot /var/www

I've already created an appropriate directory structure under /var/www.
However, httpd now no longer starts up, and the error_log contains the
following:

	fopen: No such file or directory
	httpd: could not open document config file
/var/www/conf/httpd.conf

Does this mean that I need to have ANOTHER httpd.conf file under
/var/www/conf, in addition to the to the one in the standard location of
/usr/local/apache/conf ?

- Tom


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] From internet to apache to another server

Posted by Mac Serve <ma...@ns.sympatico.ca>.
Don't send things twice!


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org