Changeset 1813
- Timestamp:
- 08/14/08 12:57:55 (3 months ago)
- Files:
-
- cherokee/trunk/qa/066-DirectoryIndex3.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/qa/066-DirectoryIndex3.py
r1715 r1813 31 31 32 32 for php in self.php_conf.split("\n"): 33 self.conf += "vserver! directoryindex3!rule!%s\n" % (php)33 self.conf += "vserver!0660!rule!%s\n" % (php) 34 34 35 35 def JustBefore (self, www):