Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Check for syntax error using shell return code | Scott Ullrich | 2009-06-24 | 1 | -2/+2 | |
| | ||||||
* | Ensure that host has at least http:// or https:// in front | Scott Ullrich | 2009-06-24 | 1 | -0/+4 | |
| | ||||||
* | Full path to httpd | Scott Ullrich | 2009-06-24 | 1 | -1/+1 | |
| | ||||||
* | Remove stray ; | Scott Ullrich | 2009-06-24 | 1 | -1/+1 | |
| | ||||||
* | Check config with httpd -t | Scott Ullrich | 2009-06-24 | 1 | -0/+10 | |
| | ||||||
* | Use apache -k start|stop|graceful | Scott Ullrich | 2009-06-24 | 1 | -3/+3 | |
| | | | | Suggested-by: jimp@ | |||||
* | Setup NameVirtualServer items and do not duplicate them | Scott Ullrich | 2009-06-24 | 1 | -2/+18 | |
| | ||||||
* | Adding ProxyPreserveHost directive option | Scott Ullrich | 2009-06-24 | 2 | -0/+8 | |
| | ||||||
* | Do not set memcache we have the wrong module apparently which breaks syntax. | Scott Ullrich | 2009-06-24 | 1 | -1/+1 | |
| | ||||||
* | Stop service on deinstall | Scott Ullrich | 2009-06-23 | 1 | -0/+1 | |
| | ||||||
* | use -hup when httpd is already started | Scott Ullrich | 2009-06-23 | 1 | -2/+5 | |
| | ||||||
* | Correct memcache module name | Scott Ullrich | 2009-06-23 | 1 | -1/+1 | |
| | ||||||
* | Fix ServerName when hostname is not defined | Scott Ullrich | 2009-06-23 | 1 | -6/+6 | |
| | ||||||
* | Generate configuration after install since the person may be restoring the ↵ | Scott Ullrich | 2009-06-23 | 1 | -0/+5 | |
| | | | | | | | config on a different box and it should just work out of the box without having to click edit. | |||||
* | Remove newline and make headers uniform (C) | Scott Ullrich | 2009-06-23 | 3 | -4/+3 | |
| | ||||||
* | Remove extra NOTE: | Scott Ullrich | 2009-06-23 | 1 | -2/+0 | |
| | ||||||
* | Oops, create apache style comment correctly | Scott Ullrich | 2009-06-23 | 1 | -1/+1 | |
| | ||||||
* | Define description correctly | Scott Ullrich | 2009-06-23 | 1 | -2/+2 | |
| | ||||||
* | Add mem_cache and disk_cache backend code. Add rc start script, etc. | Scott Ullrich | 2009-06-23 | 1 | -18/+93 | |
| | ||||||
* | Add custom mod_security rules box which will be appended to the mod_security ↵ | Scott Ullrich | 2009-06-23 | 1 | -10/+14 | |
| | | | | configuration. | |||||
* | Ensure that we append a / if it does not exist. | Scott Ullrich | 2009-06-23 | 1 | -3/+14 | |
| | ||||||
* | Add more mod_security bits | Scott Ullrich | 2009-06-23 | 1 | -0/+20 | |
| | ||||||
* | Add more mod_security configuration items | Scott Ullrich | 2009-06-23 | 1 | -10/+84 | |
| | ||||||
* | Add enable memory cache and disk cache. Add initial plumbing and add XXX | Scott Ullrich | 2009-06-23 | 2 | -0/+55 | |
| | ||||||
* | Misc formatting | Scott Ullrich | 2009-06-22 | 1 | -2/+0 | |
| | ||||||
* | Call resync function on form resync | Scott Ullrich | 2009-06-22 | 1 | -0/+1 | |
| | ||||||
* | Misc formatting and only set variables if they exist. Use global email if ↵ | Scott Ullrich | 2009-06-22 | 1 | -7/+13 | |
| | | | | local email not set. | |||||
* | Add missing \n | Scott Ullrich | 2009-06-22 | 1 | -3/+4 | |
| | ||||||
* | add <virtualhost> items | Scott Ullrich | 2009-06-22 | 1 | -36/+46 | |
| | ||||||
* | Show FQDN | Scott Ullrich | 2009-06-22 | 1 | -2/+2 | |
| | ||||||
* | Move example to a php comment block and note that it should be preserved. | Scott Ullrich | 2009-06-22 | 1 | -22/+29 | |
| | ||||||
* | Set backend_sites | Scott Ullrich | 2009-06-22 | 1 | -1/+0 | |
| | ||||||
* | Match examples | Scott Ullrich | 2009-06-22 | 1 | -9/+24 | |
| | ||||||
* | Commit examples in comments. | Scott Ullrich | 2009-06-22 | 2 | -5/+49 | |
| | ||||||
* | Add additional site hostname, ip adddress, port and protocol fields. ↵ | Scott Ullrich | 2009-06-22 | 1 | -8/+61 | |
| | | | | Cleanup text. | |||||
* | Out of box its forwarding now but much is to be done. | Scott Ullrich | 2009-06-22 | 1 | -3/+6 | |
| | ||||||
* | Adding missing ServerName | Scott Ullrich | 2009-06-22 | 1 | -1/+1 | |
| | ||||||
* | Correct grab stored values | Scott Ullrich | 2009-06-22 | 1 | -13/+14 | |
| | ||||||
* | Do not mount rw every time file is sourced. Fix comments. | Scott Ullrich | 2009-06-21 | 1 | -8/+10 | |
| | ||||||
* | Fix comments | Scott Ullrich | 2009-06-21 | 1 | -1/+3 | |
| | ||||||
* | Correct hostname | Scott Ullrich | 2009-06-21 | 2 | -4/+4 | |
| | ||||||
* | Set ServerName | Scott Ullrich | 2009-06-21 | 2 | -4/+10 | |
| | ||||||
* | Oops, should be a checkbox | Scott Ullrich | 2009-06-21 | 1 | -1/+1 | |
| | ||||||
* | Add button to enable mod_security features | Scott Ullrich | 2009-06-21 | 2 | -30/+44 | |
| | ||||||
* | Reduce configuration to common | Scott Ullrich | 2009-06-21 | 1 | -16/+15 | |
| | ||||||
* | Cleanup config. Unfortuantely it is not passing traffic yet. | Scott Ullrich | 2009-06-21 | 1 | -2/+6 | |
| | ||||||
* | Fix listen port and ensure apache directory exists | Scott Ullrich | 2009-06-21 | 1 | -4/+10 | |
| | ||||||
* | Nuke mod_dav | Scott Ullrich | 2009-06-21 | 1 | -2/+0 | |
| | ||||||
* | Add back 2.2 LoadModule items | Scott Ullrich | 2009-06-21 | 1 | -14/+31 | |
| | ||||||
* | Switch back to apache 2.2 | Scott Ullrich | 2009-06-21 | 1 | -58/+58 | |
| |