2012-03-20 4 views
1

"... 메모리를 읽을 수 없습니다."라는 메시지와 함께 Apache 서비스를 다시 시작하려고 할 때 심포니 공급 업체 &을 설치했습니다.symfony-2.0 공급 업체 Apache

phpinfo()로 기본 테스트 페이지를 열면 모든 것이 정상입니다. 그리고 (공급 업체가 설치되기 전에) 설명서에서 첫 걸음을 시작했을 때 모든 것이 잘되었습니다.

현재 설정 : WinXP SP3, Apache2.2, PHP5.3.10, Symfony2.0.11, Postgres9.1, Git Bash, 오류없이 설치된 deps (처음 10 번이 아니라 결과적으로 목록이 아래에 있음), 초기 symfony check (모두 "OK")가 php.ini에 저장되었습니다. memory_limit = 512M ... 그 밖의 무엇이 유용 할 수 있는지 ...

내 문제에 대해 조언 해 주셔서 감사합니다. deps 파일의

내용 :

[symfony] 
    git=git://github.com/symfony/symfony.git 
    version=v2.0.12 

[twig] 
    git=http://github.com/fabpot/Twig.git 
    version=v1.6.2 

[monolog] 
    git=http://github.com/Seldaek/monolog.git 
    version=1.0.2 

[doctrine-common] 
    git=git://github.com/doctrine/common.git 
    version=2.1.4 

[doctrine-dbal] 
    git=git://github.com/doctrine/dbal.git 
    version=2.1.6 

[doctrine] 
    git=git://github.com/doctrine/doctrine2.git 
    version=2.1.6 

[swiftmailer] 
    git=git://github.com/swiftmailer/swiftmailer.git 
    version=v4.1.5 

[assetic] 
    git=git://github.com/kriswallsmith/assetic.git 
    version=v1.0.3 

[twig-extensions] 
    git=http://github.com/fabpot/Twig-extensions.git 

[metadata] 
    git=http://github.com/schmittjoh/metadata.git 
    version=1.0.0 

[SensioFrameworkExtraBundle] 
    git=http://github.com/sensio/SensioFrameworkExtraBundle.git 
    target=/bundles/Sensio/Bundle/FrameworkExtraBundle 
    version=origin/2.0 

[JMSSecurityExtraBundle] 
    git=git://github.com/schmittjoh/JMSSecurityExtraBundle.git 
    target=/bundles/JMS/SecurityExtraBundle 
    version=origin/1.0.x 

[SensioDistributionBundle] 
    git=http://github.com/sensio/SensioDistributionBundle.git 
    target=/bundles/Sensio/Bundle/DistributionBundle 
    version=origin/2.0 

[SensioGeneratorBundle] 
    git=http://github.com/sensio/SensioGeneratorBundle.git 
    target=/bundles/Sensio/Bundle/GeneratorBundle 
    version=origin/2.0 

[AsseticBundle] 
    git=http://github.com/symfony/AsseticBundle.git 
    target=/bundles/Symfony/Bundle/AsseticBundle 
    version=v1.0.1 

아파치 오류 로그의 작은 부분 :

[Tue Mar 20 17:50:00 2012] [notice] Apache/2.2.19 (Win32) PHP/5.3.10 configured -- resuming normal operations 
[Tue Mar 20 17:50:00 2012] [notice] Server built: May 20 2011 17:39:35 
[Tue Mar 20 17:50:00 2012] [notice] Parent: Created child process 12844 
[Tue Mar 20 17:50:00 2012] [debug] mpm_winnt.c(477): Parent: Sent the scoreboard to the child 
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.56 for ServerName 
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.56 for ServerName 
[Tue Mar 20 17:50:00 2012] [notice] Child 12844: Child process is running 
[Tue Mar 20 17:50:00 2012] [info] Parent: Duplicating socket 208 and sending it to child process 12844 
[Tue Mar 20 17:50:00 2012] [debug] mpm_winnt.c(398): Child 12844: Retrieved our scoreboard from the parent. 
[Tue Mar 20 17:50:00 2012] [debug] mpm_winnt.c(595): Parent: Sent 1 listeners to child 12844 
[Tue Mar 20 17:50:00 2012] [debug] mpm_winnt.c(554): Child 12844: retrieved 1 listeners from parent 
[Tue Mar 20 17:50:00 2012] [notice] Child 12844: Acquired the start mutex. 
[Tue Mar 20 17:50:00 2012] [notice] Child 12844: Starting 64 worker threads. 
[Tue Mar 20 17:50:00 2012] [notice] Child 12844: Starting thread to listen on port 80. 
[Tue Mar 20 17:53:00 2012] [notice] Parent: child process exited with status 3221225477 -- Restarting. 
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.56 for ServerName 
[Tue Mar 20 17:53:00 2012] [notice] Apache/2.2.19 (Win32) PHP/5.3.10 configured -- resuming normal operations 
[Tue Mar 20 17:53:00 2012] [notice] Server built: May 20 2011 17:39:35 
[Tue Mar 20 17:53:00 2012] [notice] Parent: Created child process 14024 
[Tue Mar 20 17:53:00 2012] [debug] mpm_winnt.c(477): Parent: Sent the scoreboard to the child 
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.56 for ServerName 
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.56 for ServerName 
[Tue Mar 20 17:53:00 2012] [notice] Child 14024: Child process is running 
[Tue Mar 20 17:53:00 2012] [info] Parent: Duplicating socket 208 and sending it to child process 14024 
[Tue Mar 20 17:53:00 2012] [debug] mpm_winnt.c(398): Child 14024: Retrieved our scoreboard from the parent. 
[Tue Mar 20 17:53:00 2012] [debug] mpm_winnt.c(595): Parent: Sent 1 listeners to child 14024 
[Tue Mar 20 17:53:00 2012] [debug] mpm_winnt.c(554): Child 14024: retrieved 1 listeners from parent 
[Tue Mar 20 17:53:00 2012] [notice] Child 14024: Acquired the start mutex. 
[Tue Mar 20 17:53:00 2012] [notice] Child 14024: Starting 64 worker threads. 
[Tue Mar 20 17:53:00 2012] [notice] Child 14024: Starting thread to listen on port 80. 
+0

아파치 오류 로그의 모든 자세한 내용을 – halfer

+0

아니 난 "로그 레벨 디버깅"에 추가 httpd.conf - 모두 명확하고 오류 메시지가 없습니다. 다시 시작하는 것과 같은 명령 –

+0

Windows의 sys 로그에 어쩌면 무엇이 있습니까? – halfer

답변

0

나는 그것을 해결했습니다! 내 조리법은 : php5.4 (zip 팩) &을 다운로드하여 owerwrite로 파일을 php 폴더에 복사합니다. 하나 개의 마이너스!?. 현재 PHP 버전 :(

감사합니다 응답에 대한 halfer에 대한 php_apc.dll를 찾을 수 없습니다

관련 문제