André answered well with words. My only addition is an example
assuming a well-behaved browser and no interference from cache.
http://example.ORG/ contains:
http://example.COM/external.gif"/>
Internal Page
http://example.COM/external.html";>
http://example.COM/external.gif"/>
Opening this page
You did not address the question to me, but
the "referer", as meaning the content of the field in the access log
that contains that information, is :
- the content of the "Referer:" HTTP header sent by the client that
requests a URL on your site.
Nothing more, nothing less.
If the client that
Thanks! Paul
On Sat, Aug 2, 2008 at 3:52 PM, André Warnier <[EMAIL PROTECTED]> wrote:
> Paul Li wrote:
>>
>> Yeh, I'm asking something about programming...
>>
>> André. could you tell me why some referer pages are displayed as "-",
>> but some are url ?
>
> The "-" referer probably comes because th
Paul Li wrote:
Yeh, I'm asking something about programming...
André. could you tell me why some referer pages are displayed as "-",
but some are url ?
The "-" referer probably comes because the caller did not provide a
"Referer:" header in his request.
For example, open a new browser and ac
Looks like this is an ubuntu problem http://brainstorm.ubuntu.com/idea/10813/
I will head that way
Thanks
Dave
--
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
--
solprovider,
I'm really appreciated your message and it helps me A LOT!!! Just want
to clarify the two cases when the referer is url :
1. "The referer is the URL of the page containing the link if someone
clicks a link from a website on the Internet"
a. the referer URL is the "website on the Int
On 8/2/08, Paul Li <[EMAIL PROTECTED]> wrote:
> Some referer pages are "-", some are other pages in the same website,
> and still some are pages of other website. If I want to find the
> users' request history (visiting history), could I just ignore the
> referer page but only check the reques
Thanks Eric! That answers my question...
On Sat, Aug 2, 2008 at 10:07 AM, Eric Covener <[EMAIL PROTECTED]> wrote:
> On Sat, Aug 2, 2008 at 1:03 AM, Paul Li <[EMAIL PROTECTED]> wrote:
>> What I expect is, as the doc says, "the page that links to or
>> includes" (http://httpd.apache.org/docs/1.3/log
Yeh, I'm asking something about programming...
André. could you tell me why some referer pages are displayed as "-",
but some are url ?
Thanks again and have a good weekend!
Paul
On Sat, Aug 2, 2008 at 10:59 AM, André Warnier <[EMAIL PROTECTED]> wrote:
> Paul Li wrote:
>>
>> Thanks André!
>>
>>
Paul Li wrote:
Thanks André!
Just one more question: if i want to retrieve from the access log the
users' visiting history of my web site, what would you suggest?
I would suggest to use "webalizer", or any of the similar programs which
do about the same thing.
Seriously, there you are askin
André,
A better way to ask my question maybe like this:
Some referer pages are "-", some are other pages in the same website,
and still some are pages of other website. If I want to find the
users' request history (visiting history), could I just ignore the
referer page but only check the reques
Thanks André!
Just one more question: if i want to retrieve from the access log the
users' visiting history of my web site, what would you suggest?
A main problem for me is that one user's request can have multiple
entries in the access log. For instance, if a user send a request to
the index.ph
On Sat, Aug 2, 2008 at 1:03 AM, Paul Li <[EMAIL PROTECTED]> wrote:
> What I expect is, as the doc says, "the page that links to or
> includes" (http://httpd.apache.org/docs/1.3/logs.html#common). So, i
> think the referer page should include the requested url as what is
> shown in the document exam
On Sat, Aug 2, 2008 at 7:43 AM, Gazz1982 <[EMAIL PROTECTED]> wrote:
>
> Thankyou,
>
> I have found the httpd.config file, however it is blank! I remember adding
> to a configuration in a single file (which I thought was this one) this
> included virtual hosts, which port to listen on (eg :50) and f
Thankyou,
I have found the httpd.config file, however it is blank! I remember adding
to a configuration in a single file (which I thought was this one) this
included virtual hosts, which port to listen on (eg :50) and files endings
to use etc...
Any idea where this should be?
awarnier wrote:
Thanks for replying :)
> There's a whole bunch of things that may be happening or not here, depending
> on the exact circumstances.
> But if your vhost is "getting loaded" when you are on-line, there is no
> reason why Apache would not load it when you are off-line.
> My bet is that you have a pro
dave selby wrote:
Hi all,
I have a very strange problem, I have apache2 setup with a vhost ...
Listen 8085
NameVirtualHost *:8085
ServerName kmotion
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /home/dave/kmotion2/www/kmotion_www
Options FollowSymLinks MultiViews
Gazz1982 wrote:
I've been searching for the file which contains all the module info etc... I
think it should be in httpd.conf but I can't find it, where is it usually
located (I'm using ubuntu Linux)
Thanks
Try the /etc/apache or /etc/apache2 directories, and look for .conf files ?
Depending on
Paul Li wrote:
[...]
My question is that, the resource in the request line,
/finger-pulse-oximeter-octivetech-300c-p-37.html?osCsid=ddd, is
actually a web page, but why the referer, http://www.ddd.ddd.dd/ , is
another page?
Try the following experiment :
In your browser, call up the URL "www.go
Hi all,
I have a very strange problem, I have apache2 setup with a vhost ...
Listen 8085
NameVirtualHost *:8085
ServerName kmotion
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /home/dave/kmotion2/www/kmotion_www
Options FollowSymLinks MultiViews
AllowOverride N
I've been searching for the file which contains all the module info etc... I
think it should be in httpd.conf but I can't find it, where is it usually
located (I'm using ubuntu Linux)
Thanks
--
View this message in context:
http://www.nabble.com/easy-question%3A-where-is-my-config-file--tp18787
21 matches
Mail list logo