Post links to your 32-bit module repos here. Repo maintainers are responsible for resolving any issues caused by their xzm's.
-
Hamza
- Warlord

- Posts: 1908
- Joined: 28 Dec 2010, 07:41
- Distribution: Porteus
- Location: France
Post#1
by Hamza » 28 Feb 2013, 10:04
Here is a LAMP Server made with these software:
- aaa_elflibs-14.0-i486-4
- httpd-2.4.3-i486-1
- libmcrypt-2.5.8-i486-1
- php-5.4.7-i486-1
- apr-1.4.6-i486-1
- icu4c-49.1.2-i486-1
- mysql-5.5.29-i486-1_slack14.0
- t1lib-5.1.2-i486-3
- apr-util-1.4.1-i486-3
- libaio-0.3.109-i486-1
- net-snmp-5.6.1-i486-5
It include a little file named 'httpdautostart' under the directory /etc. It's default value is '0' which means LAMP will not start automatically at each boot. If you change this value to '1', it will start at each boot. You must use changes feature in order to use this feature as it saves the httpdautostart in changes output folder/file set.
HTTPD
Web root is at /var/www/htdocs
Default index.html is
/var/www/htdocs/index.html
MYSQL
It create 2 databases named 'mysql' and 'test'. These one are default in mysql. The database 'test' can be deleted if not needed or used for local development of a web application. I don't suggest to remove the database named 'mysql'. There is no default root password. This means that in your application you have to give an empty password for root account.
Example: mysql_connect('localhost', 'root', '');
PHP
Only default extenstions are enabled.
HOW TO START SERVICES
Httpd:
/etc/rc.d/rc.httpd start
MySQL:
/etc/rc.d/rc.mysqld start
HOW TO STOP SERVICES
Httpd:
/etc/rc.d/rc.httpd stop
MySQL:
/etc/rc.d/rc.mysqld stop
Download:
lamp-server
Cheers!
NjVFQzY2Rg==
Hamza
-
tadatma
- White ninja

- Posts: 16
- Joined: 17 Oct 2012, 16:48
- Location: India
Post#2
by tadatma » 03 Mar 2013, 18:32
Thanks Hamza! things are going great...but I wanted to know the username and password I should use to access mysql....with this I hope to not pain you further.
tadatma
-
Guest
Post#3
by Guest » 03 Mar 2013, 19:26
Updated initial post.
Guest
-
tadatma
- White ninja

- Posts: 16
- Joined: 17 Oct 2012, 16:48
- Location: India
Post#4
by tadatma » 05 Mar 2013, 05:54
Everything configured and the system's up and running...successfully!! Only that the phpmyadmin had to downloaded and installed in htdocs and some parameters (such as enabling password-less login) had to be set. Now what remains is choosing (the right) printer and configuring that, which I shall ask about in the appropriate section.
Hamza, I'm ever thankful.
tadatma
-
ajaxii
- White ninja

- Posts: 5
- Joined: 03 Nov 2016, 07:33
- Distribution: xfce
- Location: russia
Post#5
by ajaxii » 13 Nov 2016, 12:32
Сообщение Hamza » 28 фев 2013, 11:04
Here is a LAMP Server made with these software:
Code: Select all
aaa_elflibs-14.0-i486-4
httpd-2.4.3-i486-1
libmcrypt-2.5.8-i486-1
php-5.4.7-i486-1
apr-1.4.6-i486-1
icu4c-49.1.2-i486-1
mysql-5.5.29-i486-1_slack14.0
t1lib-5.1.2-i486-3
apr-util-1.4.1-i486-3
libaio-0.3.109-i486-1
net-snmp-5.6.1-i486-5
It include a little file named 'httpdautostart' under the directory /etc. It's default value is '0' which means LAMP will not start automatically at each boot. If you change this value to '1', it will start at each boot. You must use changes feature in order to use this feature as it saves the httpdautostart in changes output folder/file set.
HTTPD
Web root is at /var/www/htdocs
Default index.html is /var/www/htdocs/index.html
MYSQL
It create 2 databases named 'mysql' and 'test'. These one are default in mysql. The database 'test' can be deleted if not needed or used for local development of a web application. I don't suggest to remove the database named 'mysql'. There is no default root password. This means that in your application you have to give an empty password for root account.
Example: mysql_connect('localhost', 'root', '');
PHP
Only default extenstions are enabled.
HOW TO START SERVICES
Httpd: /etc/rc.d/rc.httpd start
MySQL: /etc/rc.d/rc.mysqld start
HOW TO STOP SERVICES
Httpd: /etc/rc.d/rc.httpd stop
MySQL: /etc/rc.d/rc.mysqld stop
Download:
lampp-server
Cheers!
The link is bad

PLEASE give me good link to download this module.
Зеркало и сайт сборки для web дизайнеров Porteus3.1 WebDis http://weblifecd.ru.gg/
ajaxii