Re: Witch apache, mysql and php do i need ?

2005-01-28 Thread Gert Cuykens
On Fri, 28 Jan 2005 08:46:09 +0100, christophe ollier [EMAIL PROTECTED] wrote: It seems your ports index is missing. I think you can try this to make another one : cd /usr/ports make fetchindex portsdb -u woh :) 7rxI# make pretty-print-run-depends-list This port requires package(s)

Re: Witch apache, mysql and php do i need ?

2005-01-28 Thread Matthew Seaman
On Fri, Jan 28, 2005 at 09:09:42AM +0100, Gert Cuykens wrote: On Fri, 28 Jan 2005 08:46:09 +0100, christophe ollier [EMAIL PROTECTED] wrote: It seems your ports index is missing. I think you can try this to make another one : cd /usr/ports make fetchindex portsdb -u woh :)

Re: Witch apache, mysql and php do i need ?

2005-01-28 Thread Gert Cuykens
On Fri, 28 Jan 2005 12:50:24 +, Matthew Seaman [EMAIL PROTECTED] wrote: On Fri, Jan 28, 2005 at 09:09:42AM +0100, Gert Cuykens wrote: On Fri, 28 Jan 2005 08:46:09 +0100, christophe ollier [EMAIL PROTECTED] wrote: It seems your ports index is missing. I think you can try this to make

Re: using ports (WAS: Witch apache, mysql and php do i need ?)

2005-01-28 Thread Karol Kwiatkowski
Gert Cuykens wrote: thx is there also a command that just tells you what it is going to download without downloading it ? man ports and have a look at 'fetch-list' and other TARGETS. Cheers, Karol -- Karol Kwiatkowski freebsd at orchid dot homeunix dot org

Re: Witch apache, mysql and php do i need ?

2005-01-27 Thread christophe ollier
Le 27/01/2005 à 07:49, Gert Cuykens a écrit : So i can use phpmyadmin, use php as a apache module , make a ssl connection and use the include feature. The easiest way would be to install the phpMyAdmin port, it will build all needed software, with the exception of mysql-server (the MySQL port is

Re: Witch apache, mysql and php do i need ?

2005-01-27 Thread Gert Cuykens
On Thu, 27 Jan 2005 10:05:59 +0100, christophe ollier [EMAIL PROTECTED] wrote: Le 27/01/2005 à 07:49, Gert Cuykens a écrit : So i can use phpmyadmin, use php as a apache module , make a ssl connection and use the include feature. The easiest way would be to install the phpMyAdmin port,

Re: Witch apache, mysql and php do i need ?

2005-01-27 Thread christophe ollier
Le 27/01/2005 à 10:16, Gert Cuykens a écrit : If i install phpmyadmin will php be a module into apache or a cgi bin ? It's mod_php, as in module. It brings better integration of PHP into Apache than the classic CGI. Witch mysql do i install exactly ? And after installing it, will it work or will

Re: Witch apache, mysql and php do i need ?

2005-01-27 Thread Matthew Seaman
On Thu, Jan 27, 2005 at 10:05:59AM +0100, christophe ollier wrote: Le 27/01/2005 à 07:49, Gert Cuykens a écrit : So i can use phpmyadmin, use php as a apache module , make a ssl connection and use the include feature. The easiest way would be to install the phpMyAdmin port, it will build

Re: Witch apache, mysql and php do i need ?

2005-01-27 Thread Gert Cuykens
On Thu, 27 Jan 2005 10:44:04 +, Matthew Seaman [EMAIL PROTECTED] wrote: Those are just the defaults. You can override them by putting: WITH_APACHE2=yes APACHE_PORT=www/apache21 DEFAULT_PHP_VER=5 WITH_MYSQL_VER=50 into /etc/make.conf There are quite a few similar

Re: Witch apache, mysql and php do i need ?

2005-01-27 Thread christophe ollier
Le 28/01/2005 à 00:48, Gert Cuykens a écrit : 7rxI# make pretty-print-run-depends-list This port requires package(s) grep: /usr/ports/INDEX-5: No such file or directory to run. 7rxI# make pretty-print-build-depends-list 7rxI# How can i show the list of dependencies ? It seems your ports index is

Witch apache, mysql and php do i need ?

2005-01-26 Thread Gert Cuykens
So i can use phpmyadmin, use php as a apache module , make a ssl connection and use the include feature. PS 2.1+ and 5+ are my favorite numbers :) Also can everybody make a ssl connection or do you have to register a key or something ? ___

Re: Witch apache, mysql and php do i need ?

2005-01-26 Thread Olivier Nicole
Also can everybody make a ssl connection or do you have to register a key or something ? You can make self signed certificate, that means that when accessing your site, a user will be prompted to accept your certificate, saying that no known authority has signed it. Hopefully, he will save the

Re: Witch apache, mysql and php do i need ?

2005-01-26 Thread Gert Cuykens
On Thu, 27 Jan 2005 14:19:30 +0700 (ICT), Olivier Nicole [EMAIL PROTECTED] wrote: Also can everybody make a ssl connection or do you have to register a key or something ? You can make self signed certificate, that means that when accessing your site, a user will be prompted to accept your