[EMAIL PROTECTED] Apache/PHP/MySQL Install Issue

2008-05-05 Thread Mark Sargent
Hi All, I have just tried installing apache and php and get the following error when starting apache, /usr/local/apache2/bin/apachectl starthttpd: Syntax error on line 54 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp5.so into server:

Re: [EMAIL PROTECTED] Apache/PHP/MySQL Install Issue

2008-05-05 Thread Atul Tyagi
You might want to look for error (if any) in make and make install during php installation. php module should be complied and placed oin apache modules folder. Thanks, Atul On 5/6/08, Mark Sargent [EMAIL PROTECTED] wrote: Hi All, I have just tried installing apache and php and get the

FW: [EMAIL PROTECTED] Apache PHP(myadmin)

2007-03-29 Thread Warhurst, SI \(Spencer\)
Can anyone suggest what might be causing this? I'm stuck :-( -- Spencer -Original Message- From: Warhurst, SI (Spencer) [mailto:[EMAIL PROTECTED] Sent: 26 March 2007 09:52 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Apache PHP(myadmin) Hi I've just installed

Re: [EMAIL PROTECTED] Apache PHP(myadmin)

2007-03-29 Thread Joshua Slive
On 3/26/07, Warhurst, SI (Spencer) [EMAIL PROTECTED] wrote: Hi I've just installed phpMyAdmin - 2.10.0.2 on my Windows 2003/Apache 2.0.59/MySQL 5.0.27 box, however I seem to have a configuration issue. None of the images display, and in the Apache error log I get lines like this for each

[EMAIL PROTECTED] Apache + PHP as CGI?!

2007-03-12 Thread Norbert Wachnicki
Dear Subscribers, I am going to configure apache with PHP, but I need that scripts in users directory was run with users rights, I know that I can do this with suexec and CGI, but I DON'T want to add #/usr/pin/php line at the begining of each file. Maybe You have any suggestions how to do

RE: [EMAIL PROTECTED] Apache + PHP as CGI?!

2007-03-12 Thread Jan van den Berg
PROTECTED] Apache + PHP as CGI?! Dear Subscribers, I am going to configure apache with PHP, but I need that scripts in users directory was run with users rights, I know that I can do this with suexec and CGI, but I DON'T want to add #/usr/pin/php line at the begining of each file

[EMAIL PROTECTED] Apache PHP configure options

2007-02-21 Thread M Azer
I have installed both apache2 and php5 using the source code. everything works great. my question how would I know that the options I selected to configure both apache php with are the most common/optimum/best setup - I have read the docs on apache.org and php.net still I think you need to be a

RE: [EMAIL PROTECTED] Apache PHP configure options

