소스 검색

Wordpress usually always wants to use apache-extfwd for spam prevention

Ralf S. Engelschall 18 년 전
부모
커밋
71d05aa3cd
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 0
      wordpress/wordpress-apache.conf
  2. 2 1
      wordpress/wordpress.spec

+ 3 - 0
wordpress/wordpress-apache.conf

@@ -18,6 +18,9 @@ LockFile               @l_prefix@/var/wordpress/run/wordpress-apache.lck
 #   include apache-php
 Include                @l_prefix@/etc/apache/apache.d/apache-php.conf
 
+#   include apache-extfwd
+Include                @l_prefix@/etc/apache/apache.d/apache-extfwd.conf
+
 #  server behaviour
 Timeout                300
 KeepAlive              on

+ 2 - 1
wordpress/wordpress.spec

@@ -44,7 +44,7 @@ Class:        PLUS
 Group:        CMS
 License:      GPL
 Version:      %{V_wordpress}
-Release:      20080101
+Release:      20080102
 
 #   list of sources
 Source0:      http://wordpress.org/wordpress-%{V_wordpress}.tar.gz
@@ -74,6 +74,7 @@ PreReq:       apache-php
 PreReq:       apache-php::with_mysql = yes
 PreReq:       apache-php::with_pcre = yes
 PreReq:       apache-php::with_sendmail = yes
+PreReq:       apache-extfwd
 AutoReq:      no
 AutoReqProv:  no