>From your description, it sounds like the new directives aren't getting loaded at all.
If you run: /usr/sbin/httpd -V |grep -i server_config_file does it show the correct config file is at -D SERVER_CONFIG_FILE="/private/etc/apache2/httpd.conf"? And you're using the server document root not your Sites directory. Oh, and have you checked to make sure revserver is executable? This should NOT be the problem, if it were your browser should get an internal server error response, but doesn't hurt to confirm. Also noticed you added the line: ScriptAlias /cgi-bin/revserver /Library/WebServer/CGI-Executables/revserver ## PD 20101020 added I don't believe this is required as long as revserver is at the toplevel inside the CGI-Executables folder. The existing: ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*$) "/Library/WebServer/CGI-Executables/$1" should handle it. I chose to put the data, extensions, and handlers folders in /opt/revserver as per one of the options in the readme.txt but i'm sure the other 2 methods would work just fine. On Thu, Oct 21, 2010 at 12:23 AM, Andre Garzia <[email protected]>wrote: > On Thu, Oct 21, 2010 at 3:49 AM, Phil Davis <[email protected]> wrote: > > > I managed to replicate your problem here on my mac os x, am trying to > solve > >> it. > >> > > > > Wow. Thanks Andre! That's huge! > > > > I am good at breaking things, specially my computers! > > > > > > Phil > > > > > -- > http://www.andregarzia.com All We Do Is Code. > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
