apache PHP suhosin load

2012-06-21 Thread n dhert
On FreeBSD 8.3 I have apache22 web server with PHP. PHP is PHP52 for compatibility with existing applications, but the most recent version in the php52 branch $ php --version PHP 5.2.17 with Suhosin-Patch 0.9.7 (cli) (built: May 7 2012 08:45:58) From time to time, I notice in a top output, that

Re: apache PHP suhosin load

2012-06-21 Thread Damien Fleuriot
. A friend had a small dedicated server with a vbulletin forum overloaded with addons, and apache/php were bringing the server to high load levels, 10-20ish. I've moved him to nginx and the server hardly ever goes above 1 now. Additionally, nginx is immune to Slowloris attacks, while apache

Re: apache PHP suhosin load

2012-06-21 Thread Michael Powell
(CGI only) LINKTHR=off: Link thread lib (for threaded extensions) Is that heap overlow causing the trouble? Has suhosin to do something with it? Most likely - yes. I noticed in your config above you built and installed the Apache PHP module in addition to CGI/FastCGI. If you are running

Re: Sendmail recommended permissions for apache/php server

2012-04-12 Thread Matthew Seaman
On 12/04/2012 02:49, Polytropon wrote: On Wed, 11 Apr 2012 23:57:51 +, Ian Lord wrote: I then got a different error in /var/log/messages Apr 11 19:38:40 dev sendmail[41170]: NOQUEUE: SYSERR(www): can not write to queue directory /var/spool/clientmqueue/ (RunAsGid=0, required=25):

Re: Sendmail recommended permissions for apache/php server

2012-04-12 Thread Polytropon
, and getting it wrong means at minimum unprivileged users can forge e-mails untraceably[*]. You're right - as long as sendmail works properly (and is invoked by whatever means sends e-mail out of apache / PHP), the present group settings and permissions should be okay. Sendmail will then properly

RE: Sendmail recommended permissions for apache/php server

2012-04-12 Thread Ian Lord
You should not be changing the ownership and permissions on any of the directories used by sendmail(8), or the group membership of any of the groups used by sendmail. Not even if you think you know what you are doing. This is extremely security sensitive, and getting it wrong means at minimum

Re: Sendmail recommended permissions for apache/php server

2012-04-12 Thread Matthew Seaman
On 12/04/2012 14:40, Ian Lord wrote: What are the permissions on /usr/libexec/sendmail/sendmail ? They should look like this: % ls -la /usr/libexec/sendmail/sendmail -r-xr-sr-x 1 root smmsp 662136 Apr 1 08:38 /usr/libexec/sendmail/sendmail # ls -al /usr/libexec/sendmail/sendmail

Sendmail recommended permissions for apache/php server

2012-04-11 Thread Ian Lord
Hi, I am trying to use sendmail to send emails from a php script (I tried phpmailer and mail function with the same result). I always got messages like Could not execute: /usr/sbin/sendmail Sendmail is World executable: # ls -l /usr/sbin/sendmail lrwxr-xr-x 1 root wheel 21 Jan 3 02:57

Re: Sendmail recommended permissions for apache/php server

2012-04-11 Thread Polytropon
On Wed, 11 Apr 2012 23:57:51 +, Ian Lord wrote: I then got a different error in /var/log/messages Apr 11 19:38:40 dev sendmail[41170]: NOQUEUE: SYSERR(www): can not write to queue directory /var/spool/clientmqueue/ (RunAsGid=0, required=25): Permission denied I found very old threads

Re: APACHE/PHP/MYSQL Password Hash

2009-10-30 Thread Matthew Seaman
Monty Pyth wrote: I have inherited a website to work on that users authenticate to using a login and password from a login page. The server is FreeBSD 6.2 running APACHE/PHP/MYSQL. There is a MYSQL table that maintains all of the users. The table has a users name and password. The password

APACHE/PHP/MYSQL Password Hash

2009-10-29 Thread Monty Pyth
I have inherited a website to work on that users authenticate to using a login and password from a login page. The server is FreeBSD 6.2 running APACHE/PHP/MYSQL. There is a MYSQL table that maintains all of the users. The table has a users name and password. The password is hashed and some

