Search found 34 matches

by mwiede
Mon Apr 02, 2018 9:30 am
Forum: News about Windows Webserver
Topic: mod_rewrite, Redirect and .htaccess
Replies: 0
Views: 64165

mod_rewrite, Redirect and .htaccess

The the newest versions of WWebserver understand .htaccess files, for URL rewriting, redirections and error documents.
Read more: https://www.mwiede.de/windows-php-webse ... ewrite.htm
by mwiede
Wed Mar 07, 2018 6:28 pm
Forum: Bug Reporting
Topic: Where is taskbar GUI
Replies: 1
Views: 37000

Re: Where is taskbar GUI

I've just purchased webserver installed it (windows 10) and i can't seem to find the basic desktop gui for basic administration (taskbar), wasn't there in the process of installation either. Webserver works and also the admin section (web), but i wan't to configure that the server automatically sta...
by mwiede
Thu Feb 22, 2018 8:55 am
Forum: Free discussion and wanted Features
Topic: SQLite3
Replies: 1
Views: 43557

Re: SQLite3

friedel wrote:
Tue Feb 20, 2018 2:47 pm
Does the package w/ PHP5 contain SQLite3 and php_pdo_sqlite module?
Yes it is in PHP 5.4.45:

PDO Driver for SQLite 3.x
SQLite Library 3.8.10.2

but you have to enable it in cfg/php.ini

extension=php_pdo_sqlite.dll
by mwiede
Sun Feb 11, 2018 9:58 am
Forum: Free discussion and wanted Features
Topic: Adding SSI
Replies: 1
Views: 36215

Re: Adding SSI

We will try it ;-) But WWebserver is not Apache and does not support modules like mod_ssi. The focus is on PHP integration, where you have the full benetit of the programming language. If you want to associate .html Files with PHP, you can change file extensions in cfg/cgi.txt like .php .html .htm;P...
by mwiede
Thu Jan 25, 2018 1:35 pm
Forum: Free discussion and wanted Features
Topic: Performance issue
Replies: 4
Views: 66058

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: 66058

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: 64589

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: 51136

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: 51136

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: 39280

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"