Search found 30 matches

by mwiede
Wed Mar 15, 2023 5:38 pm
Forum: News about Windows Webserver
Topic: Various updates (Version 2.0)
Replies: 0
Views: 810

Various updates (Version 2.0)

The internal version 2.0 of WWebserver comes with the following new features: - Optional Apache compatible log file format, see documentation or https://www.mwiede.de/windows-php-webserver/index.htm#request-logging - HTTP Keep alive connection enabled per default, that cause much more speed, see als...
by mwiede
Wed Mar 15, 2023 5:25 pm
Forum: FAQ and Manuals
Topic: Howto setup a individual PHP version with WWebserver?
Replies: 0
Views: 788

Howto setup a individual PHP version with WWebserver?

Per default WWebserver comes with the buildin PHP version. This is the fastest version of PHP! Dont try to overwrite with other PHP DLL's in WWebserver installation directory. That will cause errors, because of the DLL's are linked to WWebserver. To setup another PHP version you should download the ...
by mwiede
Mon Feb 06, 2023 5:30 pm
Forum: Free discussion and wanted Features
Topic: https
Replies: 4
Views: 2283

Re: https

Expired SSL certificates are blocked by Chrome and other modern browers. You should renew them.
Therefore i am delevoping a script to renew Let's Encrypt certificates with WWebserver.
I will show this script next days.
by mwiede
Sun Feb 05, 2023 7:06 pm
Forum: Free discussion and wanted Features
Topic: https
Replies: 4
Views: 2283

Re: https

1. You can protect directories with password authentication. Just use the the /wwadmin panel. http://yourdomain/wwadmin To access WWadmin you have to create a password with the reset_pwd.bat located in WWebserver installation directory. directory_protection.png See also: https://www.mwiede.de/window...
by mwiede
Wed Nov 30, 2022 11:44 am
Forum: News about Windows Webserver
Topic: All HTTP headers in $_SERVER array
Replies: 0
Views: 1612

All HTTP headers in $_SERVER array

Now all HTTP headers are available in $_SERVER array as HTTP_XXX keys.
In previous versions of WWebserver only the most common headers were available.

This caused problems with Wordpress version 6.1.1.

If you need to work with Wordpress version 6.1.1, you should update WWebserver.
by mwiede
Thu Apr 08, 2021 6:21 pm
Forum: News about Windows Webserver
Topic: Multiple IP addresses and ports
Replies: 0
Views: 10945

Multiple IP addresses and ports

You can bind WWebserver to several (or all) IP addresses and ports without starting new instances of the CLI version. You can define multiple IPV4 addresses or hostnames separated by comma. You can write the port direct into the hostname. For example: localhost,localhost:8080,localhost:9090 will bin...
by mwiede
Mon Sep 28, 2020 8:52 am
Forum: FAQ and Manuals
Topic: Force Autostart in GUI version
Replies: 0
Views: 9535

Force Autostart in GUI version

You have two options to force Autostart in GUI version of WWebserver: 1. Set argument --autostart in Shortcut of WWebserver like: "C:\WWebserver with PHP 7.4.10\wwebserver.exe" --autostart This will also close the GUI window and show only the taskbar icon. 2. Open cfg/init.txt and set parameter forc...
by mwiede
Fri Jun 26, 2020 8:11 am
Forum: Free discussion and wanted Features
Topic: Adding PHP 5.6 support to Windows XP version of WWebserver
Replies: 1
Views: 20792

Re: Adding PHP 5.6 support to Windows XP version of WWebserver

Hello, There is a github repo containing compiled php 5.6 for Windows XP. Can you kindly use that and make a WWebserver for Windows XP which can run PHP 5.6? Because as of now only upto PHP 5.4 is supported for Windows XP? After that the min OS required is Windows Vista. Thanks, Arvind. Ok, you mea...
by mwiede
Fri May 01, 2020 2:03 pm
Forum: News about Windows Webserver
Topic: Directory Index
Replies: 0
Views: 13342

Directory Index

WWebserver V1.8 show the index of a directory on default.

You can disable showing all files and sub directories in cfg\speed.txt
show_directory_index=false
by mwiede
Mon Feb 17, 2020 12:11 pm
Forum: Bug Reporting
Topic: mod_rewrite problems with sub directories
Replies: 0
Views: 22359

mod_rewrite problems with sub directories

A problem with mod_rewrite is fixed. Situation: C:\MyWebsite\.htaccess C:\MyWebsite\subdir\.htaccess If you called: http://localhost/subdir/virtualdir then the .htaccess file C:\MyWebsite\.htaccess was used instead of C:\MyWebsite\subdir\.htaccess Problem was solved in: wwebserver_php_5445_setup.exe...