Re: APACHE/PHP/MYSQL Password Hash

2009-10-29 Thread Olivier Nicole
Hi, The password is hashed and some examples are: 02SvtVJnRLzuQ 42jhVP6kxUBX6 Can anyone tell me what file I would look at to see what hash algorithm is being used to store the passwords in the table? Any help would be great. As a hint, to help make it easier to reply, where are the

Re: APACHE/PHP/MYSQL Password Hash

2009-10-29 Thread APseudoUtopia
On Thu, Oct 29, 2009 at 8:52 PM, Monty Pyth freebsdn...@yahoo.com wrote: I have inherited a website to work on that users authenticate to using a login and password from a login page. The server is FreeBSD 6.2 running APACHE/PHP/MYSQL. There is a MYSQL table that maintains all of the users

Apache/php

2009-02-12 Thread Fbsd1
I have php code on home page to count how many times it is accessed from the internet. Problem is pages deeper in website can jump back direct to home page and this again gets counted. Is there any way to give the php counter routine intelligent so it will bypass bumping the counter on

Re: Apache/php

2009-02-12 Thread Lars Eighner
On Thu, 12 Feb 2009, Fbsd1 wrote: I have php code on home page to count how many times it is accessed from the internet. Problem is pages deeper in website can jump back direct to home page and this again gets counted. This is one of many ways that counters can be wildly inaccurate and is

Re: Apache/php

2009-02-12 Thread Michael Powell
Fbsd1 wrote: I have php code on home page to count how many times it is accessed from the internet. Problem is pages deeper in website can jump back direct to home page and this again gets counted. Is there any way to give the php counter routine intelligent so it will bypass bumping the

Process in lockf with apache/php

2008-03-21 Thread Nicolas Letellier
the process is in lockf state. The process is not killed. But when I do a ps aux, I don't see the lockf state. How show lockf states in ps command? I don't find it in ps manpage. What's a lockf state precisely? Why Apache/PHP does not kill this process? I must kill them manually? Is a bug number

Re: Apache, php?

2007-06-21 Thread Jack Barnett
Eric Crist wrote: On Jun 20, 2007, at 8:56 PMJun 20, 2007, Jack Barnett wrote: Ivan Carey wrote: I don't have libphp5.so anywhere in /usr/local (did a find for it). the php5 port is broken? Or do I have to reinstall apache after php5? You need to enable build of the php5 apache extension

Re: Apache, php?

2007-06-21 Thread Jack Barnett
Jack Barnett wrote: Eric Crist wrote: On Jun 20, 2007, at 8:56 PMJun 20, 2007, Jack Barnett wrote: Ivan Carey wrote: I don't have libphp5.so anywhere in /usr/local (did a find for it). the php5 port is broken? Or do I have to reinstall apache after php5? You need to

Re: Apache, php?

2007-06-21 Thread [LoN]Kamikaze
Jack Barnett wrote: Jack Barnett wrote: Eric Crist wrote: On Jun 20, 2007, at 8:56 PMJun 20, 2007, Jack Barnett wrote: Ivan Carey wrote: I don't have libphp5.so anywhere in /usr/local (did a find for it). the php5 port is broken? Or do I have to reinstall apache after php5?

Re: Apache, php?

2007-06-21 Thread Ivan Carey
-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED] . Jack, When I want a system with Apache PHP and MySQL. I install them in the following order. 1. Install Apache 2. Install PHP via /usr/lang/php5

Re: Apache, php?

2007-06-21 Thread Jack Barnett
[LoN]Kamikaze wrote: Jack Barnett wrote: Jack Barnett wrote: Eric Crist wrote: On Jun 20, 2007, at 8:56 PMJun 20, 2007, Jack Barnett wrote: Ivan Carey wrote: I don't have libphp5.so anywhere in /usr/local (did a find for it). the php5 port is broken? Or

Re: Apache, php?

2007-06-21 Thread Ivan Carey
want a system with Apache PHP and MySQL. I install them in the following order. 1. Install Apache 2. Install PHP via /usr/lang/php5-extensions (select the extensions you want, this will install php5 and add the required lines to the httpd.conf) 3. Install MySQL Regards, Ivan

