Created
July 30, 2009 00:52
-
-
Save dhoss/158485 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[dhoss@dhoss ~]$ sudo /usr/local/www/data/boyosplace/script/boyosplace_fastcgi.pl -l /tmp/boyosplace.socket -n 5 -p /tmp/boyosplace.pid -d | |
DBIx::Class::Schema::load_namespaces(): We found ResultSet class 'BoyosPlace::Schema::ResultSet::Photos' for 'Photos', but it seems that you had already set 'Photos' to use 'DBIx::Class::InflateColumn::FS::ResultSet' instead at /usr/local/www/data/boyosplace/script/../lib/BoyosPlace/Schema.pm line 7 | |
FastCGI daemon started (pid 29084) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FastCgiExternalServer /tmp/boyosplace.fcgi -socket /tmp/boyosplace.socket | |
Alias /boyosplace/static /usr/local/www/data/boyosplace/root/static/ | |
<Location /boyosplace/static> | |
SetHandler default-handler | |
</Location> | |
Alias /boyosplace /tmp/boyosplace.fcgi/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment