메뉴 건너뛰기

GREATUSER

tech

어떤 이유에서건 <? echo $_SERVER['SERVER_SOFTWARE']; ?> 의 결과가 ”Apache” 가 출력되지 않는다면 워드프레스의 일부 기능에 문제가 발생.. permalink 설정을 하더라도 index.php 가 항상 포함된다던가.. 그 외의 다른 오류도 발생할 수 있다던가… 보안을 위해 mod_security 같은 설정에서 서버정보를 다른 것으로 출력되게 하는 경우에도.. 마찬가지 결과를 가져옴   wp-config.php 파일에 아래와 같은 내용을 추가해라… $_SERVER['SERVER_SOFTWARE']='Apache';

The post $_SERVER[‘SERVER_SOFTWARE’]=’Apache’ in wp-config.php appeared first on 지락문화예술공작단.




원문출처 : https://jirak.net/wp/_serverserver_softwareapache-wp-config-php/
번호 제목 글쓴이 날짜 조회 수
124 Mozilla SSL Configuration Generator 관리자 2016.10.15 47
123 mysql server system variables log_warnings to log_error_verbosity 관리자 2016.10.05 1680
122 [MariaDB] InnoDB: Redo log crypto: failed to decrypt log block 관리자 2016.09.28 73
121 [mysql] Buffered warning: Could not increase number of max_open_files to more than 1024 on centos 관리자 2016.09.08 95
120 Unable to validate certificate chain in aws elb – comodossl 관리자 2016.09.06 159
119 WordPress 4.6 “Pepper” 관리자 2016.08.17 46
118 리눅스 서버의 TCP 네트워크 성능을 결정짓는 커널 파라미터 이야기 – 3편 관리자 2016.08.12 75
117 리눅스 서버의 TCP 네트워크 성능을 결정짓는 커널 파라미터 이야기 – 2편 관리자 2016.08.12 69
116 리눅스 서버의 TCP 네트워크 성능을 결정짓는 커널 파라미터 이야기 – 1편 관리자 2016.08.12 73
115 WordPress 4.6 Release Candidate 관리자 2016.07.28 42
114 Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MariaDB client in /home1/htdocs/apartzm/affisacc/php/acc_tongys.inc.php on line 188ERROR 1251: Client does not smysql_connect(): Client 관리자 2016.07.26 66
113 WordPress 4.6 Beta 3 관리자 2016.07.14 33
112 mysqlbinlog: unknown variable ‘default-character-set=utf8’ 관리자 2016.07.09 64
111 WordPress 4.6 Beta 1 관리자 2016.06.30 35
» $_SERVER[‘SERVER_SOFTWARE’]=’Apache’ in wp-config.php 관리자 2016.06.24 49
위로