Re: Apache 2.0

2003-08-03 Thread Tzafrir Cohen
On Wed, Jul 30, 2003 at 09:30:12PM +0300, Oded Arbel wrote: On Wednesday 30 July 2003 19:00, Sagi Bashari wrote: 1) Hebrew pages are sent as western encoding... the text is right but for some reason the browser sets itself to western instead of Hebrew. if I set it to Hebrew its fine

Apache 2.0

2003-07-30 Thread Tal Achituv
Hi all! I have two major problems after installing RH9 over my RH7.3, The new apache had many problems with the configuration, Most of which I solved using the apache-online documentation. I am left with two problems unsolved: 1) Hebrew pages are sent as western encoding... the text is right

Re: Apache 2.0

2003-07-30 Thread Guy Cohen
On Wed, Jul 30, 2003 at 06:28:00PM +0300, Tal Achituv wrote: Hi all! I have two major problems after installing RH9 over my RH7.3, b) fix the apache configuration (I have no idea what parameters are causing this) I dont think there's an apache directive that can take care of this. Would

Re: Apache 2.0

2003-07-30 Thread Oded Arbel
On Wednesday 30 July 2003 18:28, Tal Achituv wrote: 1) Hebrew pages are sent as western encoding... the text is right but for some reason the browser sets itself to western instead of Hebrew. if I set it to Hebrew its fine (until I refresh or click a link). You can explicitly set the default

Re: Apache 2.0

2003-07-30 Thread Idan Sofer
On , 30 2003, 18:28, Tal Achituv wrote: Hi all! 2) the 2nd problem is that my PHP script does not recognize parameters, like test.php?active=truebad=good the parameters $active $bad are both empty (WHY?!? OH WHY??) It's not apache's fault. Starting from version 4.3(or was it 4.2?),

Re: Apache 2.0

2003-07-30 Thread Sagi Bashari
On 30/07/2003 18:28, Tal Achituv wrote: Hi all! I have two major problems after installing RH9 over my RH7.3, The new apache had many problems with the configuration, Most of which I solved using the apache-online documentation. I am left with two problems unsolved: 1) Hebrew pages are sent as

Re: Apache 2.0

2003-07-30 Thread Herouth Maoz
On Wednesday, Jul 30, 2003, at 19:00 Asia/Jerusalem, Sagi Bashari wrote: If you can, you should use the super globals $_GET, $_POST, etc instead. Or you can enable it in php.ini. Or in the apache configuration file, which is good if you want to override for only specific virtual domains - I do

Re: Apache 2.0

2003-07-30 Thread Oded Arbel
On Wednesday 30 July 2003 19:00, Sagi Bashari wrote: 1) Hebrew pages are sent as western encoding... the text is right but for some reason the browser sets itself to western instead of Hebrew. if I set it to Hebrew its fine (until I refresh or click a link). Just comment the default

Re: Apache 2.0

2003-07-30 Thread Sagi Bashari
On 30/07/2003 21:30, Oded Arbel wrote: Just comment the default encoding in httpd.conf to make it use the meta tag in your files. HTML headers have higher priority than meta tags. This is not correct - HTML meta tags override HTTP headers, as they are a higher level of abstraction and