logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Webserver identifies itself with interal host name
Author
Zulan



Joined: 02 Nov 2006
Posts: 6

PostPosted: Mon 29 Jan '07 10:50    Post subject: Webserver identifies itself with interal host name Reply with quote

Hi!

I have an apache 2.2.4 with php 5.2.0 server on a windows 2003 server. When it sends out e-mails using various scripts it identifes itself as something@web and web is the internal host name. I also use Jinzora, a music stream scirpt and when I try to stream it sends out an url looking like http://web/andalotmorehere and not using the external domain name. Any ideas where it got that idea from and how to change it?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7294
Location: Germany, Next to Hamburg

PostPosted: Mon 29 Jan '07 16:15    Post subject: Reply with quote

For mailing with PHP you can set the sender
RTM

For using only the name you set with ServerName
Code:

UseCanonicalName On

RTM
Back to top
Zulan



Joined: 02 Nov 2006
Posts: 6

PostPosted: Mon 29 Jan '07 17:00    Post subject: Reply with quote

At first glance, it seems like all my troubles are gone! Thanks alot!
Back to top


Reply to topic   Topic: Webserver identifies itself with interal host name View previous topic :: View next topic
Post new topic   Forum Index -> Apache