Re: Apache, php?

2007-06-21 Thread doug
. This required recompiling a single php module. I never got that done so I removed apache, php and squirrel mail and installed (order is important): apache-modssl squirrelmail and let the build for squirrelmail pull in php. In this order I got all the necessary mods to httpd.conf

Re: Apache, php?

2007-06-20 Thread doug
On Tue, 19 Jun 2007, Jack Barnett wrote: FreeBSD 6.2 Apache 1.3.37 (from ports) php 5.2.3 (from ports) on the command line doing `php index.php` works. But if I use it though a web browser it just displays the php code. I installed it like this (extensions to)

Re: Apache, php?

2007-06-20 Thread Jack Barnett
doug wrote: On Tue, 19 Jun 2007, Jack Barnett wrote: FreeBSD 6.2 Apache 1.3.37 (from ports) php 5.2.3 (from ports) on the command line doing `php index.php` works. But if I use it though a web browser it just displays the php code. I installed it like this (extensions to)

Re: Apache, php?

2007-06-20 Thread Jack Barnett
Ivan Carey wrote: Jack Barnett wrote: FreeBSD 6.2 Apache 1.3.37 (from ports) php 5.2.3 (from ports) on the command line doing `php index.php` works. But if I use it though a web browser it just displays the php code. I installed it like this (extensions to)

Re: Apache, php?

2007-06-20 Thread Eric Crist
On Jun 20, 2007, at 8:56 PMJun 20, 2007, Jack Barnett wrote: Ivan Carey wrote: I don't have libphp5.so anywhere in /usr/local (did a find for it). the php5 port is broken? Or do I have to reinstall apache after php5? You need to enable build of the php5 apache extension when you build

Re: Apache, php?

2007-06-19 Thread Norberto Meijome
On Tue, 19 Jun 2007 00:04:03 -0500 Jack Barnett [EMAIL PROTECTED] wrote: on the command line doing `php index.php` works. But if I use it though a web browser it just displays the php code. enable mod_status and/or mod_info in Apache and double check that the php module is loaded, and what its

Re: Apache, php?

2007-06-19 Thread Ivan Carey
Jack Barnett wrote: FreeBSD 6.2 Apache 1.3.37 (from ports) php 5.2.3 (from ports) on the command line doing `php index.php` works. But if I use it though a web browser it just displays the php code. I installed it like this (extensions to)

Apache, php?

2007-06-18 Thread Jack Barnett
FreeBSD 6.2 Apache 1.3.37 (from ports) php 5.2.3 (from ports) on the command line doing `php index.php` works. But if I use it though a web browser it just displays the php code. I installed it like this (extensions to)

Re: freeBSD - Apache php configuration

2006-12-22 Thread Xian
://www.php.net/manual/en/install.unix.apache2.php after installing from the ports. apachectl is the way to start stop and do a few other things to apache (php is probably running as part of apache so you don't have to start/stop it separatly). Whether browser and x windows are needed for running

Re: freeBSD - Apache php configuration

2006-12-22 Thread Garrett Cooper
step 15 from http://www.php.net/manual/en/install.unix.apache2.php after installing from the ports. apachectl is the way to start stop and do a few other things to apache (php is probably running as part of apache so you don't have to start/stop it separatly). Whether browser and x windows

freeBSD - Apache php configuration

2006-12-21 Thread arun_sridhar2
Hi all I want to install php with apache in freebsd unix. I installed apache2 and php 5.2.0. But php file not working and also i want to know the method of running. Whether browser and x windows are needed for running apache and php. If suppose where to find out the tar file and how

Order of installation for Apache, PHP, IMAP, and MySQL

2005-12-13 Thread Jose Borquez
I need to install and configure Apache, PHP, IMAP, and MySQL because I would like to install Group Office which is a groupware application sweet. I need to know if there is a specific order that I need to install the applications listed above. Any help on this would be greatly appreciated

Re: Order of installation for Apache, PHP, IMAP, and MySQL

2005-12-13 Thread Kevin Kinsey
Jose Borquez wrote: I need to install and configure Apache, PHP, IMAP, and MySQL because I would like to install Group Office which is a groupware application sweet. I need to know if there is a specific order that I need to install the applications listed above. Any help on this would

