[Rails] rails 0.8 + apache + 403 Forbidden Message
helmutburri
helmutburri at fastmail.fm
Tue Oct 26 12:02:18 GMT 2004
I had rails 0.7 running fine with Apache under OS X.
I downloaded installed .0.8 everything else remains the same however
now I keep getting 403 Forbidden error.
When I try to http://scuttlebug/
I edited the /private/etc/httpd/users/helmutburri.conf
<VirtualHost *:80>
ServerName scuttlebug
DocumentRoot
/Users/helmutburri/Developer/serverside/scuttlebug/scuttlebug/public/
ErrorLog
/Users/helmutburri/Developer/serverside/scuttlebug/scuttlebug/log/
apache.log
<Directory
/Users/helmutburri/Developer/serverside/scuttlebug/scuttlebug/public/>
Options ExecCGI FollowSymLinks
AllowOverride all
Allow from all
Order allow,deny
</Directory>
</VirtualHost>
and my /etc/hosts
looks this way
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
127.0.0.1 scuttlebug
Then restarted Apache only to get the 403.
Now my firewall was set to allow access to port 80 and even if I
turned the firewall of it had not effect.
All the folders have the correct permissions as it came from un
tarring rails 0.8:
drwxr-xr-x 15 helmutburri helmutburri 510 26 Oct 12:07 .
drwxr-xr-x 8 helmutburri helmutburri 272 26 Oct 12:07 ..
-rw-r--r-- 1 helmutburri helmutburri 6148 26 Oct 12:07 .DS_Store
-rw-r--r-- 1 helmutburri helmutburri 4591 25 Oct 12:15 README
-rwxr-xr-x 1 helmutburri helmutburri 4129 25 Oct 12:15 Rakefile
drwxr-xr-x 6 helmutburri helmutburri 204 25 Oct 12:15 app
drwxr-xr-x 4 helmutburri helmutburri 136 25 Oct 12:15 config
drwxr-xr-x 2 helmutburri helmutburri 68 25 Oct 12:15 db
drwxr-xr-x 3 helmutburri helmutburri 102 25 Oct 12:15 doc
drwxr-xr-x 2 helmutburri helmutburri 68 25 Oct 12:15 lib
drwxrwxrwx 4 helmutburri helmutburri 136 25 Oct 12:15 log
drwxr-xr-x 14 helmutburri helmutburri 476 25 Oct 12:15 public
drwxr-xr-x 5 helmutburri helmutburri 170 25 Oct 12:15 script
drwxr-xr-x 6 helmutburri helmutburri 204 25 Oct 12:15 test
drwxr-xr-x 6 helmutburri helmutburri 204 25 Oct 12:15 vendor
ANy suggestions as to were I should look next.
As to why this has happend.
Kurt
More information about the Rails
mailing list