Trash
1 Questions
- Benutzerhandbuch? (Heizungseinstellung? Licht?)
- Reifenluftdruck? Reifentypen?
- billige Wischerblätter
- Typenbezeichnung Glühkerzen
- Frontscheinwerfer: H4, 60 Watt?
- Wie Achslager abschmieren? (Foto) Molybdänfett?
- Wartungsintervalle + welche Arbeiten?
- Einstellung des Leerlaufgases (Foto)
- basteln: Abstandssensor (reichelt.de), secondary battery,
Ersatzradhalter außerhalb? Fahrrad-/Dachgepäckträger?
2 Server Setup
2.1 Dell Inspiron 4100
Dell Inspiron 4100 laptop
(Intel 1 GHz, 14.1" TFT 1 400 x 1 050; 2 x 30 GB HDD, 640 MB RAM, 2 x LiIon)
Win2K Pro, WinXP Pro, Mandrake;
service tag 2J00D0J,
NIC "3Com 3C920 Integrated Fast Ethernet Controller (3C905C-TX Compatible)",
MAC Physical Address 00-06-5B-D9-AB-CC;
NIC "NETGEAR FA411 PCMCIA Mobile Adapter",
MAC Physical Address 00-40-F4-24-6F-06
under Win2K:
Apache 2.0.43, modphp 4.3.0, Tomcat 4.1.18, Java J2SDK 1.4, XEmacs, LeechFTP, SupervisionCam
2.1.1 Apache Config
Apache is installed in
C:\Program Files\Apache Group\Apache2\.
sample setup for virtual hosts
file C:\Program Files\Apache Group\Apache2\conf\httpd.conf:
# ...
Listen 80
Listen 81
Listen 82
# ...
<VirtualHost _default_:80>
ServerAdmin webmaster@k-hi.net
DocumentRoot "D:/www/k-hi.net/pub"
ErrorLog logs/k-hi-net-error.log
TransferLog logs/k-hi-net-access.log
</VirtualHost>
<VirtualHost _default_:81>
ServerAdmin webmaster@hildner.de
DocumentRoot "D:/www/hildner.de/pub"
ErrorLog logs/hildner-de-error.log
TransferLog logs/hildner-de-access.log
# CustomLog logs/hildner-de-access.log combined
</VirtualHost>
<VirtualHost _default_:82>
ServerAdmin webmaster@smartXXL.com
DocumentRoot "D:/www/smartxxl.com/pub"
ErrorLog logs/smartxxl-com-error.log
TransferLog logs/smartxxl-com-access.log
</VirtualHost>
# ...
Remaining problems in router setup during network address translation (NAT)
to forward requests coming in via DSL
to router IP/port to tofu IP/port (works nice with sambar, though).
2.1.2 modphp Config
modphp is installed in
C:\Program Files\php-4.3.0-Win32\.
basic modphp installation
type into a DOS command prompt:
copy C:\Program Files\php-4.3.0-Win32\php4ts.dll \winnt\system32\*.*
(might not be required)
file C:\winnt\php.ini:
; ...
doc_root = ".;c:\PROGRA~1\APACHE~1\Apache2\htdocs\"
; ...
extension_dir = ".\;c:\PROGRA~1\php-4.3.0-Win32\extensions\"
; ...
plugging php into Apache
file C:\Program Files\Apache Group\Apache2\conf\httpd.conf:
# ...
# LoadModule php4_module c:/php/sapi/php4apache2.dll
# LoadModule php4_module c:/Program Files/php-4.3.0-Win32/sapi/php4apache2.dll
LoadModule php4_module c:/PROGRA~1/php-4.3.0-Win32/sapi/php4apache2.dll
AddType application/x-httpd-php .php
# ...
making Apache serve index.php files as default + with priority
file C:\Program Files\Apache Group\Apache2\conf\httpd.conf:
DirectoryIndex index.jsp index.php index.html index.html.var README
# ...
2.1.3 Tomcat config
...
2.2 Compaq Armada 3500
Compaq Armada 3500 laptop
(Intel 333 MHz, 14.3" TFT 1 024 x 768; 6.5 GB HDD, 64 MB RAM)
RedHat 7.3
NIC ...,
MAC ...
2.3 Motorola Timeport tri-band GSM/GPRS
GPRS with vodafone ...
2.4 Garmin eTrex GPRS
(perfect reception from an average 5 -- 8 satellites (out of 12)
with a cellphone mount stuck to the windscreen)
...
|