Author - 오길호

Error Installing Gnuwboard on AutoSet

An error occurred while installing Gnuwboard on the Windows server. I’m not sure about the latest version of AutoSet, but the one installed is ‘v 6.3.1’… (I can’t believe how outdated it isㅠ) Anyway, a '500 error' occurred when accessing the 'data' folder. Deleting the '.htaccess' file confirmed that it worked normally. Modified it to...

Image Warehouse Update

Recently, we have performed server migration and stabilization work due to a sudden increase in traffic. Changed name servers Modified source code Updated design Changed usage instructions Added short domain Supported mobile access Enabled image zoom feature In addition, we plan to enable fast access from overseas through a CDN in the near future. If...

Removing PAGEFILE.SYS and HIBERFIL.SYS

Removing pagefile.sys (A file that uses hard disk as RAM when memory is insufficient) Control Panel – System – Advanced system settings Advanced tab – Settings Advanced tab – Change Uncheck the box for automatic management of paging file size for all drives No paging file – Settings hiberfil.sys (Temporary file for hibernation) Start –...

Changing SSH Port (CentOS)

SSHD Configuration vi /etc/ssh/sshd_config Port {port_number} service sshd restart Firewall Configuration vi /etc/sysconfig/iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport {port} -j ACCEPT service iptables restart * After changing the SSH port, ensure that the firewall is configured to allow traffic on that port.

php.ini File Configuration

Check after server installation short_open_tag = On Enables the use of "<?php" and "<?". display_errors = On Outputs error messages if they occur during PHP script execution. (If set to Off, it will display HTTP 500 Internal Server Error) date.timezone = Asia/Seoul Sets the specified timezone. error_reporting=E_ALL & ~E_NOTICE & ~E_DEPRECATED Ignores notice errors. (*...

Server Migration Completed

Hello,This is the administrator of KilhoNet.Due to increased traffic, we have migrated our server.Currently, most pages are connected normally, and if you encounter any issues, please let us know at the email below, and we will address it immediately. Email: prince@kilho.net Date: 2014-03-28 to 2014-04-01 (5 days) Details: Server migration due to overload caused by...