Does QnE Web Server run from CDROM or USB stick?

Frequently Asked Questions about Quick 'n Easy Web Server
admin
Site Admin
Posts: 45
Joined: Wed Apr 13, 2005 9:16 pm

Does QnE Web Server run from CDROM or USB stick?

Post by admin »

Yes it can. You can even specify your own configuration file at the commandline:

For example:
quickweb.exe /Config:quickweb.ini
(the settings file will be saved in/read from the c:\Windows folder)
or
quickweb.exe /Config:.\quickweb.ini
(the settings file will be saved in/read from the Quick 'n Easy Web Server folder)
or
quickweb.exe /Config:"C:\Program Files\Quick 'n Easy Web Server\quickweb.ini"
(the settings file will be saved in/read from the specified location)

To dynamically determine the drive letter of the CDROM drive or USB stick use <DRIVE_LETTER> in the path configuration of your web pages.
For example:

[Settings]
WebPages=<DRIVE_LETTER>:\inetpub\


Quick 'n Easy Web Server will automatically translate <DRIVE_LETTER> into the drive letter from which the server was started.

Note:
If you specify this commandline option, Quick 'n Easy Web Server will automatically create the ini file at the specified location, if it doesn't exist.

Important:
You are not allowed to distribute Quick 'n Easy Web Server on CDROM without a multi user license. Please contact: info@pablosoftwaresolutions.com for more information about bulk licenses.
admin
Site Admin
Posts: 45
Joined: Wed Apr 13, 2005 9:16 pm

Post by admin »

Here's an example of the ini file:

Code: Select all

[Settings]
Port=80
WebPages=C:\webpages
DefaultPage=index.html
NoListing=0
AutoStart=1
ProtectHomeDirectory=0
DisableXPLook=0
DisableXPMenu=1
LogLevel=3
LogPath=C:\TEMP
DisableScreenOutput=0
ConnectionsLimit=20
ListenBackLog=6
EnableSessionState=1
SessionTimeout=20
ScriptTimeout=90
AspExtensions=asp
AspLanguage=0
EnableBuffering=0
EnableAspCache=0
EnableGlobalAsa=0
EnableScriptDebugging=0
EnableSSL=0
ShowWarning=1
You can also specify /m on the commandline to start the server minimized.
Locked