Please try to quote only the important parts of the mails, and don't answer on Digests, but the Mails themselfes, that makes answering a lot easier. It is hard to follow like this.
Why have you installed lamp into /opt?
(Only speaking for Lucid) I have done:
sudo apt-get install apache2 php5 mysql-server php5-mysql phpmyadmin
The only problem I had, apache2.2 and the actual php are configured
really restrictive and I had to enable php-errors and php in my userdir
~/public_html
Therefore comment the following
<IfModule mod_userdir.c>
<Directory /home/*/public_html>
php_admin_value engine Off
</Directory>
</IfModule>
with a # in “/etc/apache2/mods-available/php5.conf”
and set “display_errors = On” in “/etc/php5/apache2/php.ini”
To controll apache use: sudo /etc/init.d/apache2 start|stop|restart|status
To install pearl, ftp-server and other stuff as well should be not so
difficult though.
Regards Janosch
--
Janosch Maier <[email protected]> -- http://phynformatik.de
This E-Mais is signed via GnuPG <http://gnupg.org/>. My public key:
0xEB21B1DE
signature.asc
Description: OpenPGP digital signature
_______________________________________________ LUG mailing list [email protected] http://kym.net/mailman/listinfo/lug LUG is generously hosted by INFOCOM http://www.infocom.co.ug/ All Archives can be found at http://www.mail-archive.com/[email protected]/ The above comments and data are owned by whoever posted them (including attachments if any). The List's Host is not responsible for them in any way. ---------------------------------------
