Re: Consulta php y apache

2018-06-25 Thread Fernando Romero
El 25 de junio de 2018, 20:59, Antonio Galicia escribió: > Hola > > ¿Instalaste manualmente o "a la debian"? > > El problema es que la configuración del httpd que estás ejecutan no > identifica el .php como un script que debe interpretar. La manera > "simple" de resolver es agregar el handler a

Re: Consulta php y apache

2018-06-25 Thread Antonio Galicia
Hola ¿Instalaste manualmente o "a la debian"? El problema es que la configuración del httpd que estás ejecutan no identifica el .php como un script que debe interpretar. La manera "simple" de resolver es agregar el handler a la configuración y hacer que cargue el módulo SetHandler

Re: Consulta php y apache

2018-06-25 Thread OddieX
El lun., 25 jun. 2018 a las 20:35, Fernando Romero () escribió: > > Hola como están > Estoy corriendo php y apache2 pero cuando quiero levantar una web en apache > no me lee el php. > Por ejemplo si creo un archivo php para probar me muestra el contenido. > el php.info me muestra el código > >

Consulta php y apache

2018-06-25 Thread Fernando Romero
Hola como están Estoy corriendo php y apache2 pero cuando quiero levantar una web en apache no me lee el php. Por ejemplo si creo un archivo php para probar me muestra el contenido. el php.info me muestra el código Necesito usar php5.6, que me esta faltando instalar? Saludos

Re: how to activate php in apache

2013-12-04 Thread François Patte
Le 04/12/2013 02:33, Bob Proulx a écrit : François Patte wrote: Think back... How many times have someone asked you for help with something. And you asked them what did they do? And they said, I didn't do anything! And of those times how often did it turn out that they had actually done

Re: how to activate php in apache

2013-12-04 Thread Jerry Stuckle
On 12/4/2013 2:14 AM, Bob Proulx wrote: Jerry Stuckle wrote: Bob Proulx wrote: Jerry Stuckle wrote: Ownership of the directory is root:root, but the scripts should *never* be owned by root:root. Uhmm... No. There is no problem whatsoever with php files being owned by root:root. Why do

Re: how to activate php in apache

2013-12-04 Thread Bob Proulx
François Patte wrote: But in php.ini file (from debian), we can read: ; short_open_tag ; Default Value: On-- ; Development Value: Off ; Production Value: Off Those are comments. The ';' is a comment character. The file has templates for things people might want to

Re: how to activate php in apache

2013-12-03 Thread Bob Proulx
Jerry Stuckle wrote: Bob Proulx wrote: does not work in /var/ (with 644 permissions) How did /var/www get 644 permissions? That is also incorrect. chmod u=rwx,go+rx /var/www 'x' is not required for Apache php scripts. Unlike PHP CLI, the script itself is not an executable file

Re: how to activate php in apache

2013-12-03 Thread François Patte
Le 03/12/2013 00:14, Bob Proulx a écrit : François Patte wrote: I'd like to anable php with apache web server. apache2 is installed php5 is installed. apache php module is activated The above is just too vague and ambiguous. Do you mean this? Where is the ambiguity? apt-get install

Re: how to activate php in apache

2013-12-03 Thread Linux-Fan
On 12/03/2013 10:50 AM, François Patte wrote: You misunderstood the sentence: the file where the php command is written is in /var/www and has 644 permissions... (/var/www has, of course, 755 permissions). Re-reading my first message, I can't see any extra w in /var/www !

Re: how to activate php in apache[solved]

2013-12-03 Thread François Patte
Le 03/12/2013 14:07, Linux-Fan a écrit : On 12/03/2013 10:50 AM, François Patte wrote: You misunderstood the sentence: the file where the php command is written is in /var/www and has 644 permissions... (/var/www has, of course, 755 permissions). Re-reading my first message, I can't see any

Re: how to activate php in apache

2013-12-03 Thread Jerry Stuckle
On 12/3/2013 3:03 AM, Bob Proulx wrote: Jerry Stuckle wrote: Bob Proulx wrote: does not work in /var/ (with 644 permissions) How did /var/www get 644 permissions? That is also incorrect. chmod u=rwx,go+rx /var/www 'x' is not required for Apache php scripts. Unlike PHP CLI

Re: how to activate php in apache[solved]

2013-12-03 Thread Jerry Stuckle
On 12/3/2013 8:18 AM, François Patte wrote: Le 03/12/2013 14:07, Linux-Fan a écrit : On 12/03/2013 10:50 AM, François Patte wrote: You misunderstood the sentence: the file where the php command is written is in /var/www and has 644 permissions... (/var/www has, of course, 755 permissions).

Re: how to activate php in apache

