User Tools

Site Tools


docs:webapps

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
docs:webapps [2006-04-24 23:11]
glen wikify
docs:webapps [2008-08-02 22:43]
grizz
Line 1: Line 1:
 +/* page was renamed from Documentation/​Webapps */
 why webapps is better than apache_config_* macros ​ why webapps is better than apache_config_* macros ​
  
Line 7: Line 8:
 3. can have multiple webapps configuration per .spec the limitation is because symlink used is %{name} which you can't override in spec. this is not hard to overcome, but it still exists. ​ 3. can have multiple webapps configuration per .spec the limitation is because symlink used is %{name} which you can't override in spec. this is not hard to overcome, but it still exists. ​
  
-4. no confusing numbers using config load order is not possible. you don't have to figure out the number and use cryptic numbers. eventually everybody will use number 99+in other words You can easily manage multiple instances of a given webapp, by simply adding another link to. 
  
-5. there'​s cli there's cli program which you can use to view add and remove webapp links +4. no confusing numbers Using config load order is not needed anymore. Order in which webapps are loaded does not matter.  
 + 
 +5. there'​s cli There'​s ​cli program ​called '​webapp' ​which you can use to view add and remove webapp links 
  
 6. separate apache configs apache 1.3 and apache 2.x can have different configs, so you can create different setup for different vhosts. this is not actually a limitation. ​ 6. separate apache configs apache 1.3 and apache 2.x can have different configs, so you can create different setup for different vhosts. this is not actually a limitation. ​
Line 19: Line 22:
  
  
-<​file>#​ ls -/etc/apache/​webapps.d/​drupal*.conf +<​file>#​ ls -log /etc/httpd/​webapps.d/​drupal*.conf 
-lrwxrwxrwx  ​1 root root 39 Dec  5 20:51 /etc/apache/​webapps.d/​drupal-tinymce.conf -> /​etc/​webapps/​drupal/​tinymce/​apache.conf +lrwxrwxrwx ​ /etc/httpd/​webapps.d/​drupal-tinymce.conf ->  ​../​../​../​etc/​webapps/​drupal/​tinymce/​httpd.conf 
-lrwxrwxrwx  ​1 root root 31 Dec  9 19:14 /etc/apache/​webapps.d/​drupal.conf -> /​etc/​webapps/​drupal/​apache.conf+lrwxrwxrwx ​ /etc/httpd/​webapps.d/​drupal.conf -> ../../../​etc/​webapps/​drupal/​httpd.conf
 </​file>​ </​file>​
 9. webapps do not have to be rpm packages in case you have application that's not rpm package, you can achieve similiar effect. as the program to register is available outside rpm macros. ​ 9. webapps do not have to be rpm packages in case you have application that's not rpm package, you can achieve similiar effect. as the program to register is available outside rpm macros. ​
 +
 +
 + ​[[:​CategoryUpdateNeeded|CategoryUpdateNeeded]] ​
  
  
docs/webapps.txt · Last modified: 2008-08-04 16:44 by grizz