Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 85023 Details for
Bug 129359
Cherokee support for webapp-config
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
webapp-config-cherokee-support.diff
webapp-config-cherokee-support.diff (text/plain), 1.35 KB, created by
Priit Laes (IRC: plaes)
on 2006-04-20 04:42:27 UTC
(
hide
)
Description:
webapp-config-cherokee-support.diff
Filename:
MIME Type:
Creator:
Priit Laes (IRC: plaes)
Created:
2006-04-20 04:42:27 UTC
Size:
1.35 KB
patch
obsolete
>rubybonsai WebappConfig # for i in `ls -1 *.orig`; do diff -u $i ${i/\.orig/} ; done >--- config.py.orig 2006-04-20 14:34:39.000000000 +0000 >+++ config.py 2006-04-20 14:38:17.000000000 +0000 >@@ -1272,7 +1272,8 @@ > > allowed_servers = {'apache' : WebappConfig.server.Apache, > 'lighttpd' : WebappConfig.server.Lighttpd, >- 'aolserver': WebappConfig.server.Aolserver} >+ 'aolserver': WebappConfig.server.Aolserver, >+ 'cherokee' : WebappConfig.server.Cherokee} > > server = self.config.get('USER', 'vhost_server') > >--- server.py.orig 2006-04-20 14:40:08.000000000 +0000 >+++ server.py 2006-04-20 14:40:21.000000000 +0000 >@@ -326,8 +326,20 @@ > self.vhost_server_uid = get_user('aolserver') > self.vhost_server_gid = get_group('aolserver') > >+class Cherokee(Basic): >+ >+ name = 'Cherokee' >+ desc = 'supports installation on Cherokee' >+ dep = 'www-servers/cherokee' >+ >+ def set_server_user(self): >+ self.vhost_server_uid = get_user('cherokee') >+ self.vhost_server_gid = get_group('cherokee') >+ >+ > def listservers(): > > OUT.notice('\n'.join(['apache', > 'aolserver', >- 'lighttpd'])) >+ 'lighttpd', >+ 'cherokee']))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 129359
: 85023