>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>&lt;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> &lt;<a href="mailto:[EMAIL 
> PROTECTED]">[EMAIL PROTECTED]</a>&gt; 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>&lt;IfModule 
> mod_rewrite.c&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; RewriteEngine 
> On<br>&nbsp;&nbsp;&nbsp;&nbsp; RewriteLog 
> &quot;/var/log/httpd/rewrite.log&quot;
> <br>&nbsp;&nbsp;&nbsp;&nbsp; 
> RewriteLogLevel&nbsp;&nbsp;3<br>&nbsp;&nbsp;&nbsp;&nbsp; RewriteCond 
> %{REQUEST_METHOD} ^TRACE<br>&nbsp;&nbsp;&nbsp;&nbsp; RewriteRule .* - 
> [F]<br>&lt;/IfModule&gt;<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
-~----------~----~----~----~------~----~------~--~---

Reply via email to