2013-12-03 Thread Bob Proulx
Jerry Stuckle wrote: Bob Proulx wrote: Jerry Stuckle wrote: Bob Proulx wrote: does not work in /var/ (with 644 permissions) How did /var/www get 644 permissions? That is also incorrect. The OP is talking about a script. Look again: does not work in /var/ (with 644 permissions).

Re: how to activate php in apache

2013-12-03 Thread Bob Proulx
François Patte wrote: Le 03/12/2013 00:14, Bob Proulx a écrit : François Patte wrote: I'd like to anable php with apache web server. apache2 is installed php5 is installed. apache php module is activated The above is just too vague and ambiguous. Do you mean this? apt-get

Re: how to activate php in apache

2013-12-03 Thread Jerry Stuckle
On 12/3/2013 7:59 PM, Bob Proulx wrote: Jerry Stuckle wrote: Bob Proulx wrote: Jerry Stuckle wrote: Bob Proulx wrote: does not work in /var/ (with 644 permissions) How did /var/www get 644 permissions? That is also incorrect. The OP is talking about a script. Look again: does not

Re: how to activate php in apache

2013-12-03 Thread Bob Proulx
Jerry Stuckle wrote: Bob Proulx wrote: Jerry Stuckle wrote: Ownership of the directory is root:root, but the scripts should *never* be owned by root:root. Uhmm... No. There is no problem whatsoever with php files being owned by root:root. Why do you think it is a problem? For

how to activate php in apache

2013-12-02 Thread François Patte
Bonsoir, I'd like to anable php with apache web server. apache2 is installed php5 is installed. apache php module is activated But php is not working...ie.: ? phpinfo'); ? does not work in /var/ (with 644 permissions) Where is the magic? Thanks -- François Patte UFR de

Re: how to activate php in apache

