On Fri, July 21, 2006 11:06 am, Josep Sanmarti wrote:
> Hi all,
>
> I've already running apache on port 3210 as part of an application and
> actually I need apache listen also on port 80 just to redirect, i
What user are you specifying in httpd.conf, also check to make sure the IP
0.0.0.0 hasnt
Hi all,
I've already running apache on port 3210 as part of an application and
actually I need apache listen also on port 80 just to redirect, i
mean, the application has a "very difficult" address and i need an
easier one. So I've created a virtual Host in httpd.conf as follows:
Listen 80
(...)