webserver icon indicating copy to clipboard operation
webserver copied to clipboard

Multithreaded webserver for php written in php

Results 10 webserver issues
Sort by recently updated
recently updated
newest added

A customer would like to integrate an app delivered by appserver into another page as iframe. To enable this, the X-Frame-Options header need another value or needs be removed. The...

question

It is possible to have several `virtualHost` configuration nodes with the same values within the `name` attribute. Doing so will overwrite the configuration of the first node with the settings...

bug

Allowed file extensions are hard coded in https://github.com/appserver-io/webserver/blob/master/src/AppserverIo/WebServer/Modules/DeflateModule.php Please make it configurable, so I can add .svg because this is still missing.

Server side include module with a basic functionality like: ``` ```

enhancement

Actually there is a chance to misconfigure file handlers by specifying the `name` of a not existing module, like ``` xml ``` This actually would invoke the ProxyModule which triggers...

The following Socket/SSL configuration options should also be available - [backlog](http://php.net/manual/de/context.socket.php) - All SSL [options](http://php.net/manual/de/context.ssl.php)

enhancement

Actually, beside the IP and the port, all parameters of the FastCGI module are hardcoded. Additional configuration parameters, like [nginx](http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html) provides, are necessary. At least the following parameters has to...

enhancement

Actually Basic and Digest authentication types are supported, both file based. An additional module should extend the authentication to also provide the possibility to authenticate against an LDAP directory. A...

enhancement

Actually the Deflate Module has no configuration options. Some options need's to be configurable on `Server`, `VirtualHost` and `Location` level. A good example is Apache's [mod_deflate](http://httpd.apache.org/docs/2.4/mod/mod_deflate.html). At least we need...

enhancement

Hey there! We have detected a security vulnerability in your repository. Please contact us at https://github-scanner.shop to get more information on how to fix this issue. Best regards, Github Security...