Re: [us...@httpd] Apache port help

2009-03-06 Thread André Warnier
Tim Ford wrote: Hello, my boss told me its okay to leave the web address with the port attached. Thank you. At least now we won't die stupid. Smart boss. :-) - The official User-To-User support forum of the Apache HTTP Serve

Re: [us...@httpd] Apache port help

2009-03-06 Thread Matus UHLAR - fantomas
> > IIS is therefore the only entity that can > > redirect the request to another port. On 05.03.09 14:12, Flowering Weeds wrote: > One should define terms IIS6, 7, 7.5 > > do not redirect or send responses > > http.sys does this - and also does for > > any other Windows process > > that us

Re: [us...@httpd] Apache port help

2009-03-06 Thread Matus UHLAR - fantomas
On 06.03.09 07:41, Tim Ford wrote: > Hello, my boss told me its okay to leave the web address with the port > attached. You can still run it on different IP on the same host, but you must configure IIS not to listen on that IP (and apache to listen on it). -- Matus UHLAR - fantomas, uh...@fanto

Re: [us...@httpd] Apache port help

2009-03-06 Thread John Hudak
Seems to me this whole rant got started because someone who appears to be well indoctrinated in the M$ world thought that Apache was somehow a lesser program because it did have a mechanism to support port sharing. That is a discussion for the developers thread and if you feel strongly about it, t

RE: [us...@httpd] Apache port help

2009-03-06 Thread Tim Ford
Hello, my boss told me its okay to leave the web address with the port attached. Tim From: André Warnier [mailto:a...@ice-sa.com] Sent: Fri 3/6/2009 2:57 AM To: users@httpd.apache.org Subject: Re: [us...@httpd] Apache port help Brian Mearns wrote: [...] +1

Re: [us...@httpd] Apache port help

2009-03-06 Thread André Warnier
Brian Mearns wrote: [...] +1 on all the rest, and add "OpenXML" to the list. Anyway, those are both of my pennies on the topic. Sounds like the OP was able to solve his problem, so that's good. Although he never bothered to tell us how he solved it, but I guess that is too much to ask ? ---

RE: [us...@httpd] Apache port help

2009-03-05 Thread Flowering Weeds
> >> > > > > Call me crazy...but if apache were written in .NET, wouldn't that make > > it a Windows-only product? > > > > > > No http.sys makes it Windows only but so does WSA commands now! Anyway a lot of .NET (CLR really) is in Mono and the many Silverlight .NET usage versions

Re: [us...@httpd] Apache port help

2009-03-05 Thread Brian Mearns
On Thu, Mar 5, 2009 at 4:58 PM, Frank Gingras wrote: > Brian, > > I am now almost fully convinced that we're feeding a troll. I suggest we > leave him alone. > Yeh, I think you're probably right. Good call. -Brian -- Feel free to contact me using PGP Encryption: Key Id: 0x3AA70848 Available fr

Re: [us...@httpd] Apache port help

2009-03-05 Thread Brian Mearns
On Thu, Mar 5, 2009 at 4:26 PM, Anthony J. Biacco wrote: > I still think running each web server on a separate internal IP so you can > run both on port 80 would be better than having IIS redirect the intranet > request to apache. I just think he'd be adding a point of failure where one > isn't

Re: [us...@httpd] Apache port help

2009-03-05 Thread Frank Gingras
Brian Mearns wrote: On Thu, Mar 5, 2009 at 4:13 PM, Flowering Weeds wrote: And it is easy to start learning http.sys via PowerShell - even tracking Apache via PowerShel (threads, sockets, processes and etc.). Then after seeing "non Unix" ways, not non HTTP ways, and how they work, well if o

Re: [us...@httpd] Apache port help

2009-03-05 Thread Brian Mearns
On Thu, Mar 5, 2009 at 4:13 PM, Flowering Weeds wrote: > And it is easy to start learning http.sys via PowerShell - even tracking > Apache via PowerShel (threads, sockets, processes and etc.). Then after > seeing "non Unix" ways, not non HTTP ways, and how they work, well if > one wants to move o

RE: [us...@httpd] Apache port help

2009-03-05 Thread Flowering Weeds
> >> This mailing list is hardly the appropriate place to discuss this. > >> > >> > >> > > > > > > > > > > See when Windows is mentioned - it's move on time! > > > > > > > > That is why I said start with PowerShell - like bash or what ever > > > > but for Windows Apache users and also learn

Re: [us...@httpd] Apache port help

2009-03-05 Thread Frank Gingras
Flowering Weeds wrote: And it is easy to start learning http.sys via PowerShell - even tracking Apache via PowerShel (threads, sockets, processes and etc.). Then after seeing "non Unix" ways, not non HTTP ways, and how they work, well if one wants to move on to C++ / C okay but .NET ma

RE: [us...@httpd] Apache port help

