Documentation and cat-v.org top bar changes.
This commit is contained in:
		
							parent
							
								
									2788ec76b2
								
							
						
					
					
						commit
						f217f4a517
					
				
					 4 changed files with 29 additions and 4 deletions
				
			
		
							
								
								
									
										16
									
								
								sites/werc.cat-v.org/docs/web_server_setup/_header.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								sites/werc.cat-v.org/docs/web_server_setup/_header.md
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,16 @@ | |||
| Setting Up Your HTTP Server to Run Werc | ||||
| ======================================= | ||||
| 
 | ||||
| 
 | ||||
| Werc should work with any web server that supports the CGI interface, and a few | ||||
| that don't. Here are collected instructions and sample configurations for some | ||||
| of the most popular HTTP servers that people has used with werc. | ||||
| 
 | ||||
| In general setup consists of mapping all paths for a virtual host to the | ||||
| werc.rc script, usually in practice this means that the `document root` (or | ||||
| similar concept) for a virtual host is mapped to | ||||
| `/path/to/werc/sites/domain.name.com/`, and if no static file matches the | ||||
| request, control is handed to werc.rc, this allows the HTTP server to handle | ||||
| static files and werc to handle everything else (note that such a setup will | ||||
| expose your `_werc/config` files, which usually should not be a security | ||||
| issue). | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Uriel
						Uriel