wanna start it automatically after restart your box

(visit http://www.apachefriends.org/en/faq-xampp-linux.html) then u can
find this :
==================================================
OpenSuSE 10.0 is a little bit stange: You need to set up a symbolic link
from /etc/init.d/lampp to /opt/lampp/lampp:

ln -s /opt/lampp/lampp /etc/init.d/lampp

And than use the runlevel editor (expert mode) from YaST to activate XAMPP
for the specific runlevels.
===================================================
well that's work for me(on yast u'll see that lampp services exist... then
enable it.....a piece of cake)

test it on konqueror type localhost (10.126.12.41 aka 'dwarf')
well no problem. cool xampp pages appear...

then i wanna access from another box(10.126.12.24 aka 'mars')
type 10.126.12.41 on his konqueror
then these mesagges that i get
"An error occurred while loading http://10.126.12.41:
Timeout on server
 Connection was to 10.126.12.41 at port 80"

don't believe that messages will happen
i take back on dwarf' console
====================
dwarf:/home/chika # nmap localhost

Starting Nmap 4.11 ( http://www.insecure.org/nmap/ ) at 2007-05-17 07:15 EDT
Interesting ports on localhost (127.0.0.1):
Not shown: 1663 closed ports
PORT     STATE SERVICE
21/tcp   open  ftp
22/tcp   open  ssh
25/tcp   open  smtp
53/tcp   open  domain
==> 80/tcp   open  http
111/tcp  open  rpcbind
139/tcp  open  netbios-ssn
443/tcp  open  https
445/tcp  open  microsoft-ds
631/tcp  open  ipp
700/tcp  open  unknown
904/tcp  open  unknown
953/tcp  open  rndc
3306/tcp open  mysql
5801/tcp open  vnc-http-1
5901/tcp open  vnc-1
6001/tcp open  X11:1
=================================

    oopppsss...... then try another way to make sure....
    get back to mars' console
=================================
mars:/home/chika/OperaDownloads # nmap 10.126.12.41

Starting Nmap 4.20 ( http://insecure.org ) at 2007-05-17 11:18 EDT
Interesting ports on 10.126.12.41:
Not shown: 1691 filtered ports
PORT     STATE  SERVICE
22/tcp   open   ssh
113/tcp  closed auth
139/tcp  open   netbios-ssn
445/tcp  open   microsoft-ds
5801/tcp open   vnc-http-1
5901/tcp open   vnc-1
MAC Address: 00:13:D3:AA:89:64 (Micro-star International CO.)

Nmap finished: 1 IP address (1 host up) scanned in 22.120 seconds
=======================
try to identify the spesific target' port
=======================
mars:/home/chika/OperaDownloads # nmap -p 80 10.126.12.41

Starting Nmap 4.20 ( http://insecure.org ) at 2007-05-17 11:19 EDT
Interesting ports on 10.126.12.41:
PORT   STATE    SERVICE
80/tcp filtered http
MAC Address: 00:13:D3:AA:89:64 (Micro-star International CO.)
========================

then what happens here??


cheers,

chika

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to