initial import of changes from 9front bikeshedding; bundle rc-httpd
This commit is contained in:
		
							parent
							
								
									6d3bcc867c
								
							
						
					
					
						commit
						a99fa8b44f
					
				
					 46 changed files with 1061 additions and 572 deletions
				
			
		
							
								
								
									
										6
									
								
								bin/contrib/rc-httpd/handlers/authorize
									
										
									
									
									
										Executable file
									
								
							
							
						
						
									
										6
									
								
								bin/contrib/rc-httpd/handlers/authorize
									
										
									
									
									
										Executable file
									
								
							|  | @ -0,0 +1,6 @@ | |||
| #!/bin/rc | ||||
| if(~ $REMOTE_USER ''){ | ||||
| 	extra_headers=($extra_headers 'WWW-Authenticate: Basic realm="'$"SERVER_NAME'"') | ||||
| 	error 401 | ||||
| 	exit | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Stanley Lieber
						Stanley Lieber