yes you can download it from the apache page and overwrite everything EXCEPT the httpd.conf file.
2 2011-05-24 16:31:06
Re: older versions of MySQL and PHP (2 replies, posted in MoWeS Portable)
you can download them from their original sources and just replace the files. just make sure you do NOT overwritte the configuration files (mysql\my.ini and php5\php.ini)
3 2011-03-21 19:16:10
Re: Access speed of MoWeS (1 replies, posted in MoWeS Portable)
Dear Fred,
this heavily depends on your USB stick. Moodle is very database driven and hence is reading and writing a lot of stuff. If your USB is slow, the Moodle performance will be bad!
Try running it from your harddrive (just move the whole MoWeS folder somewhere on your harddrive) and see if there is a difference. If there is get a faster USB Stick.
4 2011-03-04 13:01:36
Re: Introduction (5 replies, posted in Other stuff)
MoWeS = Modular Webserver System ![]()
5 2011-03-02 00:03:54
Re: Update leads to blank page (1 replies, posted in MoWeS Portable)
Thanks aravot for letting us know!
I fixed the problem and you can updated now.
6 2011-02-23 16:30:33
Topic: Welcome to a new home (0 replies, posted in Annoucements)
We have moved the forum to a new server and a new domain:
www.forum.mowesportable.net
feel free to post any problems you encounter right here.
7 2011-02-14 21:57:29
Re: Installation of MoWeS Portable III Alpha (6 replies, posted in Project MoWeS)
sorry my mistake. I shipped the wrong php.ini with it.
Please download the alpha 0.2 release again. I updated it
8 2011-02-13 13:49:38
Topic: MoWeS Portable III Version 0.2 released (2 replies, posted in Annoucements)
We are proud to announce that we have released MoWeS Portable III Alpha 0.2 for our Project MoWeS members for testing purposes.
The package consists of:
- Apache 2.2.4
- MySQL 5.5.8
- PHP 5.3.5
The major new feature in version 0.2 is the the support for MoWeS Portable II application (server packages are NOT supported) packages. This means you can download all application packages from www.mowes.chsoftware.net (choose download and then "I already have a MoWeS package").
As usual put them in the same folder as the mowes3.exe and then choose from the menu "Install packages". Now you can choose which packages to install.
We appreciate your feedback.
9 2011-02-04 22:21:27
Topic: MoWeS Portable III Version 0.2 spotted (0 replies, posted in Project MoWeS)
We are currently working on MoWeS Portable III version 0.2.
The biggest change is that the application packages (TYPO3, Wordpress, Drupal etc) of MoWeS Portable II will be usable with it! Moreover, you do NOT have to restart MoWeS anymore to install packages - you can do that during runtime!
Furthermore the menus have been cleaned up a bit and the code is now completely written in Microsoft Visual Studio 2010 instead of Visual Studio 2008.
Check out the screenshot:

10 2011-01-26 19:29:55
Re: Starting out (1 replies, posted in Getting started)
11 2011-01-26 19:29:10
Re: Tomcat package released (9 replies, posted in Project MoWeS)
hey smittie, no it is in the project mowes section - mowes portable III ultra
12 2011-01-21 16:40:40
Topic: New packages / package update (0 replies, posted in Annoucements)
Update a few packages:
- Moodle 2.0.1
- Drupal 7.0
- PHPMyAdmin 3.3.9
- MySQl 5.5.8
- PHP 5.3.5
- PHP 5.2.7
Please pay attention to the following FAQ article when encountering MySQL connection problems:
http://www.mowesforum.chsoftware.net/to … r-php-53x/
13 2011-01-21 15:50:40
Topic: Fix MySQL Connection for PHP 5.3.x (0 replies, posted in FAQs)
Symptoms
Some applications connect connect correctly to the MySQL database server anymore.
Applies to: MoWeS Portable II, all PHP packages greater 5.3.0
Cause
After PHP 5.3.0 the IP resolution was changed. When using "localhost" instead of "127.0.0.1" as MySQL server PHP cannot connect anymore the MySQL server.
Resolution
Use "127.0.0.1" instead of "localhost" as database server in any application. Yet, some MoWeS packages have not been updated hence there is still "localhost" used. You need to fix this manually in the application configuration file.
Open the Windows Explorer and goto the www directory.
Switch to the application directory that is not working correctly anymore.
Look for a file that is called "config.inc.php", "settings.inc.php", "config.php" or similar.
Open this file in a text editor (e.g. Notepad)
Look for a line that says something like
$dbServer = "localhost";Change this line to
$dbServer = "127.0.0.1";Save the changes. Everything should work fine now.
14 2011-01-19 22:35:27
Re: mysql keeps dieing in win 7 (5 replies, posted in MoWeS Portable)
check the mysql log file in mysql\data\COMPUTER_NAME.err
15 2011-01-18 11:57:57
Re: keine mysql zugriffsrechte ! (1 replies, posted in Getting started)
da stimmt etwas mit dem user nicht - der user pma ist der controll user von phpMyAdmin und der wird standardmäßig in der MoWeS Installation nicht mitgeliefert.
Wie wurde denn die Datenbank importiert?
16 2011-01-16 20:22:53
Re: Apache is not running (21 replies, posted in Apache, MySQL, PHP & Co.)
17 2011-01-16 13:15:17
Re: Is it possible to recompile php for mowes windows version? (4 replies, posted in Apache, MySQL, PHP & Co.)
Under windows you do not need to recompile php to add modules. just enable them in the php.ini file in the extension section.
18 2011-01-11 23:57:52
Re: Encrypted datas on CD or USB - Mowes Presenter (2 replies, posted in Other stuff)
I agree that this is an issue - but it comes from the fact that php is a scripting language the php files are usually always source and not object or binary code.
the only solution I see is to use zend guard which encrypts php files - but i am not sure if zend guard works that way yet it might be worth a try.
19 2011-01-08 01:12:53
Re: MoWeS doesn't start Apache anymore (1 replies, posted in Getting started)
20 2010-12-31 20:50:38
Re: Installation of MoWeS Portable III Alpha (6 replies, posted in Project MoWeS)
21 2010-12-31 20:50:18
Topic: Command Line Options (0 replies, posted in FAQs)
Symptoms
You want to use MoWeS Portable III with command line options such as auto start everything and auto minimize.
Applies to: MoWeS Portable III
Resolution
First, MoWeS Portable III accepts several command line options (run "mowes.exe --help" a list):
--force-path-correction: Forces to correct paths even if paths have not changed
--auto-start: Starts all packages automatically after the start
--auto-hide: Minimizes MoWeS automatically after the start
You can combine several command line options.
The easiest way is to create a .bat file in the mowes.exe directory. Open notepad and create new file, e.g. with the following content:
mowes.exe --auto-hide --auto-startSave the file as mowes.bat (select file type "All files")
22 2010-12-17 13:38:01
Re: MoWeS doesn't start Apache anymore (2 replies, posted in Getting started)
23 2010-12-17 13:37:18
Re: online update (1 replies, posted in MoWeS Portable)
try 7zip please and consider http://www.mowesforum.chsoftware.net/to … correctly/
24 2010-12-11 16:21:39
Re: Splash screen (1 replies, posted in Other stuff)
You need to get the MoWeS Portable source code from http://www.mowesforum.chsoftware.net/to … urce-code/
You need Visual Basic 6 and some programming knowledge.
Otherwise get in touch with us, as we can also do that for you.
25 2010-11-26 15:57:40
Re: Mediawiki Error (1 replies, posted in Getting started)
Which PHP version are you using?