|
Related Topics:
| Apache does not link directories properly with autoindexing - I am running Slackware 9.0 and Apache 1.3.27. I am using Apache's feature to list with large amounts of files so I don't have to code the html myself. My problem is that when Apache does this the do not have the
Possible Apache configuration/router issue? - Okay, I'm at the end of my rope. I've got a Windows XP Pro box running Apache 1.3.27. I use Argosoft for my mail client, and I've changed the of it so that I can access the web-based client on port 443 (getting around funky work..
apache not starting properly after fresh windows install - I have a very weird problem that I have never before. I was apache on my labtop which has windows 98 on it and after it installed apache usally theres a tray icon in the ... tray and there was execpt there was no server running..
How to setup apache with dynamic IP behind a router/firewa.. - Hey all, I hope that question made sense. Just curious, I have the latest version of apache setup on my RH9 system at home. My ISP has allocated me a dynamic IP. On my I port 80 to a computer on my lan I have..
having trouble with apache 2.0 and handlers - I was using apache 1.3.xx a while. Then I desided to upgrade to apache 2.0.xx. but I have a problem with handlers! My was like this <font
|
|
|
Next: apache problem w/ apache 1.3.31 and sol9
|
| Author |
Message |
External

Since: Jun 25, 2004 Posts: 2
|
(Msg. 1) Posted: Fri Jun 25, 2004 5:50 pm
Post subject: trouble getting apache to work properly behind router. Archived from groups: alt>apache>configuration (more info?)
|
|
|
Hi there,
I'm having some trouble getting apache to perform correctly.
Currently its running on a debian machine, listening on eth0, with ip
192.168.x.y
This machine is set up as dmz, everything that's received on the routers
external interface gets sent to this machine. It seems to work
fine for everything except apache.
What i'm noticing is that i seem to be unable to POST data most of time,
the error i get is "unable to connect to host 192.168.x.y" which seems
to make sense since it should be posting to my routers ext ip, and not
the local address, anyone know how to fix this ?
(just for clarity, when i approach the webserver from within the local
network everything works just fine)
I've tried a number of hostname settings in httpd.conf but any
alterations made there do not seem to solve the prob.
Regards
Jeroen >> Stay informed about: trouble getting apache to work properly behind router. |
|
| Back to top |
|
 |  |
External

Since: Nov 03, 2003 Posts: 2907
|
(Msg. 2) Posted: Fri Jun 25, 2004 5:50 pm
Post subject: Re: trouble getting apache to work properly behind router. [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Jeroen Wilke <jwilke.TakeThisOut@baselogistics.nl> wrote:
> What i'm noticing is that i seem to be unable to POST data most of time,
> the error i get is "unable to connect to host 192.168.x.y" which seems
> to make sense since it should be posting to my routers ext ip, and not
> the local address, anyone know how to fix this ?
Is your Apache responding with his own IP address or the natted one?
UseCanonicalName On should do the trick.
Davide
--
| To generalize is to be an idiot.
|
|
|<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: trouble getting apache to work properly behind router. |
|
| Back to top |
|
 |  |
External

Since: Jun 13, 2004 Posts: 7
|
(Msg. 3) Posted: Fri Jun 25, 2004 5:50 pm
Post subject: Re: trouble getting apache to work properly behind router. [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Fri, 25 Jun 2004 14:50:54 +0200, Jeroen Wilke wrote:
> Hi there,
>
> I'm having some trouble getting apache to perform correctly.
>
> Currently its running on a debian machine, listening on eth0, with ip
> 192.168.x.y
>
> This machine is set up as dmz, everything that's received on the routers
> external interface gets sent to this machine. It seems to work
> fine for everything except apache.
>
> What i'm noticing is that i seem to be unable to POST data most of time,
> the error i get is "unable to connect to host 192.168.x.y" which seems
> to make sense since it should be posting to my routers ext ip, and not
> the local address, anyone know how to fix this ?
>
> (just for clarity, when i approach the webserver from within the local
> network everything works just fine)
>
> I've tried a number of hostname settings in httpd.conf but any
> alterations made there do not seem to solve the prob.
>
> Regards
>
> Jeroen
Are you sure that your router is actually forwarding port 80? Some routers
have filters that drop connection attempt to ports 21, 23 and 80 even if
you have your PC in the DMZ.
Regards
Bill<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: trouble getting apache to work properly behind router. |
|
| Back to top |
|
 |  |
External

Since: Oct 21, 2003 Posts: 34
|
(Msg. 4) Posted: Fri Jun 25, 2004 5:50 pm
Post subject: Re: trouble getting apache to work properly behind router. [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Jeroen Wilke wrote:
> Hi there,
>
> I'm having some trouble getting apache to perform correctly.
>
> Currently its running on a debian machine, listening on eth0, with ip
> 192.168.x.y
>
> This machine is set up as dmz, everything that's received on the routers
> external interface gets sent to this machine. It seems to work
> fine for everything except apache.
>
> What i'm noticing is that i seem to be unable to POST data most of time,
> the error i get is "unable to connect to host 192.168.x.y" which seems
> to make sense since it should be posting to my routers ext ip, and not
> the local address, anyone know how to fix this ?
>
> (just for clarity, when i approach the webserver from within the local
> network everything works just fine)
>
> I've tried a number of hostname settings in httpd.conf but any
> alterations made there do not seem to solve the prob.
I had a similar problem just about a week ago.
The solution for me was to restart the router.
--
Robi<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: trouble getting apache to work properly behind router. |
|
| Back to top |
|
 |  |
|