This is resolved - an entry for 192.168.1.2 in the hosts file did it for
access from the *same* machine. Now, I'm trying to check how to resolve the
slow response time when accessed over the LAN.
Thanks to Adam & others who responded.
Regards,
Dinesh.
On Tue, Mar 11, 2008 at 8:13 PM, David Cas
I would take it to the MoveableType forum.
However, my input based on the discussion thus far:
In your configuration files for MovableType:
--> localhost should work in almost all cases or the IP address
127.0.0.1for your installation if it is on the local machine and the
database (which
I am al
Ok, thanks for clarifying that. Another question: I have a set of CGI
applications (MovableType to be specific) and even after fixing SERVER_NAME,
these CGI's seem to be confused about whether the self-referential links
they generate should point to localhost (no) or to my domain (yes). Are
there
On Sun, Mar 16, 2008 at 8:34 PM, C. Benson Manica <[EMAIL PROTECTED]> wrote:
> That fixes SERVER_NAME - but it doesn't change HTTP_HOST. Should I care
> that HTTP_HOST still is set to localhost?
That's reflecting the value passed in via the browser, not derived
from your apache/system config.
--
That fixes SERVER_NAME - but it doesn't change HTTP_HOST. Should I care
that HTTP_HOST still is set to localhost?
On Fri, Mar 14, 2008 at 5:10 PM, Eric Covener <[EMAIL PROTECTED]> wrote:
> On Fri, Mar 14, 2008 at 4:20 PM, C. Benson Manica <[EMAIL PROTECTED]>
> wrote:
> > I'm new to Apache, and I
We are running apache web server for serving software downloads over http.
Some users are using download managers that fetch data in multiple
threads with byte range requests.
But apache counts this request as a whole file being downloaded. So stat
in access log is absolutly wrong.
I found a way
Dear Nilesh,
> httpd -l (for static modules)
> httpd -M (for shared/dynamic modules)
Thankyou very much.
GGhh
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.
On Sun, 16 Mar 2008 12:09:04 +0100
"Giovanni Gherdovich" <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I would like to know if it is possible to
> print the list of the modules I've installed on
> my apache 2.0 webserver, or if it is
> possible to recover it from the configuration files.
>
> This shou
Hello,
I would like to know if it is possible to
print the list of the modules I've installed on
my apache 2.0 webserver, or if it is
possible to recover it from the configuration files.
This should include static Apache modules and
DSO modules.
Best regards,
Giovanni Gherdovich
---