Apache + PHP : Exec format error

2005-11-03 Thread Thomas Linton
I can't get the package WebCalendar-1.0.0 to work; I always get following error in /var/log/httpd-error.log (8)Exec format error: exec of '/usr/local/www/data-dist/WebCalendar/index.php' If I put #!/usr/local/bin/php at the beginning of the index.php it works, however I would like to use the

which apache / php things to install?

2005-08-09 Thread bob self
I just installed FreeBSD 5.4-RELEASE and am installing a few applications. I need apache with php, but I see many php-related packages (with portupgrade -v php5-\*). So then I tried portupgrade -v php5, but now it wants to know whether I want to use apache2 instead of apache 1.3. I've been

Re: which apache / php things to install?

2005-08-09 Thread P.U.Kruppa
On Tue, 9 Aug 2005, bob self wrote: I just installed FreeBSD 5.4-RELEASE and am installing a few applications. I need apache with php, but I see many php-related packages (with portupgrade -v php5-\*). So then I tried portupgrade -v php5, but now it wants to know whether I want to use apache2

jail and apache + php

2005-06-30 Thread Géczi Szabolcs
hi there, i got a jail on fbsd 5.4, it seems to be ok, but after installing php4, my apache13 can't be started. i got this error constantly: httpd in free(): error: junk pointer, too high to make sense without php the apache works well :/ any idea? sz

new install of fbsd with apache/php/mysql

2005-03-17 Thread Chip Wiegand
I just finished installed 5.3 and am now trying to get apache2, php4, myql4 installed. I run sysinstall to install the packages from ftp. php4 installed, mysql-client installed, but apache2 and mysql-server failed. I get this message when I tried mysql4.1.5 - Add of package

Re: new install of fbsd with apache/php/mysql

2005-03-17 Thread Thomas Foster
with apache/php/mysql I just finished installed 5.3 and am now trying to get apache2, php4, myql4 installed. I run sysinstall to install the packages from ftp. php4 installed, mysql-client installed, but apache2 and mysql-server failed. I get this message when I tried mysql4.1.5 - Add of package mysql

Is there a Complete Package(NOT Ports) for: [Apache+PHP+MySQL+Mod_SSL+Mod_Perl] ?? - newbie+3

2004-07-28 Thread DK
Hi all, I just wanted to know if there is available anywhere a Complete Package that is Ready to Go for a FreeBSD Server imlementation that contains: Apache PHP MySQL Mod_SSL Mod_Perl ... before anyone flames, yes I know you can just d/l the ports compile from source! ... Thats not what I

Re: Is there a Complete Package(NOT Ports) for: [Apache+PHP+MySQL+Mod_SSL+Mod_Perl] ?? - newbie+3

2004-07-28 Thread Alex Moundalexis
://www.moundalexis.com On Wed, 28 Jul 2004 00:34:11 -0700 (PDT), DK [EMAIL PROTECTED] wrote: Hi all, I just wanted to know if there is available anywhere a Complete Package that is Ready to Go for a FreeBSD Server imlementation that contains: Apache PHP MySQL Mod_SSL Mod_Perl before anyone

Re: Is there a Complete Package(NOT Ports) for: [Apache+PHP+MySQL+Mod_SSL+Mod_Perl] ?? - newbie+3

2004-07-28 Thread Henrik W Lund
DK wrote: Hi all, I just wanted to know if there is available anywhere a Complete Package that is Ready to Go for a FreeBSD Server imlementation that contains: Apache PHP MySQL Mod_SSL Mod_Perl ... before anyone flames, yes I know you can just d/l the ports compile from source! ... Thats

Re: Is there a Complete Package(NOT Ports) for: [Apache+PHP+MySQL+Mod_SSL+Mod_Perl] ?? - newbie+3

2004-07-28 Thread Dan Nelson
In the last episode (Jul 28), DK said: I just wanted to know if there is available anywhere a Complete Package that is Ready to Go for a FreeBSD Server imlementation that contains: Apache PHP MySQL Mod_SSL Mod_Perl $ pkg_add -r apache mysql-server php mod_perl mod_ssl doesn't seem

