13 lines
		
	
	
		
			201 B
		
	
	
	
		
			ApacheConf
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			201 B
		
	
	
	
		
			ApacheConf
		
	
	
	
	
	
| AddHandler cgi-script .py
 | |
| Options +ExecCGI
 | |
| 
 | |
| DirectoryIndex index.py
 | |
| 
 | |
| ErrorDocument 403 /errors/403/
 | |
| ErrorDocument 404 /errors/404/
 | |
| 
 | |
| <Files "index.html">
 | |
|     Order Allow,Deny
 | |
|     Deny from all
 | |
| </Files>
 |