>From what I've seen, Adrien, this article might be helpful:
http://www.sitepoint.com/article/os-x-web-development
I have a cake site set up on my Powerbook for development. It's in a
subdirector of me ~/Sites folder, which is where it looks like you're
trying to put your cake site.
Adrien Motte wrote:
> I had restarted apache.
>
> I replaced the IfModule part of my httpd.conf with yours, and tried to
> restart Apache (sudo apachectl graceful)
>
> I get this error:
>
> Syntax error on line 1091 of /etc/httpd/httpd.conf:
> <IfModule takes one argument, Container for directives based on existance of
> specified modules
> /usr/sbin/apachectl graceful: httpd could not be started
>
>
> Adrien
>
> On 6/26/06, gwoo <[EMAIL PROTECTED]> wrote:
> >
> >
> > I have to ask if you restarted apache?
> >
> > You have this section but add the rewrite logs to see if anything is
> > happening
> > <IfModule mod_rewrite.c>
> > RewriteEngine On
> > RewriteLog "/var/log/httpd/rewrite.log"
> > RewriteLogLevel 3
> > RewriteCond %{REQUEST_METHOD} ^TRACE
> > RewriteRule .* - [F]
> > </IfModule>
> >
> > >
> >
>
> ------=_Part_12845_18450606.1151354587049
> Content-Type: text/html; charset=ISO-8859-1
> X-Google-AttachSize: 1185
>
> I had restarted apache.<br><br>I replaced the IfModule part of my httpd.conf
> with yours, and tried to restart Apache (sudo apachectl graceful)<br><br>I
> get this error:<br><br>Syntax error on line 1091 of /etc/httpd/httpd.conf:
> <br><IfModule takes one argument, Container for directives based on
> existance of specified modules<br>/usr/sbin/apachectl graceful: httpd could
> not be started<br><br><br>Adrien<br><br><div><span class="gmail_quote">On
> 6/26/06,
> <b class="gmail_sendername">gwoo</b> <<a href="mailto:[EMAIL
> PROTECTED]">[EMAIL PROTECTED]</a>> wrote:</span><blockquote
> class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin:
> 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
> <br>I have to ask if you restarted apache?<br><br>You have this section but
> add the rewrite logs to see if anything is<br>happening<br><IfModule
> mod_rewrite.c><br> RewriteEngine
> On<br> RewriteLog
> "/var/log/httpd/rewrite.log"
> <br>
> RewriteLogLevel 3<br> RewriteCond
> %{REQUEST_METHOD} ^TRACE<br> RewriteRule .* -
> [F]<br></IfModule><br><br>
> ------=_Part_12845_18450606.1151354587049--
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---