search for: approot

Displaying 6 results from an estimated 6 matches for "approot".

Did you mean: app_root
2006 Nov 08
2
Apache 2.2.3 setup woes
...ermission for the www-data user that my apache runs under and all checks out and is similar there. Any other areas I could look at? Here''s the virtual host config Listen 192.168.100.100 <VirtualHost 192.168.100.100> ServerName myprojects.warmlyyours.com DocumentRoot /var/www/approot/public <Directory "/var/www/approot/public"> Options FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory> # Configure mongrel_cluster <Proxy balancer://mongrel_cluster> BalancerMember http://127.0.0.1...
2006 Jan 11
3
Idle Apache+FastCGI sleeping?
...#39;re deploying this app on a kiosk, so traffic is very low, but it needs to respond quickly at any time. System: - Windows XP (I know..) - Apache 2.0.55 + FastCGI - Ruby 1.8.2 - RubyForApache-1.3.1 - Rails 1.0 >From httpd.conf: <VirtualHost *:80> ServerName rails DocumentRoot "approot/rails/public" <Directory "approot/rails/public"> Options ExecCGI FollowSymLinks AllowOverride all Allow from localhost 127.0.0.1 Order allow,deny AddHandler fastcgi-script .fcgi </Directory> </VirtualHost> FastCgiConfig -initial-env RAILS_ENV=production...
2006 Aug 11
0
single app? product generator? sharing models?
...e your input if any of you have been in a similar situation! Application I am building looks like this: Info Magazine Portal. Support Portal for Clients Portal for Service Providers. Forums, Chats, Articles, Comments etc. for Interactions. Role based authentication. Started building like this: /approot/app/controllers/infoportal.rb /approot/app/controllers/supportportal.rb same for views etc. But I feel like I am losing a level here.... http://app/infoportal/index - shows me my portal index page. http://app/infoportal/index - shows me my magazine index page. But - authentication gets a little...
2001 Oct 04
1
patch - forceshell
...= forced_shell; + } + else { shell = (pw->pw_shell[0] == '\0') ? _PATH_BSHELL : pw->pw_shell; + } #ifdef HAVE_LOGIN_CAP shell = login_getcapstr(lc, "shell", (char *)shell, (char *)shell); #endif -------------- next part -------------- #!/usr/bin/perl # Changes root to APPROOT as current user and runs given command or bash # -Don Mahurin my(@command) = @ARGV; if(@command) { if ($command[0] =~ m:^-:) { unshift(@command,"bash") } # assume shell args @command = untaint(@command); } else { @command = ( "bash" ); } exit(1) unless(open(FILE, &quo...
2009 Feb 11
16
Unicorn: UNIX+localhost/LAN-only Mongrel fork
Hello all, Last week, I finally decided to put into motion some ideas I''ve been kicking around for a year in my head since last year... Basically I don''t want to have to deal with threads or support platforms that rely on or encourage threads. Especially given MRI 1.9 where kernel threads are more difficult to debug than green ones. Given the limited scope of this project,
2009 Oct 14
8
Refactor ovirt-node code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora. Moves tools and kickstart files form ovirt-node-image to subpackage ovirt-node-recipe. Removes old sub packages form ovirt-node, stateless, logos, selinux. Modifies init scripts to meet Fedora packaging guidelines: added status, reload, and lockfile, rhbz: 514221 Added License file.