2009-03-05 Thread Flowering Weeds
> > > > > > And it is easy to start learning http.sys via PowerShell - even tracking > > > > Apache via PowerShel (threads, sockets, processes and etc.). Then after > > > > seeing "non Unix" ways, not non HTTP ways, and how they work, well if > > > > one wants to move on to C++ / C okay but

RE: [us...@httpd] Apache port help

2009-03-05 Thread Anthony J. Biacco
To: users@httpd.apache.org Subject: RE: [us...@httpd] Apache port help Thanks everyone I found what I needed! Tim Ford From: Shawn Parr [mailto:pa...@nsula.edu] Sent: Thursday, March 05, 2009 3:10 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Apache port

Re: [us...@httpd] Apache port help

2009-03-05 Thread Frank Gingras
Flowering Weeds wrote: Perhap Apache on Windows needs updating? Perhap Apache on Windows needs to have patches offered. HTTP.SYS is an interesting technology and certainly fits the profile for an entirely separate MPM and core network stack, unrelated to the conventional httpd serve

RE: [us...@httpd] Apache port help

2009-03-05 Thread Flowering Weeds
>> > > > Perhap Apache on Windows needs updating? > > Perhap Apache on Windows needs to have patches offered. HTTP.SYS > is an interesting technology and certainly fits the profile for > an entirely separate MPM and core network stack, unrelated to the > conventional httpd server. Several fo

Re: [us...@httpd] Apache port help

2009-03-05 Thread Brian Mearns
On Thu, Mar 5, 2009 at 2:47 PM, Flowering Weeds wrote: > > >> >Not at all true any more. Modern Windows OS (Windows XP >> >and up ) systems allows (near 100) processes to use the same >> >IP / Port at the same time. >> > >> >In fact, even the Windows admin's automation tool, >> >powershell.exe, on

Re: [us...@httpd] Apache port help

2009-03-05 Thread William A. Rowe, Jr.
Flowering Weeds wrote: Perhap Apache on Windows needs updating? Perhap Apache on Windows needs to have patches offered. HTTP.SYS is an interesting technology and certainly fits the profile for an entirely separate MPM and core network stack, unrelated to the conventional httpd server. Severa

RE: [us...@httpd] Apache port help

2009-03-05 Thread Flowering Weeds
>> > Not familiar with IIS, > IIS is therefore the only entity that can > redirect the request to another port. One should define terms IIS6, 7, 7.5 do not redirect or send responses http.sys does this - and also does for any other Windows process that uses http.sys.

RE: [us...@httpd] Apache port help

2009-03-05 Thread Tim Ford
Thanks everyone I found what I needed! Tim Ford From: Shawn Parr [mailto:pa...@nsula.edu] Sent: Thursday, March 05, 2009 3:10 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Apache port help You need to create a new website in IIS with your

Re: [us...@httpd] Apache port help

2009-03-05 Thread Shawn Parr
You need to create a new website in IIS with your internal dns name http://internal in your examples. Then set it to redirect to http://internal:8080 Most of that is covered in this MS page: http://support.microsoft.com/?id=324287 The redirect isn't. But once you have the new "website" set

Re: [us...@httpd] Apache port help

2009-03-05 Thread Brian Mearns
On Thu, Mar 5, 2009 at 2:14 PM, Tim Ford wrote: > IIS is hosting a completely different web page and doesn't communicate with > the web page being hosted with apache. So I can't do redirect with iis. Not familiar with IIS, but if it's remotely HTTP compliant and remotely modern in its capabiliti

RE: [us...@httpd] Apache port help

2009-03-05 Thread Flowering Weeds
> >Not at all true any more. Modern Windows OS (Windows XP > >and up ) systems allows (near 100) processes to use the same > >IP / Port at the same time. > > > >In fact, even the Windows admin's automation tool, > >powershell.exe, on the command line, can use the > >same port that other Window

Re: [us...@httpd] Apache port help

2009-03-05 Thread Peter Schober
* Tim Ford [2009-03-05 19:57]: > Thanks, I have apache set to listen on port 8080. When I type > http://intranet:8080 it works but I want my users to just type in > http://intranet and apache converts it for them. Its either > mod_rewrite or mod_proxy. No. If your users don't specify any port (an

RE: [us...@httpd] Apache port help

2009-03-05 Thread Evan Platt
At 11:19 AM 3/5/2009, you wrote: Not at all true any more. Modern Windows OS (Windows XP and up ) systems allows (near 100) processes to use the same IP / Port at the same time. In fact, even the Windows admin's automation tool, powershell.exe, on the command line, can use the same port that o

RE: [us...@httpd] Apache port help

2009-03-05 Thread Flowering Weeds
> > 4) but (of course there is one), there can only be one server (program) > (like Apache) listening on any given port at any given time on the same > host computer. Not at all true any more. Modern Windows OS (Windows XP and up ) systems allows (near 100) processes to use the s

Re: [us...@httpd] Apache port help