2013-12-02 Thread David Guntner
François Patte grabbed a keyboard and wrote: Bonsoir, I'd like to anable php with apache web server. apache2 is installed php5 is installed. apache php module is activated But php is not working...ie.: ? phpinfo'); ? does not work in /var/ (with 644 permissions

Re: how to activate php in apache

2013-12-02 Thread Bob Proulx
François Patte wrote: I'd like to anable php with apache web server. apache2 is installed php5 is installed. apache php module is activated The above is just too vague and ambiguous. Do you mean this? apt-get install apache2 libapache2-mod-php5 If you meant anything else by activated

Re: how to activate php in apache

2013-12-02 Thread Jerry Stuckle
not work in /var/ (with 644 permissions) How did /var/www get 644 permissions? That is also incorrect. chmod u=rwx,go+rx /var/www 'x' is not required for Apache php scripts. Unlike PHP CLI, the script itself is not an executable file (note the lack of a shebang). The ownership

Re: cron daemon sends me errors re: php, mysql, apache

2011-03-08 Thread Camaleón
On Mon, 07 Mar 2011 23:40:55 -0500, Mark Grieveson wrote: Hello. I recently upgraded to Squeeze, and I'm getting various cron daemon errors mailed to me: Date: Mon, 07 Mar 2011 17:09:01 -0500 From: Cron Daemon root@debian To: root@debian Subject: Cron root@debian [ -x

cron daemon sends me errors re: php, mysql, apache

2011-03-07 Thread Mark Grieveson
Hello. I recently upgraded to Squeeze, and I'm getting various cron daemon errors mailed to me: Date: Mon, 07 Mar 2011 17:09:01 -0500 From: Cron Daemon root@debian To: root@debian Subject: Cron root@debian [ -x /usr/lib/php5/maxlifetime ] [ -d /var/lib/php5 ] find /var/lib/php5/

limitaciones en descargas y ancho de banda en PHP y apache

2010-10-13 Thread Robert J. Briones C.
Estimados. Estoy tratando de hacer una aplicacion donde tengo diferentes usuarios, que se conectan de diferentes partes... mi idea es un foro pra compartir archivos, los archivos se suben en mi mismo servidor, pero la idea es penalizar a los que no participan y solo ingresarán a descargar el

Re: limitaciones en descargas y ancho de banda en PHP y apache

2010-10-13 Thread Felix Perez
El día 13 de octubre de 2010 12:00, Robert J. Briones C. robert.brio...@gmail.com escribió: Estimados. Estoy tratando de hacer una aplicacion donde tengo diferentes usuarios, que se conectan de diferentes partes... mi idea es un foro pra compartir archivos, los archivos se suben en mi mismo

Re: limitaciones en descargas y ancho de banda en PHP y apache

2010-10-13 Thread Cesar Garcia
Puedes limitarlo por apache2 con el módulo libapache2-mod-bw, habrán más módulos seguro. Si no recuerdo mal, este módulo, ajusta cada ancho de banda a nivel general o de VirtualHost. Ahora es cuestión de echarle imaginación. Un ejemplo a groso modo: - Crear diferentes virtualhost (para

Re: PHP on Apache

2008-08-12 Thread Zach Uram
On Tue, Aug 12, 2008 at 12:42 AM, Shachar Or [EMAIL PROTECTED] wrote: There's libapache-mod-php5 and libapache2-mod-php5. Shalom Shachar, Are you sure all I need to do to support PHP on my webserver is to install libapache-mod-php5? Zach -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

Re: PHP on Apache

2008-08-12 Thread Shachar Or
On Tuesday 12 August 2008 09:26, Zach Uram wrote: On Tue, Aug 12, 2008 at 12:42 AM, Shachar Or [EMAIL PROTECTED] wrote: There's libapache-mod-php5 and libapache2-mod-php5. Shalom Shachar, Are you sure all I need to do to support PHP on my webserver is to install libapache-mod-php5? I've

PHP on Apache

2008-08-11 Thread Zach Uram
I want to install PHP (I am running Apache) but when I went to install package php5 it had all these dependencies for apache2 packages! I can't run apache2 beause it dies with memory errors. So next I tried php4 and even that has the same dependencies on apache2 packages. How can I get PHP working

Re: PHP on Apache

2008-08-11 Thread Shachar Or
dependencies on apache2 packages. How can I get PHP working with Apache 1.3.34-4.1+etch1? There's libapache-mod-php5 and libapache2-mod-php5. Zach -- Shachar Or | שחר אור http://ox.freeallweb.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

php and apache?

2008-02-19 Thread Zach
Hello, I am trying to open some PHP test scripts but my webserver (running on localnet) prompts me to download them when I try to load one in apache. Here are the packages I have installed: ii libapache2-mod-php5 5.2.4-2+b1 server-side,

Re: php and apache?

2008-02-19 Thread Kushal Kumaran
On Feb 19, 2008 5:25 PM, Zach [EMAIL PROTECTED] wrote: Hello, I am trying to open some PHP test scripts but my webserver (running on localnet) prompts me to download them when I try to load one in apache. Here are the packages I have installed: ii libapache2-mod-php5

Re: php and apache?

2008-02-19 Thread Zach
On Feb 19, 7:40 am, Kushal Kumaran [EMAIL PROTECTED] wrote: Run a2enmod php5 to enable the php5 module. Then restart apache2. You don't need to have both php5-cgi and libapache2-mod-php5 installed. Unless you specifically need the cgi version, you can just stick to the apache2 module. Ok

Re: php and apache?

2008-02-19 Thread Sergio Cuéllar Valdés
2008/2/19, Zach [EMAIL PROTECTED]: On Feb 19, 7:40 am, Kushal Kumaran [EMAIL PROTECTED] wrote: Run a2enmod php5 to enable the php5 module. Then restart apache2. You don't need to have both php5-cgi and libapache2-mod-php5 installed. Unless you specifically need the cgi version, you can

Re: php and apache?

2008-02-19 Thread Zach
2008/2/19, Sergio [EMAIL PROTECTED]: Hello, do you have a line like this in your config files: AddType application/x-httpd-php .php .phtml .php3 I think it is in the file: /etc/apache2/mods-enabled/php5.conf That should do the trick. Hello Sergio, Yes everything seems fine yet it still

Re: php and apache?

2008-02-19 Thread Jeff D
Zach wrote: 2008/2/19, Sergio [EMAIL PROTECTED]: Hello, do you have a line like this in your config files: AddType application/x-httpd-php .php .phtml .php3 I think it is in the file: /etc/apache2/mods-enabled/php5.conf That should do the trick. Hello Sergio, Yes everything seems fine

Re: php and apache?

2008-02-19 Thread Andrew Reid
? I had a weird Apache/PHP problem a while ago where the same php module was loaded twice, once by the apache config file, and then again in a php.conf file that was referred-to by the main config file. This resulted in symptoms similar to yours, and the Big Clue was that the logs complained about

Re: php and apache?

2008-02-19 Thread John W Foster
On Tue, 2008-02-19 at 15:14 -0500, Zach wrote: On Feb 19, 7:40 am, Kushal Kumaran [EMAIL PROTECTED] wrote: Run a2enmod php5 to enable the php5 module. Then restart apache2. You don't need to have both php5-cgi and libapache2-mod-php5 installed. Unless you specifically need the cgi

Re: php and apache?

2008-02-19 Thread Zach
Jeff wrote: What does 'apache2ctl -M' tell you? That should tell you what modules apache is loading. Have you restarted apache? I see the php module in there: netrek:~# apache2ctl -M Loaded Modules: core_module (static) log_config_module (static) logio_module (static) mpm_prefork_module

Re: php and apache?

2008-02-19 Thread Zach
On Feb 19, 2008 11:28 PM, John W Foster [EMAIL PROTECTED] wrote: Sounds like apache2 knows what to do, BUT...did you check the /etc/php5/apache2/php.ini for proper configs. This may require a bit of study and effort on your part to determine exactly how you want php5 to work. In the 'out

Re: php and apache?

2008-02-19 Thread John W Foster
Yes I've done a /etc/init.d/apache2 restart Zach Well lets see if php apache are aware of each other. Try creating a file labled test.php. put this command into it ?php phpinfo(); ? and placing it into your doc root directory of your web site:example /var/www/yourwebsite/test.php Ignore

Re: php and apache?

2008-02-19 Thread John W Foster
Yes I've done a /etc/init.d/apache2 restart Zach WOOPS! See the ammended version below!! Well lets see if php apache are aware of each other. Try creating a file labled test.php. put this command into it ?php phpinfo(); ? and placing it into your doc root directory of your web site:example

Re: instalando modulo php a apache

2007-08-07 Thread Manuel Alejandro Gómez Nicasio
On Mon, 2007-08-06 at 20:55 -0600, Marconi Poveda wrote: Estoy tratando de instalar el modulo de php para apache usando lenny pero cuando instalo me manda este error: desktop:/home/lxuser# apt-get install libapache-mod-php5 Leyendo lista de paquetes... Hecho Creando árbol de dependencias

instalando modulo php a apache

2007-08-06 Thread Marconi Poveda
Estoy tratando de instalar el modulo de php para apache usando lenny pero cuando instalo me manda este error: desktop:/home/lxuser# apt-get install libapache-mod-php5 Leyendo lista de paquetes... Hecho Creando árbol de dependencias Reading state information... Hecho No se pudieron instalar

Re: instalando modulo php a apache

2007-08-06 Thread Jose Luis Rivas Contreras
Marconi Poveda wrote: Estoy tratando de instalar el modulo de php para apache usando lenny pero cuando instalo me manda este error: desktop:/home/lxuser# apt-get install libapache-mod-php5 Leyendo lista de paquetes... Hecho Creando árbol de dependencias Reading state information

Idiot needs help enabling php in apache or apache2

2007-05-05 Thread Land Haj
run, because I need to use that wordpress version on a remote non-debian server later. My mysql database is set to go, and everything required for wordpress has been installed afaik (for instance, if I do apt-get install wordpress, it only needs the wordpress package). I just can't get apache

Re: Idiot needs help enabling php in apache or apache2

2007-05-05 Thread Land Haj
--- Indraveni [EMAIL PROTECTED] wrote: Hi, You add the following lines in your apache conf file, probably, your httpd.conf or apache.conf file. AddType application/x-httpd-php php PHP AddType application/x-httpd-php-source .phps let me know, if it works It did, because

Re: Idiot needs help enabling php in apache or apache2

2007-05-05 Thread Martin Marques
Land Haj wrote: --- Indraveni [EMAIL PROTECTED] wrote: Hi, You add the following lines in your apache conf file, probably, your httpd.conf or apache.conf file. AddType application/x-httpd-php php PHP AddType application/x-httpd-php-source .phps let me know, if it works It

Re: Idiot needs help enabling php in apache or apache2

2007-05-05 Thread Mathias Brodala
Hi Martin. Martin Marques, 05.05.2007 14:43: Land Haj wrote: --- Indraveni [EMAIL PROTECTED] wrote: You add the following lines in your apache conf file, probably, your httpd.conf or apache.conf file. AddType application/x-httpd-php php PHP AddType application/x-httpd-php-source

Critical Problem: Howto (Re-)Activate PHP with Apache 2.2.3 in unstable

2006-10-17 Thread Lukas Ruf
Dear all, can anyone give me any help on how to reactivate PHP with Apache 2.2.3 in Debian unstable? I have tried php4 and php5 packages of Debian, set the respective symlinks to /etc/apache2/mods-enabled and, yes, I restarted apache about a hundred times during the last night

Re: PHP y apache

2006-03-15 Thread Lenin Hernández
el modulo se llama libapache2-mod-php4 debes instalar tambien mysql-server ya que hasta donde se drupal usa mysql como manejador de base de datos usa aptitude o apt-get segun tu preferencia: #apt-get install libapache2-mod-php4 mysql-server saludos -- Lenin Hernández 2.6.12-1-k7 on Debian

PHP y apache

2006-03-14 Thread Luis R. Millas
Hola; he instalado apache2 y php4 (con la intencion de instalar drupal) y cuando le pido paginas php al apache me las intenta descargar ¿que estoy haciendo mal o que me falta por instalar? creo que me falta algo que añadir a la configuracion de apache pero solo lo he encontrado para apache1.3

Re: PHP y apache

2006-03-14 Thread Jesús Fernández
On 3/14/06, Luis R. Millas [EMAIL PROTECTED] wrote: Hola; he instalado apache2 y php4 (con la intencion deinstalar drupal) y cuando le pido paginas php alapache me las intenta descargar ¿que estoy haciendomal o que me falta por instalar? creo que me falta algo que añadir a la configuracion de

Re: PHP y apache

2006-03-14 Thread Federico Alberto Sayd
Luis R. Millas wrote: Hola; he instalado apache2 y php4 (con la intencion de instalar drupal) y cuando le pido paginas php al apache me las intenta descargar ¿que estoy haciendo mal o que me falta por instalar? creo que me falta algo que añadir a la configuracion de apache pero solo lo he

Re: PHP y apache

2006-03-14 Thread Angel Pierna Calvo
El Martes, 14 de Marzo de 2006 13:17, Luis R. Millas escribió: Hola; he instalado apache2 y php4 (con la intencion de instalar drupal) y cuando le pido paginas php al apache me las intenta descargar ¿que estoy haciendo mal o que me falta por instalar? creo que me falta algo que añadir

Re: PHP y apache

2006-03-14 Thread Rober Morales
El Martes, 14 de Marzo de 2006 13:46, Angel Pierna Calvo escribió:    he instalado apache2 y php4 (con la intencion de instalar drupal) [EMAIL PROTECTED]:~/Desktop$ apt-cache search apache2 php4 mod -- Como no sabían que era imposible, lo hicieron! Rober Morales Chaparro

MYSQL 5 PHP 5 Apache-ssl

2006-01-26 Thread gajosew
Witam Pisze jeszcze raz bo pierwszy post poszedla niewiadomo czemu bez tematu Pytanie moze dziwne ale cotam ;-) W jaki sposob instalujecie Mysql 5 ? Chodzi mi o to ze wedlug instrukcji wystarczy chyba go rozpakowac i podobno dziala. Dzialać dzial ale za nic nie idzie potem skompilowac

Re: configuracion php y apache

2005-11-29 Thread Angel Claudio Alvarez
El lun, 28-11-2005 a las 20:50 -0300, Carlos Miranda - escribió: Eso seria una flagrante violacion a la seguridad... Lo mas cerca de poder implementar eso que pides es permitir el uso de archivos .htaccess http://httpd.apache.org/docs/2.0/howto/htaccess.html Y tambien esto te puede

Re: configuracion php y apache

2005-11-28 Thread Carlos Miranda - Mstaaravin /
Eso seria una flagrante violacion a la seguridad... Lo mas cerca de poder implementar eso que pides es permitir el uso de archivos .htaccess http://httpd.apache.org/docs/2.0/howto/htaccess.html Y tambien esto te puede servir de ayuda... http://httpd.apache.org/docs/2.0/howto/htaccess.html

Re: configuracion php y apache

2005-11-28 Thread Luis Rodrigo Gallardo Cruz
Mensaje citado por Fernando Cosso [EMAIL PROTECTED]: Hola tengo php5 y apache2, y quisiera saber como puedo hacer para uqe cada usuario del sistema tenga privilegios para cambiar algunas opciones del apache.conf y del php.ini, como tienen en algunos hostings que en el home del usuario tienen

PHP 5 + Apache 2

2005-10-19 Thread Jefferson Souza
Boa noite, estou tendo o seguinte problema: Tenho um site de um cliente que foi desenvolvido em php 5, o mesmo vai ser hospedado numa máquina com Ubuntu, Apache 2, então segui alguns tutoriais da internet para fazer com que o Apache 2 interaja com o PHP segue link do tutorial

RE: cargar modulo php en apache

2005-06-16 Thread Martínez Liébana, Manuel
Queria consultarle sobre que puede estar pasando.. que no se mecargan las paginas con php me lei varios tutos sobre como configurar apache y segui el siguiente: despues de instalar todo lo que se nesecita: 4- Editamos /etc/apache/httpd.conf y descomentamos las lneas: * AddType

cargar modulo php en apache

2005-06-15 Thread p_blo
Queria consultarle sobre que puede estar pasando.. que no se mecargan las paginas con php me lei varios tutos sobre como configurar apache y segui el siguiente: despues de instalar todo lo que se nesecita: 4- Editamos /etc/apache/httpd.conf y descomentamos las lneas: * AddType

problema louco em pagina php, com apache como server

2005-03-30 Thread Daniel
pessoal, tenho um servidor web com apache com suporte a php e mysql que está com o seguinte problema: há uma área no site que vc precisa estar logado para entrar. Quando vc digita o login e a senha ele não aparece nada, como se nào estivesse logado, mas isso é só no internet explorer. Com o

Re: [inbox] problema louco em pagina php, com apache como server resolvido

2005-03-30 Thread Daniel
] problema louco em pagina php, com apache como server pessoal, tenho um servidor web com apache com suporte a php e mysql que está com o seguinte problema: há uma área no site que vc precisa estar logado para entrar. Quando vc digita o login e a senha ele não aparece nada, como se nào estivesse

