Hello, I have a project I have been working on where I need to dend "201
Created" then "Loction http://IPADDRESS/result.
I am setting headers i PHP and have checked in wireshark and although I did
see 201 Creater and Location http://IPADDRESS/result I was later informed
that the PHP code I was usi
Hi I am new to the list .
I posted this earlier but am afraid for lack of subject it was ignored.
Posting here again with update.
I have an issue which I believe to be an apache configuration issue
When I POST a file with CURL or android app I get 404 error however the
path exists.
As I underst
Hi I am new to the list .
I have an issue which I believe to be an apache configuration issue
When I POST a file with CURL or android app I get 404 error however the
path exists.
As I understand It i do not need a handler to POST and the file should
appear. I am trying to replicfate AirScan/eSCL
Subject: Need help in checking a property value inside cookie and then
resetting it
Hi All,
I have the below use case:
1) We are using Apache HTTPD as load balancer and dispatcher which also takes
care of caching of static content.
2) We are using Tomcat as application server. So request co
ay, my questions are these:
- Why didn't the proxying work with the rewritten URLs in Attempt 1?
- Is there a way to achieve my goal which also rewrites the headers?
- In httpd.conf it possible to set a variable whose value is "erie", then
reference this variable, so that I don'
" to replay the third captured pattern and the use of "%3" in "%3A",
to represent the ":" character encoded - should I somehow be escaping the
latter?
Thanks in Advance,
DM
Send instant messages to your online friends http://uk.messenger.yahoo.com
---
is correctly installed and enabled - it works
for simple rewriting examples, but I can't seem to work out the correct
"RewriteRule" syntax for changing the value of the url parameter as show above.
Thanks in Advance,
DM
Send instant messages to your online friends h
Hi,
I'm trying to get Apache to forward all it's requests to either one of two
Tomcat processes.
I can get Apache to forward the requests to a single Tomcat using the following
settings in httpd.conf:
###
ProxyRequests Off
Order deny,allow
Allow from all
Prox