| chobin 2004-01-19, 8:21 am |
| I've an apache 1.3.27 https webserver with the ibm-plugin.
When i request a directory page without a slash, something like
https://myhost/dir
the webserver reply to my with a 301 redirect by the location in wrong
in fact the plugin defaulting port and protocol and redirect my
browser
to http://myhost/dir/.
It seem to be a problem related to WSPR and WSSP variables but already
tried to pass this variable by environ on shell and by setEnv on
Apache.
Maybe an entry in plugin.xml?
Thanx for any help
Regards
Mark
This in an extraction of navive log
[Tue Oct 21 15:09:43 2003] 00005740 00000400 - TRACE: lib_htrequest:
htrequestSetHeader: Setting the header name |Accept| to value
|image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
application/vnd.ms-excel, application/vnd.ms-powerpoint,
application/msword, application/x-shockwave-flash, */*|
[Tue Oct 21 15:09:43 2003] 00005740 00000400 - TRACE: lib_htrequest:
htrequestSetHeader: Setting the header name |Accept-Encoding| to value
|gzip, deflate|
[Tue Oct 21 15:09:43 2003] 00005740 00000400 - TRACE: lib_htrequest:
htrequestSetHeader: Setting the header name |Accept-Language| to value
|en-us|
[Tue Oct 21 15:09:43 2003] 00005740 00000400 - TRACE: lib_htrequest:
htrequestSetHeader: Setting the header name |Connection| to value
|Keep-Alive|
[Tue Oct 21 15:09:43 2003] 00005740 00000400 - TRACE: lib_htrequest:
htrequestSetHeader: Setting the header name |Cookie| to value
|JSESSIONID=000122ZZHYS50VNR2BORTMBBRZI:
v15397pg|
[Tue Oct 21 15:09:43 2003] 00005740 00000400 - TRACE: lib_htrequest:
htrequestSetHeader: Setting the header name |Host| to value
|172.16.209.29|
[Tue Oct 21 15:09:43 2003] 00005740 00000400 - TRACE: lib_htrequest:
htrequestSetHeader: Setting the header name |Referer| to value
|https://172.16.209.29/dr/|
[Tue Oct 21 15:09:43 2003] 00005740 00000400 - TRACE: lib_htrequest:
htrequestSetHeader: Setting the header name |User-Agent| to value
|Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705;
..NET CLR 1.1.4322)|
[Tue Oct 21 15:09:43 2003] 00005740 00000400 - TRACE: lib_htrequest:
htrequestSetHeader: Setting the header name |$WSIS| to value |false|
[Tue Oct 21 15:09:43 2003] 00005740 00000400 - TRACE: lib_htrequest:
htrequestSetHeader: Setting the header name |$WSSC| to value |http|
[Tue Oct 21 15:09:43 2003] 00005740 00000400 - TRACE: lib_htrequest:
htrequestSetHeader: Setting the header name |$WSPR| to value
|HTTP/1.1|
[Tue Oct 21 15:09:43 2003] 00005740 00000400 - TRACE: lib_htrequest:
htrequestSetHeader: Setting the header name |$WSRA| to value
|172.16.211.67|
[Tue Oct 21 15:09:43 2003] 00005740 00000400 - TRACE: lib_htrequest:
htrequestSetHeader: Setting the header name |$WSRH| to value
|172.16.211.67|
[Tue Oct 21 15:09:43 2003] 00005740 00000400 - TRACE: lib_htrequest:
htrequestSetHeader: Setting the header name |$WSSN| to value
|172.16.209.29|
|