Re: Is there a Complete Package(NOT Ports) for: [Apache+PHP+MySQL+Mod_SSL+Mod_Perl] ?? - newbie+3

2004-07-28 Thread Matthew Seaman
On Wed, Jul 28, 2004 at 09:09:49AM -0500, Dan Nelson wrote: In the last episode (Jul 28), DK said: I just wanted to know if there is available anywhere a Complete Package that is Ready to Go for a FreeBSD Server imlementation that contains: Apache PHP MySQL Mod_SSL Mod_Perl

Re: Is there a Complete Package(NOT Ports) for: [Apache+PHP+MySQL+Mod_SSL+Mod_Perl] ?? - newbie+3

2004-07-28 Thread David Landgren
Henrik W Lund wrote: DK wrote: Hi all, I just wanted to know if there is available anywhere a Complete Package that is Ready to Go for a FreeBSD Server imlementation that contains: Apache PHP MySQL Mod_SSL Mod_Perl ... before anyone flames, yes I know you can just d/l the ports compile from

Apache php mysql

2004-05-27 Thread RazorOnFreeBSD
Hi everyone, I'd need some ressources to be sure how to install apache, php, mysql on my FreeBSD box. This is the first time I do it, so I don't really know how to configure the thing. I followed instructions from apache and php to install those but it's not really easy for me to understand how

Re: Apache php mysql

2004-05-27 Thread Nathan Kinkade
On Thu, May 27, 2004 at 03:28:31PM +0200, RazorOnFreeBSD wrote: Hi everyone, I'd need some ressources to be sure how to install apache, php, mysql on my FreeBSD box. This is the first time I do it, so I don't really know how to configure the thing. I followed instructions from apache

installing mysql-phpmyadmin-apache-php

2004-04-16 Thread chip
I have mysql-5 and apache2 installed and working. I need to install phpmyadmin but it wants to install mysql-4 and apache1. How do I prevent it from installing another version of each app (can I even do this)? Thanks, Chip ___ [EMAIL PROTECTED]

Re: installing mysql-phpmyadmin-apache-php

2004-04-16 Thread Mike Maltese
I have mysql-5 and apache2 installed and working. I need to install phpmyadmin but it wants to install mysql-4 and apache1. How do I prevent it from installing another version of each app (can I even do this)? I'd just download the phpMyAdmin source from http://www.phpmyadmin.net and install

Re: installing mysql-phpmyadmin-apache-php

2004-04-16 Thread Matthew Seaman
On Thu, Apr 15, 2004 at 11:50:04PM -0700, Mike Maltese wrote: I have mysql-5 and apache2 installed and working. I need to install phpmyadmin but it wants to install mysql-4 and apache1. How do I prevent it from installing another version of each app (can I even do this)? I'd just download

Re: installing mysql-phpmyadmin-apache-php

2004-04-16 Thread Nico Meijer
Hi chip, I have mysql-5 and apache2 installed and working. I need to install phpmyadmin but it wants to install mysql-4 and apache1. How do I prevent it from installing another version of each app (can I even do this)? You get the program from http://www.phpmyadmin.net/ and install manually.

Where to find apache PHP script mhash function

2004-02-28 Thread fbsd_user
Have mod_php installed on apache but it does not have the mhash extension function. Where can I find it? Thanks ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

RE: Where to find apache PHP script mhash function

2004-02-28 Thread Remko Lodder
: Where to find apache PHP script mhash function Have mod_php installed on apache but it does not have the mhash extension function. Where can I find it? Thanks ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Where to find apache PHP script mhash function

2004-02-28 Thread zam4ever
- Original Message From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] ORG [EMAIL PROTECTED] Subject: Where to find apache PHP script mhash function Date: 29/02/04 04:28 Have mod_php installed on apache but it does not have the mhash extension function. Where can I find

RE: Where to find apache PHP script mhash function

2004-02-28 Thread fbsd_user
PROTECTED]; [EMAIL PROTECTED] ORG Subject: RE: Where to find apache PHP script mhash function mhash can be found in the ports : /usr/ports/security/mhash also typing mhash in google gave as first hit the homepage of the mhash. After installing mhash you need to configure mod_php to use it, checkout