Re: Tja, ich bin wohl zu blöd, um php und Apache ans Laufen zu bringen

2005-03-06 Thread Patrick Cornelißen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michelle Konzack schrieb: Danach ein: apachectl restart Da muss man aufpassen, nicht alle Änderungen werden nach Restart übernommen, bei stop mit anschließendem start geht man auf nummer sicher! - -- Bye, Patrick Cornelissen

Re: Tja, ich bin wohl zu bld, um php und Apache ans Laufen zu bringen

2005-03-06 Thread Jochen Heller
Hallo, Am Sonntag, 6. März 2005 05:47 schrieb Jan Kohnert: Einfach eine Datei.php mit dem Inhalt ? phpinfo(); ? erzeugen und in dein Serververzeichnis speichern. Der Aufruf der Datei zeigt dann ziemlich viele Infos über php und deinen Server. Wow, cool, danke - das ist sehr gut zu wissen.

Tja, ich bin wohl zu blöd, um php und Apache ans Laufen zu bringen

2005-03-05 Thread Jochen Heller
Hallo Ihr Lieben, ich bin gerade ziemlich unfähig. Und meine Kopfschmerzen mögen als Entschuldigung dienen, dass ich mich jetzt schon an Euch wende und nicht erst in ein paar Tagen. Ich möchte mir lokal Apache mit php4 einrichten, um erstmal zuhause zu üben und dann hochzuspielen, was ich

