yes llev.Its working before installing apache
apache server start error
(26 posts) (4 voices)-
Posted 8 years ago #
-
Mojo apache is working after boot but httpd not working.
Mojo i wanted to access tazpanel also through network
Posted 8 years ago # -
Mojo apache is working after boot but httpd not working.
If tazpanel works then /usr/sbin/httpd is running on port 82
We refer to /usr/sbin/httpd as busybox httpd because it is a busybox applet.
tux@slitaz:~$ls -la /usr/sbin/httpd
lrwxrwxrwx 1 root root 17 Jan 27 22:54 /usr/sbin/httpd -> ../../bin/busybox
tux@slitaz:~$ /home/tux# pgrep -lf /usr/sbin/httpd
5169 /usr/sbin/httpd -p 82 -u root -c /etc/slitaz/httpd.conf -r TazPanel Authentication - Default: root:root
tux@slitaz:~$ pscan 192.168.1.2
Scanning 192.168.1.2 ports 1 to 1024
Port Proto State Service
22 tcp open ssh
82 tcp open unknown <= busybox httpd running tazpanel on port 82
111 tcp open sunrpc
1021 closed, 3 open, 0 timed out (or blocked) portsMojo i wanted to access tazpanel also through network
Access to tazpanel is controlled by /etc/slitaz/httpd.conf
My slitaz computer running tazpanel is on local lan with address 192.168.1.2
Allow access from other computers running on same lan,so all address begin with 192.168.1.H:/var/www/tazpanel
A:127.0.0.1
A:192.168.1. #add this line to Allow any address that begins with 192.168.1 to connect.
D:*
*.cgi:/bin/sh
I:index.cgi
/:*:*Reboot
My slitaz computer running tazpanel is 192.168.1.2
Open browser in another computer on same network with i.p. address 192.168.1.3.
Type in web browser address of slitaz/tazpanel and port=> 192.168.1.2:82
Hit enter, type username and password for slitaz,click ok,tazpanel opens.http://192.168.1.2:82/network.cgi
IP Connections
tcp 0 0 ::ffff:192.168.1.2:82 ::ffff:192.168.1.3:35706 ESTABLISHED 11369/httpdReference: http://code.metager.de/source/xref/busybox/networking/httpd.c
Posted 8 years ago # -
1) How to install webmin?
2) how to access tazpanel through external ip?
3) How to create ftp user?(I know ftp server is already in slitaz)
4) Reboot and shutdown issue in slitaz 5.0Posted 8 years ago # -
> 2) how to access tazpanel through external ip?
It's my LAN, not "external" ip, and without apache:
# /etc/slitaz/httpd.conf: Busybox HTTP web server configuration file for TazPanel
# Deny addresses
D:*
# Allow addresses
A:127.0.0.1
A:192.168.1.34) Reboot and shutdown issue in slitaz 5.0
what issue? More details needed.Posted 8 years ago # -
My server static ip is 192.168.1.57.When i open tazpnel within the server then i use 127.0.0.1:82 thats i wanted and its work.When i open within my network then i use 192.168.1.57:82 then its works but i wanted to open through external network.Like server external ip is 122.173.x.x then tazpanel desnt work or open.
How to install webmin?
How to create ftp user?(I know ftp server is already in slitaz)
Reboot and shutdown issue in slitaz 5.0Posted 8 years ago # -
Is the port open in your firewall?
What is webmin?
Regular users can be used for ftp. Do you mean ftp-only user?
What issue? (az_ua asked for details, you didn't answer)
Posted 8 years ago # -
I didnt get my all questions answer.
Is the port open in your firewall?
Yes my server have static ip 192.168.1.57.server is connected to broadband and i opened port in nat.What is webmin?
Please refer to http://www.webmin.comReboot and shutdown issue in slitaz 5.0
When i click on shutdown or reboot or through command line in skura then just show black screen with nothing written on itPosted 8 years ago # -
How to create ftp user?Do you mean ftp-only user?
Yes i just want to create ftp user including work groupHow to install tomcat for jsp?
how to install ddclient because server is connected to broadband(dynamic ip)Posted 8 years ago # -
teamviewer not working after install package
get-google-chrome not working after install packagePosted 8 years ago # -
reboot and shutdown issue
Please see this http://forum.slitaz.org/topic/impossible-to-reboot-or-shutdownPosted 8 years ago #
Reply
You must log in to post.