This file contains hidden or 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
| # | |
| # Virtual Hosts | |
| # | |
| # If you want to maintain multiple domains/hostnames on your | |
| # machine you can setup VirtualHost containers for them. Most configurations | |
| # use only name-based virtual hosts so the server doesn't need to worry about | |
| # IP addresses. This is indicated by the asterisks in the directives below. | |
| # | |
| # Please see the documentation at | |
| # <URL:http://httpd.apache.org/docs/2.2/vhosts/> |
This file contains hidden or 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
| # | |
| # This is the main Apache HTTP server configuration file. It contains the | |
| # configuration directives that give the server its instructions. | |
| # See <URL:http://httpd.apache.org/docs/2.2> for detailed information. | |
| # In particular, see | |
| # <URL:http://httpd.apache.org/docs/2.2/mod/directives.html> | |
| # for a discussion of each configuration directive. | |
| # | |
| # Do NOT simply read the instructions in here without understanding | |
| # what they do. They're here only as hints or reminders. If you are unsure |
This file contains hidden or 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
| # | |
| # Virtual Hosts | |
| # | |
| # If you want to maintain multiple domains/hostnames on your | |
| # machine you can setup VirtualHost containers for them. Most configurations | |
| # use only name-based virtual hosts so the server doesn't need to worry about | |
| # IP addresses. This is indicated by the asterisks in the directives below. | |
| # | |
| # Please see the documentation at | |
| # <URL:http://httpd.apache.org/docs/2.2/vhosts/> |
This file contains hidden or 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
| RewriteEngine on | |
| RewriteCond %{REQUEST_FILENAME} !-f | |
| RewriteCond %{REQUEST_FILENAME} !-d | |
| RewriteRule ^(.*)$ /index.php?url=$1 [L,QSA] |
This file contains hidden or 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
| <VirtualHost *:80> | |
| ServerAdmin bdarlow@panthro.org | |
| ServerName vj.panthro.org | |
| DocumentRoot /Users/bdarlow/Sites/videojuicer/moko-www/www-videojuicer/web | |
| <Directory /Sites/videojuicer/moko-www/www-videojuicer/web> | |
| Options FollowSymLinks MultiViews | |
| AllowOverride All | |
| Order allow,deny | |
| Allow from all |
This file contains hidden or 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
| bdarlow@panthro:~/Sites/videojuicer/vj-core$ bin/thor _0.9.9_ merb:gem:redeploy | |
| /Users/bdarlow/Sites/videojuicer/vj-core/tasks/merb.thor/ops.rb:8:in `collect': /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- libxml (LoadError) | |
| from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' | |
| from ./lib/doctypes/smil/document.rb:7 | |
| from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' | |
| from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' | |
| from ./lib/doctypes/smil.rb:3 | |
| from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' | |
| from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' | |
| from (eval):54:in `collect' |
This file contains hidden or 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
| bdarlow@panthro:~/Sites/videojuicer/vj-core$ bin/thor merb:gem:redeploy | |
| [WARNING] Attempted to create task "full_list" without usage or description. Call desc if you want this method to be available as task or declare it inside a no_tasks{} block. Invoked from "/Users/bdarlow/Sites/videojuicer/vj-core/tasks/merb.thor/ops.rb:23". | |
| [WARNING] Attempted to create task "rescue_failures" without usage or description. Call desc if you want this method to be available as task or declare it inside a no_tasks{} block. Invoked from "/Users/bdarlow/Sites/videojuicer/vj-core/tasks/merb.thor/ops.rb:38". | |
| [WARNING] Attempted to create task "list" without usage or description. Call desc if you want this method to be available as task or declare it inside a no_tasks{} block. Invoked from "/Users/bdarlow/Sites/videojuicer/vj-core/tasks/merb.thor/main.thor:34:in `load_thorfile'". | |
| /Users/bdarlow/.gem/ruby/1.8/gems/thor-0.11.5/bin/../lib/thor.rb:140:in `initialize': wrong number of arguments (3 for 0) (ArgumentError) | |
| from /Users/b |
NewerOlder