Search found 30 matches

by mwiede
Thu Jan 25, 2018 1:35 pm
Forum: Free discussion and wanted Features
Topic: Performance issue
Replies: 4
Views: 35019

Re: Performance issue

Hello, Thanks for your reply, We only have the initial page in HTML and all the following pages are in PHP, this isn't enough to see if there is also a performance leak with the static HTML page. We do not use MySQL connections, our PHP pages are the way to interact with our applications running on...
by mwiede
Thu Jan 25, 2018 8:19 am
Forum: Free discussion and wanted Features
Topic: Performance issue
Replies: 4
Views: 35019

Re: Performance issue

Is the performance leak only with PHP pages or also static HTML pages? If yes then the problem seems to be in the PHP libraries. Do you use MySQL conntections? Old MySQL databases cause performance problems with PHP MySQLI or PDO. Have you tried to integrate PHP with FastCGI and disabled PHPBuildIn?
by mwiede
Mon Dec 11, 2017 7:27 pm
Forum: Bug Reporting
Topic: Installation file does not start (disable SmartScreen Filter)
Replies: 0
Views: 19915

Installation file does not start (disable SmartScreen Filter)

On some Windows Server 2016 distributions the installation executable could not be started because of the SmartScreen Filter is enabled.
Please disable SmartScreen Filter if you have trouble.
by mwiede
Mon Dec 11, 2017 2:47 pm
Forum: Free discussion and wanted Features
Topic: HTTP-Method OPTIONS is not implemented.
Replies: 3
Views: 26183

Re: HTTP-Method OPTIONS is not implemented.

I am sorry, i only changed PHP 5.4.45.
Please reinstall PHP7 version.
by mwiede
Sat Dec 09, 2017 6:20 pm
Forum: Free discussion and wanted Features
Topic: HTTP-Method OPTIONS is not implemented.
Replies: 3
Views: 26183

Re: HTTP-Method OPTIONS is not implemented.

OPTIONS is now implemented.
Please reinstall with your download link.

WWebserver only support following HTTP-Methods: GET, POST, HEAD, OPTIONS

WebDAV methods like DELETE and PUT are not yet supported.
by mwiede
Fri Nov 03, 2017 2:47 pm
Forum: Free discussion and wanted Features
Topic: Wwserver Command Line Version
Replies: 1
Views: 19178

Re: Wwserver Command Line Version

dovidg wrote:
Thu Nov 02, 2017 9:00 pm
...
I need to be able to set the php-cgi using relative path so that I can create a portable web application without knowing
which path the user is running the program from.

thanks
Please try .\php\php-cgi.exe with dot for relative paths!

Code: Select all

.php;PHPFCGI .\php\php-cgi.exe -c ".\php\php.ini"
by mwiede
Mon Oct 30, 2017 11:14 am
Forum: FAQ and Manuals
Topic: Own PHP-Versions with FastCGI
Replies: 0
Views: 21654

Own PHP-Versions with FastCGI

1. Install your favourite PHP-Version: http://windows.php.net/download/ (For FastCGI you can also use non thread safe versions.) 2. Configurate FastCGI in cfg\cgi.txt Disable PHPBuildIn: # .php;PHPBuildIn Enable FastCGI for example: .php;PHPFCGI C:\php7.1.11\php-cgi.exe -c "C:\php7.1.11\php.ini" -c ...
by mwiede
Fri Oct 27, 2017 1:58 pm
Forum: News about Windows Webserver
Topic: Experimental Laboratory
Replies: 0
Views: 19505

Experimental Laboratory

I wrote a program based on Ace Code Editor to test simple PHP-, Perl-, Python- and Ruby scripts with WWebserver verry easily.

Read more:
https://www.mwiede.de/windows-php-webserver/wwlabor.htm
by mwiede
Fri Oct 27, 2017 1:55 pm
Forum: News about Windows Webserver
Topic: PHP 7.1.10
Replies: 0
Views: 19688

PHP 7.1.10

PHP 7.1.10 is new Version for Windows 7 - Windows 10.
Note: PHP7 cannot be executed on Windows XP

https://www.mwiede.de/windows-php-webse ... _setup.exe
by mwiede
Fri Oct 27, 2017 1:54 pm
Forum: News about Windows Webserver
Topic: Internal FTP-Server
Replies: 0
Views: 19344

Internal FTP-Server

The newest versions of WWebserver comes with a buildin FTP-Server and explicit TLS (FTPS) support.

Read manual
https://www.mwiede.de/windows-php-webse ... server.htm