docs:webapps
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
docs:webapps [2007-09-08 22:04] – qwiat | docs:webapps [2008-08-04 16:44] (current) – typo grizz | ||
---|---|---|---|
Line 1: | Line 1: | ||
/* page was renamed from Documentation/ | /* page was renamed from Documentation/ | ||
- | why webapps is better than apache_config_* macros | ||
- | 1. unified structure. all configs are in / | ||
- | 2. simplier no fancy rpm macro options, due layout being unified in front | + | ====== Why webapps is better than apache_config_* macros ====== |
- | 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. | ||
- | in other words You can easily manage multiple instances of a given webapp, | + | ===== 1. Unified structure. All configs are in / |
+ | Admin is not confused, where' | ||
- | 4. no confusing numbers Using config load order is not needed anymore. Order in which webapps are loaded does not matter. | ||
- | 5. there' | ||
- | 6. separate apache configs apache 1.3 and apache | + | ===== 2. Simplier ===== |
+ | No fancy rpm macro options, due layout being unified in front. | ||
- | 7. free for other webservers it is open to add any webserver. lighttpd has hooks but nobody has made any config. | ||
- | 8. you can have " | + | |
+ | ===== 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. | ||
+ | |||
+ | In other words You can easily manage multiple instances of a given webapp, by simply adding another link to. | ||
+ | |||
+ | |||
+ | |||
+ | ===== 4. No confusing numbers ===== | ||
+ | Using config load order is not needed anymore. Order in which webapps are loaded does not matter. | ||
+ | |||
+ | |||
+ | |||
+ | ===== 5. there' | ||
+ | There' | ||
+ | |||
+ | |||
+ | |||
+ | ===== 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. | ||
+ | |||
+ | |||
+ | |||
+ | ===== 7. Free for other webservers ===== | ||
+ | It is open to add any webserver. lighttpd has hooks but nobody has made any config. | ||
+ | |||
+ | |||
+ | |||
+ | ===== 8. You can have " | ||
+ | You can have a webapp to have subwebapp. | ||
Line 26: | Line 51: | ||
lrwxrwxrwx | lrwxrwxrwx | ||
</ | </ | ||
- | 9. webapps | + | |
+ | |||
+ | ===== 9. Webapps | ||
+ | In case you have application that's not rpm package, you can achieve similiar effect. | ||
docs/webapps.1189281888.txt.gz · Last modified: 2007-09-08 22:04 by qwiat