Re: Tja, ich bin wohl zu bld, um php und Apache ans Laufen zu bringen

2005-03-05 Thread Malte Schirmacher
Am Sun, 6 Mar 2005 00:11:01 +0100 schrieb Jochen Heller [EMAIL PROTECTED]: Hallo Ihr Lieben, hi ich bin gerade ziemlich unfhig. Und meine Kopfschmerzen mgen als Entschuldigung dienen, dass ich mich jetzt schon an Euch wende und nicht erst in ein paar Tagen. Ich mchte mir lokal Apache mit php4

Re: Tja, ich bin wohl zu bld, um php und Apache ans Laufen zu bringen

2005-03-05 Thread Jochen Heller
Hallo, Am Sonntag, 6. Mrz 2005 00:15 schrieb Malte Schirmacher: blde frage, aber nachdem du deine kopfschmerzen so betonst wohl berechtigt: hast du den apachen in der zwischenzeit mal neugestartet? Immer und immer wieder :-) aber wie in [solved] gesagt, es lag wohl am Skript, irgendwie -

Re: Tja, ich bin wohl zu blöd, um php und Apache ans Laufen zu bringen

2005-03-05 Thread Michelle Konzack
Am 2005-03-06 00:11:01, schrieb Jochen Heller: Hallo Ihr Lieben, |AddType application/x-httpd-php3 .php3 |AddType application/x-httpd-php3-source .phps |# |# And for PHP 4.x, use: |# |AddType application/x-httpd-php .php .php3 .phtml .html .html

