well apache_error.log ->
[Tue Feb 14 20:05:05 2012] [notice] Apache/2.0.63 (Win32) PHP/5.2.6 configured 
-- resuming normal operations
[Tue Feb 14 20:05:05 2012] [notice] Server built: Jan 17 2008 22:58:29
[Tue Feb 14 20:05:06 2012] [notice] Parent: Created child process 2488
[Tue Feb 14 20:05:06 2012] [notice] Child 2488: Child process is running
[Tue Feb 14 20:05:06 2012] [notice] Child 2488: Acquired the start mutex.
[Tue Feb 14 20:05:06 2012] [notice] Child 2488: Starting 250 worker threads.
[Tue Feb 14 20:05:09 2012] [alert] [client 127.0.0.1] C:/Program 
Files/Zend/ZendFramework-1.11.11/quick/public/.htaccess: Invalid command 
'RewriteEngine', perhaps mis-spelled or defined by a module not included in the 
server configuration

That is the message I obtain after i launch Apache for the last time.

Concerning httpd.conf, here the line codes I modified :

<VirtualHost 127.0.0.1>
    ServerName quickstart.local
    DocumentRoot "c:\Program Files\Zend\ZendFramework-1.11.11\quick\public"
    
    SetEnv APPLICATION_ENV "development"
    
    <Directory "c:\Program Files\Zend\ZendFramework-1.11.11\quick\public">
        DirectoryIndex index.php
        AllowOverride All
        Order allow,deny
        Allow from All
    </Directory>
</VirtualHost>



From: yeh...@ymkatz.net
Date: Tue, 14 Feb 2012 14:04:55 -0500
To: users@httpd.apache.org
Subject: Re: [users@httpd] checking my httpd.conf

On Tue, Feb 14, 2012 at 1:55 PM, florent larose <florent.lar...@hotmail.com> 
wrote:






ok for precedent checking...  -> Apache -t (syntax ok)
Now that my httpd .conf file is well configured, I launch 
my server and i have the internal Server Error 500 :
"The server encountered an internal error or
misconfiguration and was unable to complete
your request"

So it still no good... (the redirection of my localhost does not work despite 
my httpd.conf file is good !)
So what does your error_log (c:/wamp/logs/apache_error.log according to your 
httpd.conf) say?

                                          

Reply via email to