httpd.conf:
- Comment: AddDefaultCharset UTF-8
- Adding NameVirtualHost *:80
- Adding AllowOverride all to root folders ( it was all by default in Apache 2.0, but none in 2.2 )
- Adding Option +Include to default folder
- Adding AddOutpuFilter INCLUDES .htm
- Adding AddOutpuFilter INCLUDES .html
- Changing Timeout from 120 to 30
- Adding ExpiresActive On
- Adding ExtendedStatus On
- Setting ServerName www.kobool.com:80
- Setting SSL server root folder and server name to kobool.com
ssl.conf> ServerName kobool.com:443
ssl.conf>DocumentRoot /var/www/html/kobool.com
Skipped httpd.conf:
- commenting AddDefaultCharset UTF-8
- commenting ErrorLog logs/error_log
- commenting CustomLog logs/access_log combined
- removing index.php from DirectoryIndex
- KeepAlive On
- MaxKeepAliveRequrest 0 instead of 100
- KeepAliveTimeout 20
Perl script:
- Replacing encode() with Encode::from_to($text,"utf8", "MIME-Q",1) in window1256.pm
- paid2cashu.pl: remove "dbcards" from db_connect()
No comments:
Post a Comment