Welcome to LightTPD

You have succesfully installed LightTPD Web Server.
To test if PHP is working you can click here.

Remember you must edit /etc/lighttpd.conf to configure your server according to your needs. The default configuration is very basic and just for testing purposes.

You can start/restart/stop the server with this command:
# /etc/rc.d/init.d/lighttpd start/restart/stop

Or you can use VASM to enable it at startup.

 

You can setup MySQL by performing the next commands as root:

Initialize the MySQL databases (only necessary once):
# su mysql -c mysql_install_db


Start the MySQL daemon:
# mysqld_safe --user=mysql &


Set the root password:
# mysqladmin -u root password yourpassword

Place the startup script:
# cp /usr/share/mysql/mysql.server /etc/rc.d/init.d/mysql

Now you can control it with this command:
# /etc/rc.d/init.d/mysql start/restart/stop

Or you can enable it at startup using VASM.