Re: Tja, ich bin wohl zu blöd, um php und Apache ans Laufen zu bringen

2005-03-05 Thread Jan Kohnert
Jochen Heller schrieb: Hallo Ihr Lieben, Hallo, Zusätzlich zu den anderen Infos: PHP bietet selbst eine Testfunktion an: Einfach eine Datei.php mit dem Inhalt ? phpinfo(); ? erzeugen und in dein Serververzeichnis speichern. Der Aufruf der Datei zeigt dann ziemlich viele Infos über php und

Probleme mit php fr apache

2005-02-18 Thread Christian
Hallo, ich hab folgendes Problem mit meinem php-modul. Sowohl apache2 als auch libapache2-mod-php4 ist installiert. phpmyadmin funktioniert ohne probleme. Wenn ich allerdings versuche phpnuke zu installieren zeigt er mir nur den php-source an Hat jemand einen Idee woran das liegen könnte?

Re: php com apache

2004-08-20 Thread José Pedro Afonso
recomendaram usar o apache2, já outro falaram qeu usam numa boa. Isto me refiro à amigos pessoais e não aqui da lista. O negócio é que to tentando fazer funcionar o php com apache mas não está funcionando. Tenho instalado o apache2. Ele está rolando numa boa. páginas estáticas (.htm e .html

Re: php com apache

2004-08-16 Thread Christian
e não aqui da lista. O negócio é que to tentando fazer funcionar o php com apache mas não está funcionando. Tenho instalado o apache2. Ele está rolando numa boa. páginas estáticas (.htm e .html) estão rodando com sucesso. Eu dei um apt-get install php5 e ele tb instalou, mas não funciona na

php com apache

2004-08-13 Thread Márcio Dantas
Amigos, tenho apanhado bastante para tentar fazer ordar o php5 com apache2. ALguns amigos não recomendaram usar o apache2, já outro falaram qeu usam numa boa. Isto me refiro à amigos pessoais e não aqui da lista. O negócio é que to tentando fazer funcionar o php com apache mas não está

Re: [NEWBIE] Installing PHP and Apache on Debian

2004-08-12 Thread Osamu Aoki
On Sun, Aug 08, 2004 at 04:18:56PM -0500, [EMAIL PROTECTED] wrote: Hi. I plan to install PHP and Apache on a new, virgin (remote) Debian server, with PHP running as an Apache shared module. Can I do that using apt-get install? Would I simply run apt-get install php4 (is that the correct

[NEWBIE] Installing PHP and Apache on Debian

2004-08-08 Thread debian
Hi. I plan to install PHP and Apache on a new, virgin (remote) Debian server, with PHP running as an Apache shared module. Can I do that using apt-get install? Would I simply run apt-get install php4 (is that the correct notaton?) and will that take care of everything else (including

Re: [NEWBIE] Installing PHP and Apache on Debian

2004-08-08 Thread Paul Johnson
Please fix your misconfigured mail client: Turn line wrap to 72 columns and throw an extra line feed in between paragraphs. [EMAIL PROTECTED] writes: I plan to install PHP and Apache on a new, virgin (remote) Debian server, with PHP running as an Apache shared module. OK. Can I do

Re: Installing PHP and Apache on Debian

2004-08-08 Thread Douglas Ward
On Sun, 2004-08-08 at 16:18 -0500, wrote: Hi. I plan to install PHP and Apache on a new, virgin (remote) Debian server, with PHP running as an Apache shared module. Can I do that using apt-get install? Would I simply run apt-get install php4 (is that the correct notaton

Re: [NEWBIE] Installing PHP and Apache on Debian

2004-08-08 Thread Ryan Vilim
a while since I last formatted my server) I think you need to un-comment the line in /etc/apache/httpd.conf to load the php module, which looks like LoadModule php4_module /usr/lib/apache/1.3/libphp4.so and uncomment the AddType bit for PHP also AddType application/x-httpd-php .php So that apache

Re: Frontpage-extensions and php in apache

2004-06-30 Thread Rob Weir
On Mon, Jun 28, 2004 at 08:47:46PM +0200, Colemont Bert said ok, I cannot find what is wrong,... any help? Read /usr/share/doc/php4/README.Debian.gz -- Words of the day: STARLAN Freeh TELINT BLU-114/B White House CIDA 2600 Magazine signature.asc Description: Digital signature

Re: Frontpage-extensions and php in apache

2004-06-29 Thread Jacob S.
On Mon, 28 Jun 2004 12:53:38 -0600 Monique Y. Mudama [EMAIL PROTECTED] wrote: On 2004-06-28, Colemont Bert penned: Help! I run an apache 1.3 on my debian-sarge, and I have installed php3 and the fp extension,... but evrytime I go to my page: index.php the browser want's to download it.

Re: Frontpage-extensions and php in apache

2004-06-29 Thread Monique Y. Mudama
On 2004-06-29, Jacob S. penned: I think Monique has the solution, but be sure to look at it closely. You mention installing _php3_ and she includes apache config info for _php4_. There are several ways to fix this, but I strongly recommend upgrading to php4, since it's included in Woody and

Frontpage-extensions and php in apache

2004-06-28 Thread Colemont Bert
Help! I run an apache 1.3 on my debian-sarge, and I have installed php3 and the fp extension,... but evrytime I go to my page: index.php the browser want's to download it. I allready have poked around in the mime.types but I can't get it working correctly,... any help? -- To UNSUBSCRIBE, email

Re: Frontpage-extensions and php in apache

2004-06-28 Thread Paul Johnson
Colemont Bert [EMAIL PROTECTED] writes: Help! I run an apache 1.3 on my debian-sarge, and I have installed php3 and the fp extension,... but evrytime I go to my page: index.php the browser want's to download it. I allready have poked around in the mime.types but I can't get it working

Re: Frontpage-extensions and php in apache

2004-06-28 Thread Colemont Bert
ok, I cannot find what is wrong,... any help? Paul Johnson [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Frontpage-extensions and php in apache

2004-06-28 Thread Monique Y. Mudama
On 2004-06-28, Colemont Bert penned: Help! I run an apache 1.3 on my debian-sarge, and I have installed php3 and the fp extension,... but evrytime I go to my page: index.php the browser want's to download it. I allready have poked around in the mime.types but I can't get it working

php+postgres+apache en linux

2004-06-25 Thread anyela . ramos00
Me gustaria que me dijeras las ventajas de trabajar con estas herramientas en conjunto, pienso hacer una web y quiciera estar segura de trabajar con ellas. Gracias!!! -- Correo Via Web, otro servicio USC Universidad Santiago de Cali 2003

Re: php+postgres+apache en linux

2004-06-25 Thread Mario Gonzalez
Hola ;) la primera es que todo es libre!!!, ademas tienes estabilidad. Si lo ves desde el punto de vista de las bases de datos, postgreSQL tiene mucha + ventaja sobre, por ej, MySQL, al poseer relaciones. Ademas, postgreSQL es orientada a objetos y ya sabes lo que eso significa. PHP x otro

fechando php e apache

2004-06-15 Thread hpfn
Ola Postei aqui uma duvida sobre o funcionamento do apache anteontem. Achava que era algo com a instalacao. Não era. Foi resolvido setando corretamente as permissoes do arquivo. A mensagem de erro Warning: Failed opening '/var/www/phpinfo.php' for inclusion

(forw) [bsenyuz@gsu.edu.tr: php - mysql - apache - phpwiki]

2004-06-14 Thread Recai Oktas
[Lutfen dogru listeyi kullanmaya ozen gosterelim.] - Forwarded message from beliz senyüz [EMAIL PROTECTED] - From: beliz senyüz [EMAIL PROTECTED] Date: Mon, 14 Jun 2004 09:46:22 +0200 To: debian-l10n-turkish@lists.debian.org User-Agent: KMail/1.6.2 Subject: php - mysql - apache - phpwiki

PHP sobre Apache

2004-06-02 Thread Gorka
quizá actualizando a la versión de apache 2.0.48 se resuelva. ¿Es este el problema? ¿Qué necesito para correr php sobre apache? ¿Cómo actualizo a esta versión? No controlo mucho de linux. ¿Tengo que desinstalar previamente la versión 1.3.26? ¿Cómo? ¿Creeis que hay vida en otros planetas? Un saludo

Re: PHP sobre Apache

2004-06-02 Thread Gotzon Astondoa
/IfModule Espero que te sirva. - Original Message - From: Gorka [EMAIL PROTECTED] To: LINUX CA debian-user-spanish@lists.debian.org Sent: Wednesday, June 02, 2004 9:48 AM Subject: PHP sobre Apache Estamos metiendo una web en php por primera vez en mi versión

Re: PHP sobre Apache

2004-06-02 Thread Faro
El mié, 02-06-2004 a las 09:48, Gorka escribió: ¿Es este el problema? ¿Qué necesito para correr php sobre apache? Añadir que cargue el modulo si no lo ha hecho la instalación por defecto: LoadModule php4_module /usr/lib/apache/1.3/libphp4.so Indicarle que tiene que hacer cuando se encuentre

RE: PHP sobre Apache

2004-06-02 Thread Gorka
|LoadModule php4_module /usr/lib/apache/1.3/libphp4.so | |AddType application/x-httpd-php .php Perfecto. Eso era exáctamente. Gracias Faro y Gorka. El problema ahora (no sé si he de crear otro topic) creo que ya no es de php sino de integración con postgres. Me da el sgte. error: Fatal error:

RE: PHP sobre Apache

2004-06-02 Thread Faro
El mi, 02-06-2004 a las 14:10, Gorka escribi: El problema ahora (no s si he de crear otro topic) creo que ya no es de php sino de integracin con postgres. Me da el sgte. error: Fatal error: Call to undefined function: pg_connect() Yo para conectarme a mysql necesito el paquete php4-mysql.

RE: PHP sobre Apache

2004-06-02 Thread Gerardo Caillabet
El problema ahora (no sé si he de crear otro topic) creo que ya no es de php sino de integración con postgres. Me da el sgte. error: Fatal error: Call to undefined function: pg_connect() ... a pesar de haber descargado tb. el paquete libapache-mod-auth-pgsql (Apache module for

Re: PHP 4.3.3-APACHE 1.3.29 --- CONFIGURER ODBC POUR ACCEDER A UNE BASE ACCESS.

2004-04-23 Thread Mezig
utilise ODBC mais une application. Donc si tu utilise apache et php, je suppose que tu vas utiliser ODBC avec php apt-cache search php odbc devrait te donner quelque chose. ensuite tu devras bricoler un odbc.ini à mettre quelque part, ça dépend où php le cherchera (/etc/odbc.ini /home-user-apache

Re: PHP 4.3.3-APACHE 1.3.29 --- CONFIGURER ODBC POUR ACCEDER A UNE BASE ACCESS.

2004-04-22 Thread Jean-Michel OLTRA
Le mercredi 21 avril 2004, Olivier FONTES a écrit... bonjour, Je cherche à configurer mon serveur pour accéder à cette base access via ODBC. Ce n'est pas le serveur qui utilise ODBC mais une application. Donc si tu utilise apache et php, je suppose que tu vas utiliser ODBC avec php

  1   2   >