| View previous topic :: View next topic |
| Author |
Message |
admin Site Admin
Joined: 13 Apr 2005 Posts: 1467
|
Posted: Mon May 02, 2005 9:21 pm Post subject: Does QnE Web Server run from CDROM or USB stick? |
|
|
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. |
|
| Back to top |
|
 |
admin Site Admin
Joined: 13 Apr 2005 Posts: 1467
|
Posted: Mon Jun 27, 2011 6:31 pm Post subject: |
|
|
Here's an example of the ini file:
| Code: | [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. |
|
| Back to top |
|
 |
|