summaryrefslogtreecommitdiffstats
path: root/base/tps/apache
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Reorganized CSS files in TPS."ticket-407-4Endi Sukma Dewata2012-11-2225-38/+38
| | | | This reverts commit 54bc8f4613ff4ab6065b190a36f1c57f7d0abc0d.
* Reorganized TPS templates and scripts.Endi Sukma Dewata2012-11-22151-0/+36728
| | | | | | | The templates, JS, and CGI scripts for TPS have been reorganized into the TPS core package. Ticket #407
* Fixes to get TPS to configure correctlyAde Lee2012-10-181-3/+5
| | | | | | | | 1. Reorder http.conf to actually read worker config 2. Change functions so that the TPS would restart. Before restarts would fail because the tus link already exists 3. Modify system verification test to return correctly when tests are successful
* Changes to get TPS and RA running on dogtag 10Ade Lee2012-08-152-27/+14
| | | | | | Added systemd scripts for RA and TPS. Modified init scripts and configuration files to use correct directives for httpd 2.4. TPS and RA subsystems are now installable using pkicreate
* PKI Deployment ScriptletsMatthew Harmsen2012-05-071-1/+1
| | | | | | | | | | | | | | | * Re-aligned code to account for revised layout documented at http://pki.fedoraproject.org/wiki/PKI_Instance_Deployment * Massaged logic to comply with PKI subsystem running within a shared instance * Developed code to take advantage of a single shared NSS security database model * Completed the following two 'scriptlets': * Dogtag 10: Python 'slot_assignment.py' Installation Scriptlet (https://fedorahosted.org/pki/ticket/146) * Dogtag 10: Python 'security_databases.py' Installation Scriptlet (https://fedorahosted.org/pki/ticket/136) * Created several additional PKI deployment helper utilities.
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-269-0/+4683
Previously the source code was located inside a pki folder. This folder was created during svn migration and is no longer needed. This folder has now been removed and the contents have been moved up one level. Ticket #131