aboutsummaryrefslogtreecommitdiffstats
path: root/config/apache_mod_security
Commit message (Expand)AuthorAgeFilesLines
* Update mod mem cache loader line. Resolves #89sullrich2009-09-211-1/+1
* Add h3Scott Ullrich2009-06-251-1/+1
* Missing commentScott Ullrich2009-06-251-0/+1
* Ensure leading http(s):// and trailing / on additional hostnamesScott Ullrich2009-06-251-2/+10
* Minor log fixes. Fix a couple bugs with multiple hostnames.Scott Ullrich2009-06-242-3/+3
* Wrap it up.Scott Ullrich2009-06-241-0/+11
* Remove duplicate .phpScott Ullrich2009-06-241-1/+1
* Download and install apache_mod_security_view_logs.php as wellScott Ullrich2009-06-241-0/+5
* Correct URLScott Ullrich2009-06-242-2/+2
* Add error log viewer modeScott Ullrich2009-06-241-1/+11
* Add package log viewer for access log. TODO: error logScott Ullrich2009-06-243-1/+118
* Check for syntax error using shell return codeScott Ullrich2009-06-241-2/+2
* Ensure that host has at least http:// or https:// in frontScott Ullrich2009-06-241-0/+4
* Full path to httpdScott Ullrich2009-06-241-1/+1
* Remove stray ;Scott Ullrich2009-06-241-1/+1
* Check config with httpd -tScott Ullrich2009-06-241-0/+10
* Use apache -k start|stop|gracefulScott Ullrich2009-06-241-3/+3
* Setup NameVirtualServer items and do not duplicate themScott Ullrich2009-06-241-2/+18
* Adding ProxyPreserveHost directive optionScott Ullrich2009-06-242-0/+8
* Do not set memcache we have the wrong module apparently which breaks syntax.Scott Ullrich2009-06-241-1/+1
* Stop service on deinstallScott Ullrich2009-06-231-0/+1
* use -hup when httpd is already startedScott Ullrich2009-06-231-2/+5
* Correct memcache module nameScott Ullrich2009-06-231-1/+1
* Fix ServerName when hostname is not definedScott Ullrich2009-06-231-6/+6
* Generate configuration after install since the person may be restoring the co...Scott Ullrich2009-06-231-0/+5
* Remove newline and make headers uniform (C)Scott Ullrich2009-06-233-4/+3
* Remove extra NOTE:Scott Ullrich2009-06-231-2/+0
* Oops, create apache style comment correctlyScott Ullrich2009-06-231-1/+1
* Define description correctlyScott Ullrich2009-06-231-2/+2
* Add mem_cache and disk_cache backend code. Add rc start script, etc.Scott Ullrich2009-06-231-18/+93
* Add custom mod_security rules box which will be appended to the mod_security ...Scott Ullrich2009-06-231-10/+14
* Ensure that we append a / if it does not exist.Scott Ullrich2009-06-231-3/+14
* Add more mod_security bitsScott Ullrich2009-06-231-0/+20
* Add more mod_security configuration itemsScott Ullrich2009-06-231-10/+84
* Add enable memory cache and disk cache. Add initial plumbing and add XXXScott Ullrich2009-06-232-0/+55
* Misc formattingScott Ullrich2009-06-221-2/+0
* Call resync function on form resyncScott Ullrich2009-06-221-0/+1
* Misc formatting and only set variables if they exist. Use global email if lo...Scott Ullrich2009-06-221-7/+13
* Add missing \nScott Ullrich2009-06-221-3/+4
* add <virtualhost> itemsScott Ullrich2009-06-221-36/+46
* Show FQDNScott Ullrich2009-06-221-2/+2
* Move example to a php comment block and note that it should be preserved.Scott Ullrich2009-06-221-22/+29
* Set backend_sitesScott Ullrich2009-06-221-1/+0
* Match examplesScott Ullrich2009-06-221-9/+24
* Commit examples in comments.Scott Ullrich2009-06-222-5/+49
* Add additional site hostname, ip adddress, port and protocol fields. Cleanup...Scott Ullrich2009-06-221-8/+61
* Out of box its forwarding now but much is to be done.Scott Ullrich2009-06-221-3/+6
* Adding missing ServerNameScott Ullrich2009-06-221-1/+1
* Correct grab stored valuesScott Ullrich2009-06-221-13/+14
* Do not mount rw every time file is sourced. Fix comments.Scott Ullrich2009-06-211-8/+10
#n615'>615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902