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 example...
Thanks,
Paul
On Fri, Aug 1, 2008 at 10:34 PM, Eric Covener <[EMAIL
On Fri, Aug 1, 2008 at 8:05 PM, Paul Li <[EMAIL PROTECTED]> wrote:
> but why the referer, http://www.ddd.ddd.dd/ , is
> another page?
Are you expecting the requested URL and the referer to match? Why?
--
Eric Covener
[EMAIL PROTECTED]
Hi list,
I am wanting to use mod_disk_cache to cache dynamic content. Basically, I have
a .htaccess file that looks something like this:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*) index.php?url=$1&%{QUERY_STRING} [L]
Which says, if the file requested does not exist, rewrite the reque
I have an access log item looks like this:
ddd.ddd.ddd.ddd - - [dd/ddd/:01:08:23 -0400] "GET
/finger-pulse-oximeter-octivetech-300c-p-37.html?osCsid=ddd HTTP/1.0"
200 10006 http://www.ddd.ddd.dd/ "Mozilla/4.0 (compatible; MSIE 7.0;
Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)"
in wh
Brent Clark wrote:
Hi
For the likes of me, I cant resolve this problem.
I keep getting
client denied by server configuration:
/usr/share/gallery/css/config.css.default, referer:
This is my vhost.
ServerAdmin [EMAIL PROTECTED]
ServerName xyz.com
#Alias /albums/ /usr/share/gallery
On 7/31/08, Bobby Jack <[EMAIL PROTECTED]> wrote:
> Thanks, solprovider. I had to look up your TLAs, but I am familiar with most
> of the points you make in your post, and tend to agree :)
I assume you know URL, CMS, and SSL.
TMI = Too Much Information - I was halfway into a rant and used the
TLA
Hi Eric,
I am getting this exception - while invoking their web services which have
enable the HTTPS -
Exception in thread "main" AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: java.net.SocketTimeoutException: Read timed out
On Fri, Aug 1, 2008 at 12:00 PM, sh_santosh <[EMAIL PROTECTED]> wrote:
>
> So, how to solve this issue.
> What configuration change required at Java side. So, we can access HTTPS
> while invoking their services.
That depends on what error you're getting in your client.
Maybe you need to import th
Dear All,
There is a windows server, where .Net web services is exposed.
But they have configured HTTPS at windows server. So, we are not able to
invoke their web services over HTTPS.
i am not sure but they have configured HTTPS with ssl certification at their
end.
I am using JDK1.6 and Tomcat.
On Fri, Aug 1, 2008 at 9:22 AM, Manoj Singh <[EMAIL PROTECTED]> wrote:
> Hello,
> I have the SSL enabled in apache server but after enabling SSL it is not
> accepting the http request.
> Can you please help me out to fix this issue?
Did you turn "SSLEngine on" in a block? Try
separating out you
Hello,
I have the SSL enabled in apache server but after enabling SSL it is not
accepting the http request.
Can you please help me out to fix this issue?
Best Regards,
Manoj Kumar Singh
Hello,
we encountered some bad performances, and, look for network problems, then NIC
problems, we now suspect apache bad settings. We are out of idea, and need some
help to understand how apache work, and how parameters can affect its
performances.
First, we experienced random lags with
Turns out my first request problem WAS a configuration issue. Here's
the details in case you see something similar...
When you have two tomcats and wish to cluster them with
simpleTCPCluster and AJP protocol via an Apache HTTPD reverse proxy...
You MUST specify a 'jvmRoute' for each Tomcat in t
13 matches
Mail list logo