Skip to content

Commit 4dc9315

Browse files
Merge pull request #55 from cleverage/demo-32
cleverage/process-bundle-demo#32 Add Troubleshooting {"message":"Miss…
2 parents a025cac + 11c6bcf commit 4dc9315

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/index.md

+5
Original file line numberDiff line numberDiff line change
@@ -174,3 +174,8 @@ On debug environment, profiling too much queries cause memory exhaustion. So, yo
174174
- Increase `memory_limit` in php.ini
175175
- Set `clever_age_ui_process.logs.store_in_database: false` or improve value of `clever_age_ui_process.logs.database_level`
176176
- Use `--no-debug` flag for `cleverage:process:execute`
177+
178+
### {"message":"Missing auth token."} Response when launch process via http request
179+
180+
If you use apache2 webserver, `SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1` VirtualHost directive must be
181+
uncomment to "force Apache to pass the Authorization header to PHP: required for "basic_auth" under PHP-FPM and FastCGI"

0 commit comments

Comments
 (0)