You are not logged in.
Starting Apache Web Server: Apache... WARNING: The 'PassengerUseGlobalQueue' option is obsolete: global queueing is now always turned on. Please remove this option from your configuration file.
[ Failed ]
Offline
The "failed" is added by tazpkg to say something went wrong (the warning in your case), but apache may well be running anyway.
Offline
I have download slitaz rolling core 64 till 31-jan-2016.I installed on intel dn2800mt motherboard then update all packages.I want to make server to slitaz.My problem is in all process is
1) com32r image error (when booting slitaz)
2) Starting Apache Web Server: Apache... WARNING: The 'PassengerUseGlobalQueue' option is obsolete: global queueing is now always turned on. Please remove this option from your configuration file.
[ Failed ] (slitaz is installed then i update packages then installed apache2,php,curl,perl,pear,python.) (How to solve this?)
3) The "failed" is added by tazpkg to say something went wrong (the warning in your case), but apache may well be running anyway (tazpkg may be working or may be not working. When i install packages through command then working and when i try to install through slitaz panel then is not working.It stills show installing but never goes further.Now how to solve this?)
4) I want to access taz panel through ip like 192.168.1.5..How can i do?I think there is firewall
5) I need to install webmin.How to install?
6) How to upgrade slitaz from one version to another e.g if i want to install from version 1 to version 2. Is it possible to upgrade?
7) If is it possible to upgrade then my all packages and data is comes to new version?
Offline
2) Did you test apache? It may be running despite the warning.
6) No, you cannot upgrade from one release to another (e.g. from SliTaz 3.0 to SliTaz 4.0).
7) But of course you can update packages "inside" a given release. As root:
[c]tazpkg up[/c]
Offline
yes i tested but didnt run. when i start apache through command line it shows working but when i test it desnt and when i saw errors it seems this error
[Wed Feb 10 10:32:50.381789 2016] [ssl:warn] [pid 16227:tid 4149180160] AH01906: www.example.com:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Wed Feb 10 10:32:50.382350 2016] [ssl:warn] [pid 16227:tid 4149180160] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Feb 10 10:32:50.422132 2016] [proxy_balancer:emerg] [pid 16228:tid 4149180160] AH01177: Failed to lookup provider 'shm' for 'slotmem': is mod_slotmem_shm loaded??
[Wed Feb 10 10:32:50.422291 2016] [:emerg] [pid 16228:tid 4149180160] AH00020: Configuration Failed, exiting
What i have done first install slitaz then go to tazpanel and search apache.It shows me apache with version number 2.4.16 then i select for install then install.
when i see in demons in slitaz panel it show me 2 web server one is for httpd (its running and i think slitaz panel is running with this) and 2nd is apache that i have to installed but not working.
What i wanted is slitaz panel is working on httpd and my website is hosted on apache with port 8080 and many more.i have more than 20 domains that i wanted to host, thats why i not going with httpd.I also wanted to access slitaz panel through remotely.
One more thing after upgrade apache i didnt install any package through tazpanel it still shows installing but never goes further after selecting the packages and click on install but through command line all the packages are installed
Offline
When you install apache it replaces busybox httpd.
So if Tazpanel works, apache works... but apparently Tazpanel is not working right.
1) Is apache responsible for the non-working Tazpanel? Before installing apache, open Tazpanel and try to install some other package: does it work?
2) To be sure that the running httpd is apache, I'd try in this order:
close Tazpanel
[c]# /etc/init.d/httpd stop
# tazpkg -gi apache
# /etc/init.d/apache start[/c]
then open Tazpanel. Does it open?
3) If Tazpanel has opened, try to install some other package: does it work?
PS: how do you test apache?
Offline
Apache will start if:
Change in /etc/apache/httpd.conf:
Uncomment=>[c]LoadModule slotmem_shm_module share/apache/modules/mod_slotmem_shm.so[/c]
Add this=>[c]PidFile /var/run/apache.pid[/c]
Add this=>[c]ServerName localhost[/c]
Change in /etc/init.d/apache
PIDFILE=/var/run/apache/httpd.pid
To
PIDFILE=/var/run/apache.pid
PS: how do you test apache?
I did no testing beyond using top to see if it's running and "pscan localhost" to see if port 80 was open.
busybox httpd=> /usr/sbin/httpd -p 82 -u root -c /etc/slitaz/httpd.conf -r TazPanel Authentication - Default: root:root
apache=> /usr/bin/httpd -k start
Online
In my case i have 2 web servers one is httpd that works with busy box and tazpanel and2nd is apache.Please see picture.
tazpanel is working but there is a problem in installing packages.I am installing packages through command line then packages will be installed but when i am installing packages through tazpanel then it still shows installing but never goes futher.Tazpanel is fully functional except installing packages.
How to test httpd with tazpanel and busybox?
my server ip address is 192.168.1.5.I give static ip.When i access through this ip its show me httpd is working.Port number is 80.see picture
How to test apache?
I change the apache port number to 8080.When i am access this ip 192.168.1.5:8080.It doesn't show me anything.But dirctory of apache is same (/var/www).
[attachment=41769,2240]
Offline
See this picture of 2 web server
[attachment=41770,2241]
Offline
Hi anuj,
1) You did not answer: does Tazpanel work before you install apache?
2) Your picture shows no pid for apache, so probably it's not started. See mojo's post to know how to check if it's running. Did you see his post? You have to follow his advice.
Offline
> tazpanel...boot.cgi?daemons
This part of tazpanel works improperly for at least 2 years, since /run and /var/run differs.
Offline
thanks to all member to reply me.Thanks mojo
Now apache is working.
But i have more problems
1) I cannt install packages through tazpanel.Please see picture
2) system doesnt shutdown properly.
3) Google chrome not started
Thanks again apache is working now
[attachment=41775,2242]
Offline
How to do apache start in startup?
http://doc.slitaz.org/en:handbook:systemutils#add-commands-to-be-executed-at-boot
Offline
Add "apache" to the line "RUN_DAEMONS" in /etc/rcS.conf .
As for your other questions:
1) I think this is due to having both apache and busybox httpd running. You still haven't answered to my question #1 here http://forum.slitaz.org/topic/error#post-41771
2) Be more precise.
3) Try to start it from a terminal to see error messages.
Offline
@llev
Busybox httpd and apache can be run on the same computer at the same time provided they're configured so there are no conflicts.
Tazpanel/Boot/Manage daemons apache fix using apache configuration in my previous reply.
Open /var/www/tazpanel/boot.cgi as root in text editor.
Change
[c][ "$name" = "apache" ] && pid=$(cat /var/run/$name/httpd.pid)[/c]
To
[c][ "$name" = "apache" ] && pid=$(cat /var/run/apache.pid)[/c]
Online
yes llev.Its working before installing apache
Offline
Mojo apache is working after boot but httpd not working.
Mojo i wanted to access tazpanel also through network
Offline
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.
[c]tux@slitaz:~$ls -la /usr/sbin/httpd[/c]
lrwxrwxrwx 1 root root 17 Jan 27 22:54 /usr/sbin/httpd -> ../../bin/busybox
[c]tux@slitaz:~$ /home/tux# pgrep -lf /usr/sbin/httpd[/c]
5169 /usr/sbin/httpd -p 82 -u root -c /etc/slitaz/httpd.conf -r TazPanel Authentication - Default: root:root
[c]tux@slitaz:~$ pscan 192.168.1.2[/c]
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) ports
Mojo 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/httpd
Reference: http://code.metager.de/source/xref/busybox/networking/httpd.c
Online
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.0
Offline
> 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.3
4) Reboot and shutdown issue in slitaz 5.0
what issue? More details needed.
Offline
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.0
Offline
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)
Offline
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 www.webmin.com
Reboot 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 it
Offline
How to create ftp user?Do you mean ftp-only user?
Yes i just want to create ftp user including work group
How to install tomcat for jsp?
how to install ddclient because server is connected to broadband(dynamic ip)
Offline
teamviewer not working after install package
get-google-chrome not working after install package
Offline
[ Generated in 0.021 seconds, 7 queries executed - Memory usage: 1.59 MiB (Peak: 1.77 MiB) ]