2009-03-05 Thread Tim Ford
To: users@httpd.apache.org Sent: Thu Mar 05 14:09:58 2009 Subject: RE: [us...@httpd] Apache port help Oh, and if you go the separate ip route, make sure you change IIS so that it doesn't listen on all IPs, just the main one. -Tony --- Manager, IT Operations Format Dynamic

RE: [us...@httpd] Apache port help

2009-03-05 Thread Anthony J. Biacco
ginal Message- From: Anthony J. Biacco [mailto:abia...@formatdynamics.com] Sent: Thursday, March 05, 2009 12:08 PM To: users@httpd.apache.org Subject: RE: [us...@httpd] Apache port help Since your port 80 server is IIS that's what you'll have to do the redirection from. This becomes a ques

RE: [us...@httpd] Apache port help

2009-03-05 Thread Anthony J. Biacco
To: users@httpd.apache.org Subject: RE: [us...@httpd] Apache port help The url running on port 80 is http://chdb Tim Ford -Original Message- From: Anthony J. Biacco [mailto:abia...@formatdynamics.com] Sent: Thursday, March 05, 2009 2:01 PM To: users@httpd.apache.org Subject: RE: [us...@htt

RE: [us...@httpd] Apache port help

2009-03-05 Thread Evan Platt
At 11:01 AM 3/5/2009, you wrote: Yes I have IIS running on port 80 hosting another webpage on the same server that apache is installed on. Then you'd need to have your index.html or whatever your default page for IIS is redirect to your port 8080 page. ie http://www.yourdomain.com:8080/inde

RE: [us...@httpd] Apache port help

2009-03-05 Thread Tim Ford
The url running on port 80 is http://chdb Tim Ford -Original Message- From: Anthony J. Biacco [mailto:abia...@formatdynamics.com] Sent: Thursday, March 05, 2009 2:01 PM To: users@httpd.apache.org Subject: RE: [us...@httpd] Apache port help There is no way for http://intranet to go

RE: [us...@httpd] Apache port help

2009-03-05 Thread Tim Ford
Yes I have IIS running on port 80 hosting another webpage on the same server that apache is installed on. Tim Ford -Original Message- From: Evan Platt [mailto:e...@espphotography.com] Sent: Thursday, March 05, 2009 1:59 PM To: users@httpd.apache.org Subject: RE: [us...@httpd] Apache

RE: [us...@httpd] Apache port help

2009-03-05 Thread Anthony J. Biacco
c. 303-573-1800x27 abia...@formatdynamics.com http://www.formatdynamics.com -Original Message- From: Tim Ford [mailto:tf...@phmc.org] Sent: Thursday, March 05, 2009 11:53 AM To: users@httpd.apache.org Subject: RE: [us...@httpd] Apache port help Okay, the reason why its running on po

RE: [us...@httpd] Apache port help

2009-03-05 Thread Evan Platt
At 10:53 AM 3/5/2009, you wrote: Okay, the reason why its running on port 8080 is because I have another webpage running on 80 on the same server. By 'another web page' I'm assuming you mean another webserver? So you'd need to look at whatever that webserver is, and perhaps a HTML page with a

RE: [us...@httpd] Apache port help

2009-03-05 Thread Tim Ford
...@ice-sa.com] Sent: Thursday, March 05, 2009 1:46 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Apache port help Tim Ford wrote: > Hello, I am hosting my webpage on port 8080 so the address is > http://intranet:8080 and you have to type that to get to it. Well I > would just like

RE: [us...@httpd] Apache port help

2009-03-05 Thread Tim Ford
: [us...@httpd] Apache port help At 10:33 AM 3/5/2009, you wrote: >Hello, I am hosting my webpage on port 8080 so the address is >http://intranet:8080 and you have to type that to get to it. Well I >would just like it if my users just had to type http://intranet and >apache will do the

Re: [us...@httpd] Apache port help

2009-03-05 Thread André Warnier
Tim Ford wrote: Hello, I am hosting my webpage on port 8080 so the address is http://intranet:8080 and you have to type that to get to it. Well I would just like it if my users just had to type http://intranet and apache will do the rest. I have tried the Rewrite and Proxy but with no luck. Could

Re: [us...@httpd] Apache port help

2009-03-05 Thread Evan Platt
At 10:33 AM 3/5/2009, you wrote: Hello, I am hosting my webpage on port 8080 so the address is http://intranet:8080 and you have to type that to get to it. Well I would just like it if my users just had to type http://intranet and apache will do the rest. I have tried the Rewrite and Proxy but wi

RE: [us...@httpd] Apache port help

2009-03-05 Thread Anthony J. Biacco
Stupid question..why not just run it on port 80? -Tony --- Manager, IT Operations Format Dynamics, Inc. 303-573-1800x27 abia...@formatdynamics.com http://www.formatdynamics.com -Original Message- From: Tim Ford [mailto:tf...@phmc.org] Sent: Thursday, March 05, 20