[users@httpd] Apache 2.4 set a cookie with a value from a header

2014-10-15 Thread Jeff Courtade
Hello, I am using apache 2.4.6. I am trying to set a cookie JSESSIONID: with the value of the request header Authorization so if the header Authorization=AAGEFE67YH.pa04 a cookie is created JSESSIONID=AAGEFE67YH.pa04;Path=/ Any help would be appreciated. Currently I have this in the

Re: [users@httpd] Problem with HTML datalist tag

2014-10-15 Thread Daniel
Don't know where you got that idea supposing httpd modifies html pages. HTTPD does not touch html pages, it's not its function, nor the function or any other web server, httpd sends them to the client when requested and the client interprets them. It is at least surprising you blame the Apache

Re: [users@httpd] Problem with HTML datalist tag

2014-10-15 Thread Stormy
At 03:19 PM 10/15/2014 +0200, Daniel wrote: Don't know where you got that idea supposing httpd modifies html pages. HTTPD does not touch html pages, it's not its function, nor the function or any other web server, httpd sends them to the client when requested and the client interprets them.

Re: [users@httpd] Problem with HTML datalist tag

2014-10-15 Thread Ramsey, Robert L
Does httpd parse shtml files or does it hand it off like it hands of php files? I thought httpd did handle the shtml requests, but it’s been over 10 years since people cared about shtml. :) HTTPD does not touch html pages, it's not its function, nor the function or any other web server,

Re: [users@httpd] Problem with HTML datalist tag

2014-10-15 Thread Daniel
server side includes are certainly not mentioned, nor in the contents of that simple html test 2014-10-15 16:14 GMT+02:00 Ramsey, Robert L robert-ram...@uiowa.edu: Does httpd parse shtml files or does it hand it off like it hands of php files? I thought httpd did handle the shtml requests,

Re: [users@httpd] Problem with HTML datalist tag

2014-10-15 Thread Ramsey, Robert L
Didn’t say they were, just curious and couldn’t be arsed to google. From: Daniel dferra...@gmail.commailto:dferra...@gmail.com Reply-To: users@httpd.apache.orgmailto:users@httpd.apache.org users@httpd.apache.orgmailto:users@httpd.apache.org Date: Wednesday, October 15, 2014 at 9:23 AM To:

[users@httpd] Apache PHP configuration

2014-10-15 Thread Ted Hickox
I'm trying to connect PHP to Apache. I have Windows 7 Ultimate. I used the thread safe windows binary PHP download. It was the latest download. I then downloaded Notepad ++ and opened PHP.ini. Using Notepad ++ I searched for the word _dir. Once I found it, I found ;extension_dir = ext I