RE: Where to find apache PHP script mhash function

2004-02-28 Thread Remko Lodder
mrtg.grunn.org Dutch mirror of MRTG -Oorspronkelijk bericht- Van: fbsd_user [mailto:[EMAIL PROTECTED] Verzonden: zaterdag 28 februari 2004 22:03 Aan: Remko Lodder; [EMAIL PROTECTED] ORG Onderwerp: RE: Where to find apache PHP script mhash function Thanks I installed the package mhash just now

RE: Where to find apache PHP script mhash function

2004-02-28 Thread JJB
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Remko Lodder Sent: Saturday, February 28, 2004 4:15 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] ORG Subject: RE: Where to find apache PHP script mhash function I mean this Makefile # Instructions on how to enable preferred extensions can be found

RE: Where to find apache PHP script mhash function

2004-02-28 Thread Remko Lodder
28 februari 2004 22:26 Aan: Remko Lodder; [EMAIL PROTECTED] ORG Onderwerp: RE: Where to find apache PHP script mhash function Are you saying there is no way to tell the mod_php package install to use mhash? That I have to delete the mod_pgp package and cvsup the mod_php port config files and them

RE: Where to find apache PHP script mhash function

2004-02-28 Thread fbsd_user
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] ORG Subject: RE: Where to find apache PHP script mhash function Well, Actually i do, i pasted this from the Makefile, If i state it correctly, it says that you need to use php4 in /usr/ports/lang/php4, if you want to use other extentions, indeed implying

RE: Where to find apache PHP script mhash function

2004-02-28 Thread Remko Lodder
-Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] fbsd_user Verzonden: zaterdag 28 februari 2004 22:41 Aan: Remko Lodder; [EMAIL PROTECTED] ORG Onderwerp: RE: Where to find apache PHP script mhash function SO you are saying that this /usr/ports/lang/php4

Re: Where to find apache PHP script mhash function

2004-02-28 Thread Mike Maltese
SO you are saying that this /usr/ports/lang/php4 is an replacement for mod_php? That it does everything mod_php does plus the extensions can be added. lang/php4 is a master port. You can read lang/php4/Makefile to see what make definitions that are available (like -DWITH_MHASH). I wouldn't

Re: Where to find apache PHP script mhash function {RTFM answer}

2004-02-28 Thread Kevin D. Kinsey, DaleCo, S.P.
fbsd_user wrote: Have mod_php installed on apache but it does not have the mhash extension function. Where can I find it? Thanks www.php.net/mhash Kevin Kinsey DaleCo, S.P. ___ [EMAIL PROTECTED] mailing list

apache+php

2004-01-06 Thread gaspo1
GASPOFWIPV6LAB# uname -a FreeBSD GASPOFWIPV6LAB 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Thu Jan 1 08:04:10 CET 2004 [EMAIL PROTECTED]:/usr/src/sys/compile/GASPO i386 i have install from pkg_add the packages: apache-1.3.28 mysql-client-4.0.15 PHP ---error-- when i do : apachectl start

Re: apache+php

2004-01-06 Thread Kevin D. Kinsey, DaleCo, S.P.
; that's just an alert. Perhaps something else is wrong as well. I generally prefer to install apache/PHP/MySQL from the ports tree, SQL first, PHP last. Works pretty well; haven't had many issues since I started doing it that way. HTH, Kevin Kinsey

I'm having a hell of a time with mysql/apache/php