2007-02-21 Thread Mark Lavi
:[EMAIL PROTECTED] || phone:650/933-7707 ] -Original Message- From: M Azer [mailto:[EMAIL PROTECTED] Sent: Wed 2/21/2007 9:13 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Apache PHP configure options I have installed both apache2 and php5 using the source code. everything

Re: [EMAIL PROTECTED] Apache PHP configure options

2007-02-21 Thread M Azer
- From: M Azer [mailto:[EMAIL PROTECTED] Sent: Wed 2/21/2007 9:13 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Apache PHP configure options I have installed both apache2 and php5 using the source code. everything works great. my question how would I know that the options I selected

Re: [EMAIL PROTECTED] Apache PHP configure options

2007-02-21 Thread Joshua Slive
On 2/21/07, M Azer [EMAIL PROTECTED] wrote: I am sorry if i wasted your time with my question. I do apologize however i thought mailing lists are for people to exchange their experiences/ suggestions/thoughts/ways they done things, as well as you mentioned specific configuration problems , so

Re: [EMAIL PROTECTED] Apache PHP configure options

2007-02-21 Thread William A. Rowe, Jr.
M Azer wrote: however i thought mailing lists are for people to exchange their experiences/ suggestions/thoughts/ways they done things, as well as you mentioned specific configuration problems , so people like myself who are interested in apache, linux, php and all the other great open

Re(2): [EMAIL PROTECTED] apache php

2006-12-14 Thread Long
Tried your suggestion with no luck... any other thoughts? Andrew Long (Apologies for quoting from bottom-up, I'm using a web interface that won't allow me to change it) -- Original Message -- From: Yvo van Doorn [EMAIL PROTECTED] Reply-To:

[EMAIL PROTECTED] apache php

2006-12-13 Thread Andrew Long
Problem on one server with php... php test file in doc root works well and returns variables, status, etc... But when trying to open a php under a subdir, the client browser will attempt to download the file. I post here since php(4) is working, so I think it's an Apache config issue. There are

Re: [EMAIL PROTECTED] apache php

2006-12-13 Thread Yvo van Doorn
Andrew, Either remove Files *.php SetOutputFilter PHP SetInputFilter PHP LimitRequestBody 524288 /Files or AddType application/x-httpd-php .php # for PHP 4 You can't have both. (My personal recommendation is to get rid of the Files directive) On 12/13/06, Andrew Long

[EMAIL PROTECTED] Apache/PHP and obfuscated URLs

2006-10-05 Thread Ed Sawicki
I see that Apache 2.0 does not convert an obfuscated URL into its canonical form. For example, with this URL: http://www.example.com/url/hack I see the Web page and the access log shows this: 10-05 07:41 GET /url/hack HTTP/1.1 200 With this obfuscated URL:

Re: [EMAIL PROTECTED] Apache/PHP and obfuscated URLs

2006-10-05 Thread Joshua Slive
On 10/5/06, Ed Sawicki [EMAIL PROTECTED] wrote: If I set AllowEncodedSlashs On, the request still results in a 404 message because of the other obfuscated characters. I'll try Apache version 2.2 later. As I said earlier, I'm happy that Apache behaves this way but I'd like to know why Apache/PHP

Re: [EMAIL PROTECTED] apache php crash

2006-09-21 Thread Joshua Slive
On 9/20/06, Bobby Gontarski [EMAIL PROTECTED] wrote: Has someone already seen a solution to this apache - php crashing problem: [notice] Parent: child process exited with status 4294967295 -- Restarting. described http://bugs.php.net/bug.php?id=30405 What you are reporting is the symptom of a

[EMAIL PROTECTED] apache php crash

2006-09-20 Thread Bobby Gontarski
Has someone already seen a solution to this apache - php crashing problem: [notice] Parent: child process exited with status 4294967295 -- Restarting. described http://bugs.php.net/bug.php?id=30405 - The official User-To-User

[EMAIL PROTECTED] Apache,php to mysql problem

2006-05-18 Thread Vasiliy Boulytchev
Ladies and Gents, Thank you so much for your patience, I will describe my problem in as much detail as I can... Diagram: Internet X X mysql

Re: [EMAIL PROTECTED] Apache,php to mysql problem

2006-05-18 Thread Mike Jackson
All the configs are shared across NFS. So config files are the same on both OH1 and OH2... the applications connect to mysql via php connect strings, and as tcpdump reveals are doing the proper things You might try using strace on an Apache process on OH2 and see if you can spot anything

RE: [EMAIL PROTECTED] Apache,php to mysql problem

2006-05-18 Thread Vic Feria
/refman/5.0/en/gone-away.html -Original Message- From: Vasiliy Boulytchev [mailto:[EMAIL PROTECTED] Sent: Thursday, May 18, 2006 2:02 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Apache,php to mysql problem Ladies and Gents, Thank you so much for your patience, I

[EMAIL PROTECTED] (Apache|php) Bug using modproxy

2006-04-26 Thread Lmwangi
Hi all, First time on the list... sorry for any errs... I am using mod_proxy to pass requests to an internal server in our lan. The setup looks like Enduser---INet_link-Mod_proxy_serverLan---PHP_script Now, this does not work:

[EMAIL PROTECTED] apache/php question

2006-01-04 Thread Ken Murach
Hi everyone, I'm relatively new at apache/php and I've just installed/built apache 1.3.33 with php-4.4.0 as static. The build was successful and I've run the following commands: itis-appdev # pwd /usr/local/apache_1.3.33_ssl/bin itis-appdev # ./httpd -t Syntax OK itis-appdev # ./httpd -l

RE: [EMAIL PROTECTED] apache/php question

2006-01-04 Thread Gary W. Smith
PROTECTED] apache/php question I was wondering if there is a way to test to make sure that this apache 1.3.33 and php 4.4.0 are properly working before I inform the users that this is all set and hand this over to them?? Eventually users would like to migrate from 1.3.28 to 1.3.33 and from

RE: [EMAIL PROTECTED] Apache/PHP Issue

2005-12-29 Thread Gary W. Smith
the NTFS permissions with it as well. Gary From: Bill McBride [mailto:[EMAIL PROTECTED] Sent: Thursday, December 29, 2005 11:28 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Apache/PHP Issue I am running Apache 2.0.55 on a Windows XP Professional OS and I have also

Re: [EMAIL PROTECTED] Apache/PHP Issue

2005-12-29 Thread httpd2
: Bill McBride [EMAIL PROTECTED] Subject: [EMAIL PROTECTED] Apache/PHP Issue I am running Apache 2.0.55 on a Windows XP Professional OS and I have also installed PHP 5.1. I have set up the .ini files as correctly as I know how but I am still getting a problem. I can get my

[EMAIL PROTECTED] apache php timeout ?

2005-11-17 Thread Achim Stumpf
Hi NG, I have my own apache server 2.0.54 running with php 4.3.10. I got a little logical problem here about http requests. I have written a small php script which waits for x seconds. Every second it appends the seconds to a file. I expected a timeout after 300 seconds, becouse apache is

Re: [EMAIL PROTECTED] apache php timeout ?

2005-11-17 Thread Olaf van der Spek
On 11/17/05, Achim Stumpf [EMAIL PROTECTED] wrote: Hi NG, I have my own apache server 2.0.54 running with php 4.3.10. I got a little logical problem here about http requests. I have written a small php script which waits for x seconds. Every second it appends the seconds to a file. I