[users@httpd] confirming proper heders

2019-05-23 Thread Mark DM
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

[users@httpd] Files POSTed are not saved, instead 404

2019-05-17 Thread Mark DM
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

[users@httpd]

2019-05-16 Thread Mark DM
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

[users@httpd] Re: Need help in checking a property value inside cookie and then resetting it

2016-11-22 Thread Raul DM
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

[EMAIL PROTECTED] mod_rewrite mod_proxy

2006-11-14 Thread DM
, DM Send instant messages to your online friends http://uk.messenger.yahoo.com - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info

Re: [EMAIL PROTECTED] using mod_rewrite to change param value

2006-11-10 Thread DM
, 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 - The official User-To-User support forum

[EMAIL PROTECTED] configuring a balancer in httpd.conf

2006-08-01 Thread DM
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 Proxy * Order deny,allow Allow from