2003-12-10 Thread chip . wiegand
I installed 5.1 and need to install apache2/mysql/php. I did this a month ago and it worked great. Now I cannot get any of them to install. (I'm using the same cd, on a computer that is the same as the previous one). The errors keep coming back to the compiler. It says Checking if conversion

Re: I'm having a hell of a time with mysql/apache/php

2003-12-10 Thread Kevin D. Kinsey, DaleCo, S.P.
[EMAIL PROTECTED] wrote: I installed 5.1 and need to install apache2/mysql/php. I did this a month ago and it worked great. Now I cannot get any of them to install. (I'm using the same cd, on a computer that is the same as the previous one). The errors keep coming back to the compiler. It says

Re: I'm having a hell of a time with mysql/apache/php

2003-12-10 Thread Kevin D. Kinsey, DaleCo, S.P.
[EMAIL PROTECTED] wrote: I installed 5.1 and need to install apache2/mysql/php. I did this a month ago and it worked great. Now I cannot get any of them to install. (I'm using the same cd, on a computer that is the same as the previous one). The errors keep coming back to the compiler. It says

Re: Apache, PHP, and SquirrelMail

2003-11-05 Thread Neil Hawkins
? From: Robin Schoonover [EMAIL PROTECTED] To: Neil Hawkins [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: Apache, PHP, and SquirrelMail Date: Tue, 4 Nov 2003 20:55:10 -0700 On Wed, 05 Nov 2003 03:44:04 +, Neil Hawkins [EMAIL PROTECTED] wrote: I am new to FreeBSD and am trying to figure

Apache, PHP, and SquirrelMail

2003-11-04 Thread Neil Hawkins
I am new to FreeBSD and am trying to figure a few things out. I have installed QMAIL, APACHE, PHP4, and SquirrelMail. Apache seems to be working fine because I can browse the directory lising for /usr/local/www/data folders. However, when I try to browse the SquirrelMail folder, it just

Re: Apache, PHP, and SquirrelMail

2003-11-04 Thread Robin Schoonover
On Wed, 05 Nov 2003 03:44:04 +, Neil Hawkins [EMAIL PROTECTED] wrote: I am new to FreeBSD and am trying to figure a few things out. I have installed QMAIL, APACHE, PHP4, and SquirrelMail. Apache seems to be working fine because I can browse the directory lising for /usr/local/www/data

Re: Apache, PHP, and SquirrelMail

2003-11-04 Thread Neil Hawkins
] Subject: Re: Apache, PHP, and SquirrelMail Date: Tue, 4 Nov 2003 20:55:10 -0700 On Wed, 05 Nov 2003 03:44:04 +, Neil Hawkins [EMAIL PROTECTED] wrote: I am new to FreeBSD and am trying to figure a few things out. I have installed QMAIL, APACHE, PHP4, and SquirrelMail. Apache seems

apache / php problem

2003-09-22 Thread H. Bartel
Hi all, Since I do have php4 running and phpinfo() tells me that it does, Sites that I put into my root dir of Apache are not parsing their variables. The index pages are displayed properly, since they don't require any vars to be passed, but every other sub-pages (e.g. index.php?sub=2) don't

Re: apache / php problem

2003-09-22 Thread Kevin D. Kinsey, DaleCo, S.P.
H. Bartel wrote: Hi all, Since I do have php4 running and phpinfo() tells me that it does, Sites that I put into my root dir of Apache are not parsing their variables. The index pages are displayed properly, since they don't require any vars to be passed, but every other sub-pages (e.g.

Re: apache / php problem

2003-09-22 Thread H. Bartel
On 09/22/2003 11:26 AM [EMAIL PROTECTED] (Kevin D. Kinsey, DaleCo, S.P.) wrote: If you have just updated to PHP4 from 3, be advised that the register_globals handle in php.ini is now OFF by default, and therefore any code of the type include $sub; should now read include $_GET['sub']; I

Re: FreeBSD+Apache+PHP+GD

2003-07-21 Thread K Anderson
Denis wrote: Hi! I have installed Apache 1.3.27 and PHP4. Does anybody know how can I turn on the GD library support? -- Denis Bolotnov, Russia. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

FreeBSD+Apache+PHP+GD

2003-07-20 Thread Denis
Hi! I have installed Apache 1.3.27 and PHP4. Does anybody know how can I turn on the GD library support? -- Denis Bolotnov, Russia. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Apache + PHP Issue

2003-06-26 Thread bryan cassidy
Hello, I just installed the mod_php4 + apache ports and when I create a .php file in a directory say called test it doesn't ever want to load the script it wants me to save it on the computer. http://bsdsys.dyndns.org/test/ when you click on test.php it wants to Save it not load it. Whats goin on

RE: Apache + PHP Issue

2003-06-26 Thread Timms, Simon
, 2003 9:40 AM To: [EMAIL PROTECTED] Subject: Apache + PHP Issue Hello, I just installed the mod_php4 + apache ports and when I create a .php file in a directory say called test it doesn't ever want to load the script it wants me to save it on the computer. http://bsdsys.dyndns.org/test/ when you

Re: Apache + PHP Issue

2003-06-26 Thread Sunil Sunder Raj
Hi, Did you add these lines in the httpd.conf file. IfModule mod_php4.c AddType application/x-httpd-php .php .php3 .php4 AddType application/x-httpd-php-source .phps .php3s .php4s /IfModule Regards SSR From: bryan cassidy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Apache

Re: apache - php problem

2003-02-27 Thread Toomas Aas
Hi! My apache and php has been working fine for some time. All of a sudden it gives me this error in the log; [Wed Feb 26 16:56:07 2003] [notice] Accept mutex: flock (Default: flock) and php scripts will not execute. Whatever the problem is, this is not it. Starting with

Apache,PHP and FreeBSD

2002-11-01 Thread Bryan Cassidy
Hello everyone. I have been messing around with html lately and think its pretty cool. I want to start using PHP with apache and buy my own domain. My question is this: What is a good site to get domains from that has a reasonable amount of space and doesnt cost too much? Does anyone know of

Re: Apache,PHP and FreeBSD

2002-11-01 Thread david
On Friday 01 November 2002 15:32, Bryan Cassidy wrote: Hello everyone. I have been messing around with html lately and think its pretty cool. I want to start using PHP with apache and buy my own domain. My question is this: What is a good site to get domains from that has a reasonable amount

Re: Apache,PHP and FreeBSD

2002-11-01 Thread Mike Hogsett
/usr/ports/www/mod_php4/ I want to host (or whatever) the site myself. I think it would be a good learning experience for me. I know where apache is in the ports but where is php? On Fri, 1 Nov 2002 17:48:17 -0500 david [EMAIL PROTECTED] wrote: On Friday 01 November 2002 15:32, Bryan

Re: Apache,PHP and FreeBSD

2002-11-01 Thread DaleCo Help Desk
Cassidy [EMAIL PROTECTED] Cc: david [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, November 01, 2002 5:07 PM Subject: Re: Apache,PHP and FreeBSD /usr/ports/www/mod_php4/ I want to host (or whatever) the site myself. I think it would be a good learning experience for me. I know where

Re: Apache,PHP and FreeBSD

2002-11-01 Thread Mike Hogsett
To find something in the ports collection, do this: $cd /usr/ports $make search key=(keyword) ...in your case, 'php' or 'mod_php' should have done the trick. Although in cases of libraries (or similar ports) where many other ports depend on it this can return way too many results. In

Re: Apache,PHP and FreeBSD

2002-11-01 Thread Adam Weinberger
done the trick. end of Re: Apache,PHP and FreeBSD from DaleCo Help Desk Mr. Desk - You may be interested in a really neat port search tool that exists but isn't well marketed. check out /usr/ports/Tools/scripts/portsearch and its documentation at /usr/ports/Tools/scripts/README.portsearch. - -Adam

Re: Apache,PHP and FreeBSD

2002-11-01 Thread Philip Hallstrom
In addition to the other comments, it would be worth your time to browse the following sites (some PHP, some general freebsd tutorials that have apache/php stuff on them) www.freebsddiary.org www.zend.com www.php.net www.phpbuilder.com have fun! On Fri, 1 Nov 2002, Bryan Cassidy wrote: Hello

Re: Apache,PHP and FreeBSD

2002-11-01 Thread Lefteris Tsintjelis
Adam Weinberger wrote: You may be interested in a really neat port search tool that exists but isn't well marketed. check out /usr/ports/Tools/scripts/portsearch and its documentation at /usr/ports/Tools/scripts/README.portsearch. Very nice tools indeed and not just the portsearch one! Thats

Re: Apache,PHP and FreeBSD

2002-11-01 Thread Bryan Cassidy
comments, it would be worth your time to browse the following sites (some PHP, some general freebsd tutorials that have apache/php stuff on them) www.freebsddiary.org www.zend.com www.php.net www.phpbuilder.com have fun