Page 1 of 1

Apache timeouts xampp 1.5.1

PostPosted: 12. April 2006 15:38
by siljo
In apache httpd.conf in version 1.5.0 i was able to config this next lines

Code: Select all
#
# Timeout: The number of seconds before receives and sends time out.
#
Timeout 2000

#
# KeepAlive: Whether or not to allow persistent connections (more than
# one request per connection). Set to "Off" to deactivate.
#
KeepAlive On


In version 1.5.1 i can`t find timeouts!
Where are they?

Sorry for my bad english!

PostPosted: 12. April 2006 15:52
by deepsurfer
In version 1.5.1 i can`t find timeouts!
Where are they?


Its in the \xampp\apache\conf\extra\ httpd-default.conf

PostPosted: 12. April 2006 15:53
by Wiedmann
The Windows file search told me:
httpd-default.conf

re

PostPosted: 12. April 2006 16:08
by siljo
Thank you very much for the fast reply!
I have just one more question!

In 1.5.0 i was able to set language (AddDefaultCharset)
Code: Select all
# Specify a default charset for all pages sent out. This is
# always a good idea and opens the door for future internationalisation
# of your web site, should you ever want it. Specifying it as
# a default does little harm; as the standard dictates that a page
# is in iso-8859-1 (latin1) unless specified otherwise i.e. you
# are merely stating the obvious. There are also some security
# reasons in browsers, related to javascript and URL parsing
# which encourage you to always set a default char set.
#
AddDefaultCharset windows-1250

#
# Commonly used filename extensions to character sets. You probably
# want to avoid clashes with the language extensions, unless you
# are good at carefully testing your setup after each change.
# See ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets for
# the official list of charset names and their respective RFCs
#
AddCharset ISO-8859-1  .iso8859-1 .latin1
AddCharset ISO-8859-2  .iso8859-2 .latin2 .cen
AddCharset ISO-8859-3  .iso8859-3 .latin3
AddCharset ISO-8859-4  .iso8859-4 .latin4
AddCharset ISO-8859-5  .iso8859-5 .latin5 .cyr .iso-ru
AddCharset ISO-8859-6  .iso8859-6 .latin6 .arb
AddCharset ISO-8859-7  .iso8859-7 .latin7 .grk
AddCharset ISO-8859-8  .iso8859-8 .latin8 .heb
AddCharset ISO-8859-9  .iso8859-9 .latin9 .trk
AddCharset ISO-2022-JP .iso2022-jp .jis
AddCharset ISO-2022-KR .iso2022-kr .kis
AddCharset ISO-2022-CN .iso2022-cn .cis
AddCharset Big5        .Big5       .big5
# For russian, more than one charset is used (depends on client, mostly):
AddCharset WINDOWS-1251 .cp-1251   .win-1251
AddCharset CP866       .cp866
AddCharset KOI8-r      .koi8-r .koi8-ru
AddCharset KOI8-ru     .koi8-uk .ua
AddCharset ISO-10646-UCS-2 .ucs2
AddCharset ISO-10646-UCS-4 .ucs4
AddCharset UTF-8       .utf8


in 1.5.1 i cant find it!could you please tell me where can i change this?
I came from slovenia and we use a windows-1250 Charset!

PostPosted: 12. April 2006 16:33
by Wiedmann
You have tried the Windows file search this time? ...

BTW:
I think the filenames are clear enought.

PostPosted: 25. April 2006 15:43
by Hades
Please don't confuse Windows character sets with Unicode/ISO character sets used on the Internet. Please remember that more than Microsoft Windows users are on the Internet. You will need to encode your pages in the ISO-8859-2 character set.

Check the link http://www.phespirit.info/alphabet/slovene.htm