Re: [EMAIL PROTECTED] A question about the request line and the referer

2008-08-01 Thread Paul Li
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

Re: [EMAIL PROTECTED] A question about the request line and the referer

2008-08-01 Thread Eric Covener
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]

[EMAIL PROTECTED] Using mod_rewrite and mod_cache together

2008-08-01 Thread Brad Plant
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

[EMAIL PROTECTED] A question about the request line and the referer

2008-08-01 Thread Paul Li
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

Re: [EMAIL PROTECTED] client denied by server configuration:

2008-08-01 Thread André Warnier
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

Re: [EMAIL PROTECTED] Using RewriteRule for secure requests

2008-08-01 Thread solprovider
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

Re: [EMAIL PROTECTED] Https certificate issue

2008-08-01 Thread sh_santosh
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

Re: [EMAIL PROTECTED] Https certificate issue

2008-08-01 Thread Eric Covener
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

[EMAIL PROTECTED] Https certificate issue

2008-08-01 Thread sh_santosh
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.

Re: [EMAIL PROTECTED] HTTP request not working

2008-08-01 Thread Eric Covener
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

[EMAIL PROTECTED] HTTP request not working

2008-08-01 Thread Manoj Singh
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

[EMAIL PROTECTED] ramdon lags (15seconds), altering KeepAlive and associates, then apache reboot

2008-08-01 Thread lemmel
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

[EMAIL PROTECTED] Re: Only the first request = 'Invalid direct reference to form login page' but not the rest.

2008-08-01 Thread Rob Stewart
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