Re: [EMAIL PROTECTED] PHP and .htaccess

2008-09-15 Thread Alain Roger
> > Alain, let me insist. > Did you configure a RewriteLog and RewriteLogLevel, and did you look at the > resulting lines, to see what happens ? > It may save you a lot of wondering. > > Apart from that, from the above I guess that somewhere you have a config > line like > DirectoryIndex index.php

Re: [EMAIL PROTECTED] PHP and .htaccess

2008-09-15 Thread André Warnier
Alain Roger wrote: Hi, if i make a compilation of all information i have between PHP and apache RewriteRule i have an issue. let's take an example. 1. user types in his favorite browser www.website.com 2. www.website.com/index.php redirects user to www.website.com/en/welcome/(index.php within

Re: [EMAIL PROTECTED] PHP and .htaccess

2008-09-15 Thread Eric Covener
On Mon, Sep 15, 2008 at 8:06 AM, Alain Roger <[EMAIL PROTECTED]> wrote: > even if i have in my .htaccess file: > RewriteRule ^/([A-Za-z0-9-]+)/welcome/$ /welcome/index.php?lang=$1 [NC,L] No leading slash is present in what you match against in .htaccess (it's stripped off along with the RewriteBa

[EMAIL PROTECTED] PHP and .htaccess

2008-09-15 Thread Alain Roger
Hi, if i make a compilation of all information i have between PHP and apache RewriteRule i have an issue. let's take an example. 1. user types in his favorite browser www.website.com 2. www.website.com/index.php redirects user to www.website.com/en/welcome/(index.php within /welcome) thanks the

Re: [EMAIL PROTECTED] php and apache

2008-07-09 Thread Frank Gingras
Matt, Please read the following link: http://wiki.apache.org/httpd/DebianPHP Frank. Matt Funk wrote: Well, i tried to add that but to no avail. Plus i already have an AddType directive in the config file for php (though i am no sure if that has the same effect). Either way, it doesn't work

Re: [EMAIL PROTECTED] php and apache

2008-07-09 Thread Matt Funk
Well, i tried to add that but to no avail. Plus i already have an AddType directive in the config file for php (though i am no sure if that has the same effect). Either way, it doesn't work. Any other ideas? matt ps: i did remember to restart the server ... On Wednesday 09 July 2008 17:16, San

Re: [EMAIL PROTECTED] php and apache

2008-07-09 Thread Sander Temme
On Jul 9, 2008, at 3:49 PM, Matt Funk wrote: Anyway, I am running apache/2.2.9 on a debian etch box. My setup used to work but after a friend did a debian upgrade something seems to have gone wrong. Have your friend fix it. (: S. Oh, you're probably missing an AddHandler x-httpd-php .php

[EMAIL PROTECTED] php and apache

2008-07-09 Thread Matt Funk
Hi, i hope i am posting to the right list. Just upfront: I am by no means an expert with apache but i have never really had any issues setting up a web server. Anyway, I am running apache/2.2.9 on a debian etch box. My setup used to work but after a friend did a debian upgrade something seem

Re: [EMAIL PROTECTED] PHP/MySQL and COUNT() problem

2008-04-26 Thread Evert Lammerts
I've forwarded this msg to the php-db list ([EMAIL PROTECTED]). Try to subscribe to it. The mysql extension for php is only an interface between php and mysql - the parsing of queries is done within mysql itself. So if your query works through CLI it will also work from within php. Try to var_

[EMAIL PROTECTED] PHP/MySQL and COUNT() problem

2008-04-26 Thread Paul Heath
This may be the wrong message board for this [apologies if it is], but if any of you are PHP/MySQL gurus. Have been trying to get a particular MySQL query to work the through PHP5 with out success. I'll simplify my problem: I have an MySQL query along the lines of ("SELECT x,y,COUNT(y),z FROM tab

Re: [EMAIL PROTECTED] PHP wants to download instead of run

2007-12-01 Thread Jaqui Greenlees
--- Vishal Gaurav <[EMAIL PROTECTED]> wrote: > Hello, > Your php info mytimewithgod.net/phpinfo.php file is > successfully run on my > browser.So what is the problem? > A common one I have seen with many sites I think, and it is browser not apache or php caused. I get the same php download mes

Re: [EMAIL PROTECTED] PHP wants to download instead of run

2007-12-01 Thread Vishal Gaurav
t; > Graham Frank > > Neoservers LLC – Founder and Owner > > Ph: (608) 359-1593 > > Member of the Better Business Bureau > > > > -Original Message- > > From: Chris Arnold [mailto:[EMAIL PROTECTED] > > Sent: Saturday, December 01, 2007 7:19 PM >

Re: [EMAIL PROTECTED] PHP wants to download instead of run

2007-12-01 Thread megaspaz
Frank Neoservers LLC – Founder and Owner Ph: (608) 359-1593 Member of the Better Business Bureau -Original Message- From: Chris Arnold [mailto:[EMAIL PROTECTED] Sent: Saturday, December 01, 2007 7:19 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] PHP wants to download instead of

RE: [EMAIL PROTECTED] PHP wants to download instead of run

2007-12-01 Thread Graham Frank
:19 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] PHP wants to download instead of run Hi, I have "AddType application/x-httpd-php .php" in /etc/conf.d/php5.conf. Still wants to download. Chris - Th

Re: [EMAIL PROTECTED] PHP wants to download instead of run

2007-12-01 Thread Chris Arnold
ers LLC - Founder and Owner Ph: (608) 359-1593 Member of the Better Business Bureau -Original Message- From: Chris Arnold [mailto:[EMAIL PROTECTED] Sent: Saturday, December 01, 2007 4:19 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] PHP wants to download instead of run I have

RE: [EMAIL PROTECTED] PHP wants to download instead of run

2007-12-01 Thread Graham Frank
Business Bureau -Original Message- From: Chris Arnold [mailto:[EMAIL PROTECTED] Sent: Saturday, December 01, 2007 4:19 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] PHP wants to download instead of run I have a site that uses PHP5 and when trying to access the site, the php wa

[EMAIL PROTECTED] PHP wants to download instead of run

2007-12-01 Thread Chris Arnold
I have a site that uses PHP5 and when trying to access the site, the php wants to download instead of run. It seems something is not configured in apache 2 for php. The site is mytimewithgod.net and a phpinfo file is at mytimewithgod.net/phpinfo.php but that does not run either. The logs do not sho

[EMAIL PROTECTED] PhP Rewrite Map File Problem

2007-11-30 Thread Josh Trutwin
Hi - through some great help from this list (I'm looking at you Joshua Slive) I was able to setup a RewriteMap using a PhP program. After a couple months usage on a number of heavy sites we're noticing an odd inconsistent problem that causes ALL site requests to yeild this nasty error: mod_rewrite

Re: [EMAIL PROTECTED] Php not running

2007-10-29 Thread Dragon
Vishal Gaurav wrote: Hello, Now i am able to use this test script. but not if i remove space in this line then aple to see thisisphpline. But If i donot remove the space nothing is displayed by browser, How can i fix it. End original message. - As I me

Re: [EMAIL PROTECTED] Php not running

2007-10-29 Thread Vishal Gaurav
Yes i am useing this way to test scripts. On 10/30/07, Ken Robinson <[EMAIL PROTECTED]> wrote: > > On 10/29/07, Vishal Gaurav <[EMAIL PROTECTED]> wrote: > > Hello, > > Now i am able to use this test script. > > but not > > > > if i remove space in this line then aple > to > > see thisisphpline.

Re: [EMAIL PROTECTED] Php not running

2007-10-29 Thread Ken Robinson
On 10/29/07, Vishal Gaurav <[EMAIL PROTECTED]> wrote: > Hello, > Now i am able to use this test script. > but not > > if i remove space in this line then aple to > see thisisphpline. > But If i donot remove the space nothing is displayed by browser, > How can i fix it. How are you invoking your

Re: [EMAIL PROTECTED] Php not running

2007-10-29 Thread Vishal Gaurav
Hello, Now i am able to use this test script. but not if i remove space in this line then aple to see thisisphpline. But If i donot remove the space nothing is displayed by browser, How can i fix it. Thanks, Vishal [EMAIL PROTECTED] [EMAIL PROTECTED] On 10/29/07, Dragon <[EMAIL PROTECTED]> wr

Re: [EMAIL PROTECTED] Php not running

2007-10-29 Thread Dragon
Vishal Gaurav wrote: Hi, Thanks for your suggestion. Yes i am save the file as .php . I am able to get info to use this script in php file and i was also attached the phpinfo out put file in this mail.When i was trying to run this script then browser gives internal server error(500) in title

Re: [EMAIL PROTECTED] Php not running

2007-10-29 Thread Vishal Gaurav
-- > > *From:* Vishal Gaurav [mailto:[EMAIL PROTECTED] > *Sent:* segunda-feira, 29 de Outubro de 2007 13:08 > *To:* users@httpd.apache.org > *Subject:* Re: [EMAIL PROTECTED] Php not running > > > > Hi, > > Yes i am save that file as a .php extension.A

RE: [EMAIL PROTECTED] Php not running

2007-10-29 Thread Luis Moreira
feira, 29 de Outubro de 2007 13:08 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Php not running Hi, Yes i am save that file as a .php extension.And i am able to view result of Thanks, Vishal [EMAIL PROTECTED] [EMAIL PROTECTED] On 10/29/07, Lester Caine <[EMAIL PR

Re: [EMAIL PROTECTED] Php not running

2007-10-29 Thread Vishal Gaurav
Hi, Yes i am save that file as a .php extension.And i am able to view result of Thanks, Vishal [EMAIL PROTECTED] [EMAIL PROTECTED] On 10/29/07, Lester Caine <[EMAIL PROTECTED]> wrote: > > Vishal Gaurav wrote: > > Hello, > > I am able to view local host http://localhost/ and able to view php > >

Re: [EMAIL PROTECTED] Php not running

2007-10-29 Thread Lester Caine
Vishal Gaurav wrote: Hello, I am able to view local host http://localhost/ and able to view php installtion details by use this command on php file . But i am not able to use any other php script on my local machine. for like PHP Test This is an HTML line Are you saving that as a s

Re: [EMAIL PROTECTED] Php installtion problem

2007-10-26 Thread Tom Hart
Generally, more information is a good idea, at least for anything more complicated than an install problem. Try this tutorial. It'll run you through installing apache and php on a windows box (mySQL too if you're interested). Remember, google is your friend. Vishal Gaurav wrote: Hello, I wa

[EMAIL PROTECTED] Php installtion problem

2007-10-26 Thread Vishal Gaurav
Hello, I was successfully install Apache on my windows machine.I want to test php script offline in my computer. I was also downloaded the php archive. But i am not able to install php on Apache.Please some help to fix it out. Thanks, Vishal [EMAIL PROTECTED] [EMAIL PROTECTED] -- Vishal Gaurav

Re: [EMAIL PROTECTED] php and suexec

2007-10-24 Thread Joshua Slive
On 10/24/07, Grant Peel <[EMAIL PROTECTED]> wrote: > > > Joshua, > > Interesting, maybe I have always missunderstood these (suexec) conditions > (12 and 13 I think). > > > Is the directory within the Apache webspace? > > > > If the request is for a regular portion of the server, is there

Re: [EMAIL PROTECTED] php and suexec

2007-10-24 Thread Grant Peel
ter this directories contents. - Original Message - From: Joshua Slive To: users@httpd.apache.org ; Grant Peel Sent: Wednesday, October 24, 2007 9:45 AM Subject: Re: [EMAIL PROTECTED] php and suexec On 10/24/07, Grant Peel <[EMAIL PROTECTED]> wrote: > > >

Re: [EMAIL PROTECTED] php and suexec

2007-10-24 Thread Joshua Slive
On 10/24/07, Grant Peel <[EMAIL PROTECTED]> wrote: > > > Understood, > > BUT suexec will not allow a script to be written to outside the users home > directory ... right? > I have no idea what you mean with that sentence. Suexec is very strict about what scripts it will LAUNCH. But once a scrip

Re: [EMAIL PROTECTED] php and suexec

2007-10-24 Thread Grant Peel
Understood, BUT suexec will not allow a script to be written to outside the users home directory ... right? -Grant - Original Message - From: Joshua Slive To: users@httpd.apache.org ; Grant Peel Sent: Monday, October 22, 2007 11:12 AM Subject: Re: [EMAIL PROTECTED] php and

Re: [EMAIL PROTECTED] php and suexec

2007-10-22 Thread Joshua Slive
On 10/22/07, Grant Peel <[EMAIL PROTECTED]> wrote: > > > Hi Matthew, > > > Thanks for the speedy resonse. I actually am setting suphp on a test server > right now, but one of the items I was looking for was to jail users from a > php standpoint similar to what suexec does for perl, i.e. can't

Re: [EMAIL PROTECTED] php and suexec

2007-10-22 Thread Grant Peel
right, it does not do that. PLEASE correct me if I am wronge! -Grant - Original Message - From: Matthew A. Bockol To: users@httpd.apache.org ; Grant Peel Sent: Monday, October 22, 2007 10:29 AM Subject: Re: [EMAIL PROTECTED] php and suexec Hi Grant, You might also con

Re: [EMAIL PROTECTED] php and suexec

2007-10-22 Thread Matthew A. Bockol
- Original Message - From: "Grant Peel" <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Monday, October 22, 2007 9:21:40 AM (GMT-0600) America/Chicago Subject: [EMAIL PROTECTED] php and suexec Hi again all, Has anyone on this had succees setting up php to use (apache)

[EMAIL PROTECTED] php and suexec

2007-10-22 Thread Grant Peel
Hi again all, Has anyone on this had succees setting up php to use (apache) suexec? If I am reading things right, it appears that php must be run as CGI and then it will use the built in (Apache2) suexec wrapper in the same fassion as perl does. If the above is correct I am looking for a primer

[EMAIL PROTECTED] PHP 5 causes APACHE 1.3 processes to skyrocket with keepalive on

2007-10-11 Thread Robinson Craig
Hi Folks, I'm going through the process of upgrading PHP to 5.1.6 on my intranet APACHE 1.3 web server. With PHP4, I was typically running at about 30 HTTPD processes at any one time. When running with PHP 5, the processes skyrocket to 150 (which is my MaxClients limit) in a matter of a minute or

[EMAIL PROTECTED] PHP 5.2.4 with Apache 2.2.6 > 302 rather than 200?

2007-09-11 Thread Whit Blauvelt
This is a fairly simple Apache + PHP install, built like this: HTTPD ./configure --enable-so --enable-ssl --enable-rewrite PHP ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql --disable-cgi Things work fine with PHP 5.2.3 (which was actually built against Apache 2.2.4), but when

Re: [EMAIL PROTECTED] PHP files prompting to download

2007-07-09 Thread Vincent Bray
On 09/07/07, Oliver Marshall <[EMAIL PROTECTED]> wrote: However, this time round, the browser prompts me to download any PHP files I enter in the URL. HTML and HTM are all fine, its just php. Try: http://wiki.apache.org/httpd/PHPDownload -- noodl -

[EMAIL PROTECTED] PHP files prompting to download

2007-07-09 Thread Oliver Marshall
Hi, Dunno what I've done, but I'm trying to setup a Mandriva based LAMP box to run a few minor sites. Done it before, with the same instrucitons, and its worked fine. However, this time round, the browser prompts me to download any PHP files I enter in the URL. HTML and HTM are all fine, its just

[EMAIL PROTECTED] Php 5 Apache 2.2.4 Windows Crashes with mod rewrite

2007-05-02 Thread Sam Sherlock
Basic Mod Rewrite's work fin but more complex one crash httpd. Wordpress & cakePHP when using mod rewrite I have php4 set up on another instance of apache but can't get php5 to work with apache from my error log [Wed May 02 15:47:51 2007] [notice] Parent: child process exited with status 107380

[EMAIL PROTECTED] php

2007-04-18 Thread Richard Dunne
I am trying to render php webpages on localhost with apache tomcat. I was able to view these using jakarta, but I was trying to execute php scripts via xmlhttprequests as well. I was told that php works with apache but I am having a spot of bother. I can view the files in the project folder a

[EMAIL PROTECTED] PHP / mod_dav content handler

2007-03-31 Thread Jack Bates
When both PHP and mod_dav are enabled, how can I force PHP to be the content handler of a PHP resource, vs. mod_dav? I contributed a WebDAV module to the PHP Gallery project and some users have reported that mod_dav interferes with it: http://gallery.menalto.com/node/62232 I reproduced the proble

[EMAIL PROTECTED] php files show as text (revisited)

2007-03-21 Thread Evan Platt
So I had everything up and running.. Then I had a issue with PHP, so reinstalled PHP from source. AFAICT, PHP is running fine. # php -v PHP 5.2.2-dev (cli) (built: Mar 21 2007 10:20:00) Copyright (c) 1997-2007 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies # apachec

RE: [EMAIL PROTECTED] php files displayed as 'text'

2007-03-16 Thread Dave Hartburn
You should not need the AddModule. I suspect your PHP files were appearing as text as you have not associated the .php extension with the PHP interpreter. The following should be enough to get you going (taken from CentOS): # # PHP is an HTML-embedded scripting language which attempts to make it

RE: [EMAIL PROTECTED] php files displayed as 'text'

2007-03-15 Thread Evan Platt
At 02:37 PM 3/15/2007, Mark Lavi wrote: You should insure that PHP module available and loaded. If you compiled it in as a static module, you can look at the httpd -l option to see if it is there. Otherwise, you can enable mod_status to check your configuration in real time. Ok, I think I foun

RE: [EMAIL PROTECTED] php files displayed as 'text'

2007-03-15 Thread Mark Lavi
mailto:[EMAIL PROTECTED] || phone:+1-650-933-7707 -Original Message- From: Evan Platt [mailto:[EMAIL PROTECTED] Sent: Thursday, March 15, 2007 12:49 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] php files displayed as 'text' Ok FINALLY got apache back up and running on m

[EMAIL PROTECTED] php files displayed as 'text'

2007-03-15 Thread Evan Platt
Ok FINALLY got apache back up and running on my os/x box (don't ask. Don't know what I did). 2.2.4 Now when I try to load index.php, the 'text' is displayed. I don't know what information is needed to help troubleshoot... Relvent (AFAICT) lines from my httpd.conf: AddType application/x-httpd-

Re: [EMAIL PROTECTED] PHP Load Module Error, Help Please

2007-03-01 Thread Olaf Lautenschlaeger
On Wednesday, February 28, 2007 4:29 PM [GMT+1=CET], Stephen <[EMAIL PROTECTED]> wrote: > I am running Apache 2.2.3 on Windows XP and I get an error when it > starts: > > PHP Startup: Unable to load dynamic library ‘C:\Program > Files\PHP\ext\php_ssh2.dll’ – The specified module could not be found

Re: [EMAIL PROTECTED] PHP Load Module Error, Help Please

2007-02-28 Thread Stephen
The file permissions are wide open. I am doing this on my laptop when I am travelling. I compared settings for these files with other .dll files in the directory and everything looks the same. This is the only one that indicates an error when Apache starts. Check the file permissions: try ma

RE: [EMAIL PROTECTED] PHP Load Module Error, Help Please

2007-02-28 Thread Mark Lavi
Team @ SGI mailto:[EMAIL PROTECTED] || phone:+1-650-933-7707 -Original Message- From: Stephen [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 28, 2007 7:30 AM To: apache mailing list Subject: [EMAIL PROTECTED] PHP Load Module Error, Help Please I am running Apache 2.2.3 on Windows XP and

[EMAIL PROTECTED] PHP Load Module Error, Help Please

2007-02-28 Thread Stephen
I am running Apache 2.2.3 on Windows XP and I get an error when it starts: PHP Startup: Unable to load dynamic library ‘C:\Program Files\PHP\ext\php_ssh2.dll’ – The specified module could not be found. But, the library file exists. I installed Apache and PHP using the standard install program

[EMAIL PROTECTED] php apache SELinux problem

2007-02-21 Thread Bill Tangren
I have a web page that calls a file, default.php. The web page works fine on a server with SELinux turned off, but not on one with enforcing turned on. The php calls in the page are ignored. The errors in the logs are like this: [client 10.x.x.x] PHP Warning: main(php/defaults.php): failed to

Re: [EMAIL PROTECTED] PHP configuration error

2007-01-06 Thread Richard Lynch
On Fri, January 5, 2007 5:22 pm, Jay Chandler wrote: > Richard Lynch wrote: >> On Fri, January 5, 2007 1:34 am, Jay Chandler wrote: >> >>> Using FreeBSD 6.1 here with Apache 2.2 and PHP 5 (both installed >>> from >>> ports)-- trying to get it to render .php pages correctly, but >>> instead >>> it >

Re: [EMAIL PROTECTED] PHP configuration error

2007-01-06 Thread Yvo van Doorn
Stupid question *but* worth asking... mod_mime is loaded, correct? On 1/5/07, Jay Chandler <[EMAIL PROTECTED]> wrote: Richard Lynch wrote: > On Fri, January 5, 2007 1:34 am, Jay Chandler wrote: > >> Using FreeBSD 6.1 here with Apache 2.2 and PHP 5 (both installed from >> ports)-- trying to get

Re: [EMAIL PROTECTED] PHP configuration error

2007-01-05 Thread Jay Chandler
Richard Lynch wrote: On Fri, January 5, 2007 1:34 am, Jay Chandler wrote: Using FreeBSD 6.1 here with Apache 2.2 and PHP 5 (both installed from ports)-- trying to get it to render .php pages correctly, but instead it insists on trying to save the files instead. I've added the following lines

Re: [EMAIL PROTECTED] PHP configuration error

2007-01-05 Thread Richard Lynch
On Fri, January 5, 2007 1:34 am, Jay Chandler wrote: > Using FreeBSD 6.1 here with Apache 2.2 and PHP 5 (both installed from > ports)-- trying to get it to render .php pages correctly, but instead > it > insists on trying to save the files instead. > > I've added the following lines to httpd.conf:

[EMAIL PROTECTED] PHP configuration error

2007-01-04 Thread Jay Chandler
Howdy. Using FreeBSD 6.1 here with Apache 2.2 and PHP 5 (both installed from ports)-- trying to get it to render .php pages correctly, but instead it insists on trying to save the files instead. I've added the following lines to httpd.conf: LoadModule php5_module libexec/apache22/libphp5.so

Re: [EMAIL PROTECTED] PHP module + Apache 2 problem

2006-12-05 Thread William A. Rowe, Jr.
Try either OpenSA's or PHP's lists. It looks like your php_msql wasn't compiled against the php4ts.dll you installed (it shouldn't have to -find- php4ts.dll since that was loaded into memory with mod_php4.dll). Definately not a support issue that we can handle here - talk to whoever built the bin

[EMAIL PROTECTED] PHP module + Apache 2 problem

2006-12-05 Thread Troy Moseley
Hello again, I'm still running a Win2K Pro computer with OpenSA's Apache2 (2.0.47) with PHP (4.3.2). I'm trying to use the php_msql.dll extension but keep getting an error when try to use it. I have pointed the extension_dir to the Dll's directory but Apache2 throws a "the procedure entry point

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
ssage -From: Patrick RutkowskiTo: users@httpd.apache.orgSent: Thursday, September 14, 2006 9:32 PMSubject: Re: [EMAIL PROTECTED] PHP set up?!?!Let me see your access_log as well.On Sep 14, 2006, at 4:27 PM, Michael Flanagan wrote:http://rafb.net/paste/results/9TfnJS47.html- Original Message

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan
http://rafb.net/paste/results/vbzlzB45.html - Original Message - From: Patrick Rutkowski To: users@httpd.apache.org Sent: Thursday, September 14, 2006 9:32 PM Subject: Re: [EMAIL PROTECTED] PHP set up?!?! Let me see your access_log as well. On Sep 14

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
Let me see your access_log as well.On Sep 14, 2006, at 4:27 PM, Michael Flanagan wrote:http://rafb.net/paste/results/9TfnJS47.html- Original Message -From: Patrick RutkowskiTo: users@httpd.apache.orgSent: Thursday, September 14, 2006 9:22 PMSubject: Re: [EMAIL PROTECTED] PHP set up?!?!If

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan
http://rafb.net/paste/results/9TfnJS47.html - Original Message - From: Patrick Rutkowski To: users@httpd.apache.org Sent: Thursday, September 14, 2006 9:22 PM Subject: Re: [EMAIL PROTECTED] PHP set up?!?! If the server returned a ""The requested ope

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
If the server returned a ""The requested operation has failed!" message to your browser then it most definitely put something in the error logs as well. Can I see the log output generated by your failed request?http://rafb.net/paste/On Sep 14, 2006, at 4:16 PM, Michael Flanagan wrote:"The requested

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan
From: "Patrick Rutkowski" <[EMAIL PROTECTED]> To: Sent: Thursday, September 14, 2006 8:50 PM Subject: Re: [EMAIL PROTECTED] PHP set up?!?! A) Calm down B) Fix your DNS C) DMZ has nothing to do with it D) Check if your ISP blocks port 80 E) Load mod_php in your apache config F)

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
OWNSHIP OF LANGLEY - http://www.tol.bc.ca [Phone] 604.533.6166 [Cell] 604.340.5267 -Original Message- From: Michael Flanagan [mailto:[EMAIL PROTECTED] Sent: September 14, 2006 12:43 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] PHP set up?!?! I have tried everything,

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
IL PROTECTED]> To: Sent: Thursday, September 14, 2006 8:16 PM Subject: Re: [EMAIL PROTECTED] PHP set up?!?! Line #8 doesn't mention anything about mod_php, so it's clearly not loaded. Do you have the appropriate LoadModule directive in your httpd.conf? On Sep 14, 2006, at 3:09

RE: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread MikeTeigen
@httpd.apache.org Subject: Re: [EMAIL PROTECTED] PHP set up?!?! I have tried everything, Setup Port Forwarding, Setup DMZ, Changed My DNS (updated) Checked Firewall, And No Matter What I Do Now, I Cant View My Site Online?!?! - Original Message - From: "Patrick Rutkowski" <[EM

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan
8:16 PM Subject: Re: [EMAIL PROTECTED] PHP set up?!?! Line #8 doesn't mention anything about mod_php, so it's clearly not loaded. Do you have the appropriate LoadModule directive in your httpd.conf? On Sep 14, 2006, at 3:09 PM, Michael Flanagan wrote: Ok patrick, just posted that up t

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan
http://rafb.net/paste/results/rVCBKh91.html - Original Message - From: "Patrick Rutkowski" <[EMAIL PROTECTED]> To: Sent: Thursday, September 14, 2006 8:14 PM Subject: Re: [EMAIL PROTECTED] PHP set up?!?! You have to give me the link to where you pasted it. On Sep 1

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
r yourself? - Original Message - From: "Patrick Rutkowski" <[EMAIL PROTECTED]> To: Sent: Thursday, September 14, 2006 8:02 PM Subject: Re: [EMAIL PROTECTED] PHP set up?!?! How about this. Increase your log level go "info" like I mentioned before and then stop Apache

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
]> To: Sent: Thursday, September 14, 2006 8:02 PM Subject: Re: [EMAIL PROTECTED] PHP set up?!?! How about this. Increase your log level go "info" like I mentioned before and then stop Apache. Start it up again and then paste all of the output it produces in error_log during

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
Sent: Thursday, September 14, 2006 8:02 PM Subject: Re: [EMAIL PROTECTED] PHP set up?!?! How about this. Increase your log level go "info" like I mentioned before and then stop Apache. Start it up again and then paste all of the output it produces in error_log during the start up p

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan
Ok patrick, just posted that up there! That so you can view the file for yourself? - Original Message - From: "Patrick Rutkowski" <[EMAIL PROTECTED]> To: Sent: Thursday, September 14, 2006 8:02 PM Subject: Re: [EMAIL PROTECTED] PHP set up?!?! How about this. Increas

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
81.106.180.125, that actually seems to be my old I.P address, at my other house ?? (well other house, moved here today). any way of changing this? - Original Message - From: "Patrick Rutkowski" <[EMAIL PROTECTED]> To: Sent: Thursday, September 14, 2006 7:50 PM Subject: Re:

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
- From: "Patrick Rutkowski" <[EMAIL PROTECTED]> To: Sent: Thursday, September 14, 2006 7:48 PM Subject: Re: [EMAIL PROTECTED] PHP set up?!?! Programmers who are clueless about the underlying platform which they are developing on tend to produce very poor code. If you

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan
other house, moved here today). any way of changing this? - Original Message - From: "Patrick Rutkowski" <[EMAIL PROTECTED]> To: Sent: Thursday, September 14, 2006 7:50 PM Subject: Re: [EMAIL PROTECTED] PHP set up?!?! An nmap on scouse.mine.nu shows that everything ot

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
anything about it in the error logs" (meaning i have searched the logs) but still nothings to be found.!! - Original Message - From: "Patrick Rutkowski" <[EMAIL PROTECTED]> To: Sent: Thursday, September 14, 2006 7:48 PM Subject: Re: [EMAIL PROTECTED] PHP

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
An nmap on scouse.mine.nu shows that everything other than 8080 is filtered. My guess is that a control-freak ISP is at the bottom of this. -Patrick On Sep 14, 2006, at 2:43 PM, Doug McNutt wrote: At 19:13 +0100 9/14/06, Michael Flanagan wrote: Hi, Yes http://localhost/ di

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan
trick Rutkowski" <[EMAIL PROTECTED]> To: Sent: Thursday, September 14, 2006 7:48 PM Subject: Re: [EMAIL PROTECTED] PHP set up?!?! Programmers who are clueless about the underlying platform which they are developing on tend to produce very poor code. If you don't even know where

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Stephen
Michael Flanagan wrote: Stephen, Can i use a Linux Distro on a Windows Platform?Or must it be Linux/Unix? Mike I don't know of any. There are some good books that cover all of Apache, MySQL and PHP and they come with install disks and instructions for the Windows environment. Probably the l

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
- From: "Patrick Rutkowski" <[EMAIL PROTECTED]> To: Sent: Thursday, September 14, 2006 7:27 PM Subject: Re: [EMAIL PROTECTED] PHP set up?!?! You probably shouldn't be doing any PHP or web-programming if your have to ask such a question. I suggest that you look into

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Doug McNutt
At 19:13 +0100 9/14/06, Michael Flanagan wrote: >Hi, Yes http://localhost/ did respond, as does 127.0.0.1, i >am able to view http://scouse.mine.nu but my friends >are not? Dumb question perhaps but are you sure you're on the network? What is your fixed

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan
doing this" ?! - Original Message - From: "Patrick Rutkowski" <[EMAIL PROTECTED]> To: Sent: Thursday, September 14, 2006 7:27 PM Subject: Re: [EMAIL PROTECTED] PHP set up?!?! You probably shouldn't be doing any PHP or web-programming if your have to ask

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
Unix? Mike - Original Message - From: "Stephen" <[EMAIL PROTECTED]> To: Sent: Thursday, September 14, 2006 7:08 PM Subject: Re: [EMAIL PROTECTED] PHP set up?!?! Caroline Malton wrote: Set up APACHE the other day, and i am struggling to setup PHP by its side,

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
et up on mothers name. So i have 2 issues.P.C Specs;AMD Athlon 2700+Seagate 80GB HDDWindows XP Home (SP2)Broadband internet (8Mbps)- Original Message -From: Günther MittermayerTo: users@httpd.apache.org ; Michael FlanaganSent: Thursday, September 14, 2006 7:09 PMSubject: Re: [EMAIL PROTE

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
How does flavor of linux distro have anything to do with it? Apache works relatively the same anywhere it runs. Reinstalling is not the solution. Look at your logs, gather up some data, analyze the issue, figure out what exactly is going wrong, and fix it. Even if you're just a php programm

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan
Stephen, Can i use a Linux Distro on a Windows Platform?Or must it be Linux/Unix? Mike - Original Message - From: "Stephen" <[EMAIL PROTECTED]> To: Sent: Thursday, September 14, 2006 7:08 PM Subject: Re: [EMAIL PROTECTED] PHP set up?!?! Caroline Malton wrote:

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan
Home (SP2) Broadband internet (8Mbps) - Original Message - From: Günther Mittermayer To: users@httpd.apache.org ; Michael Flanagan Sent: Thursday, September 14, 2006 7:09 PM Subject: Re: [EMAIL PROTECTED] PHP set up?!?! Again Michael, we need more info.

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Günther Mittermayer
gh APACHE states that all servers are running...??       Anyone suffer from this problem (past/present) please advise. - Original Message - From: Patrick Rutkowski To: users@httpd.apache.org Sent: Thursday, September 14, 2006 7:01 PM Subject: Re: [EMAIL PROTECTE

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Stephen
Caroline Malton wrote: Set up APACHE the other day, and i am struggling to setup PHP by its side, i have downloaded and ran the setup file, but it just doesnt seem to let me use PHP files on my site... any advice?! :S:S I used a Linux distro (Ubunto) that installed them both together. I

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Günther Mittermayer
Caroline, have you added the PHP module (i.e. mod_php)?Maybe it would help if you could be a bit more specific..On 9/14/06, Caroline Malton < [EMAIL PROTECTED]> wrote: Hi there,           Set up APACHE the other day, and i am struggling to setup PHP by its side, i have downloaded and ran t

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan
al Message - From: Patrick Rutkowski To: users@httpd.apache.org Sent: Thursday, September 14, 2006 7:01 PM Subject: Re: [EMAIL PROTECTED] PHP set up?!?! "My computer is broken!!! How do I fix it!?" On Sep 14, 2006, at 1:52 PM, Caroline Malton wr

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
"My computer is broken!!! How do I fix it!?"On Sep 14, 2006, at 1:52 PM, Caroline Malton wrote:Hi there,     Set up APACHE the other day, and i am struggling to setup PHP by its side, i have downloaded and ran the setup file, but it just doesnt seem to let me use PHP files on my site... any adv

[EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Caroline Malton
Hi there,           Set up APACHE the other day, and i am struggling to setup PHP by its side, i have downloaded and ran the setup file, but it just doesnt seem to let me use PHP files on my site... any advice?! :S:S     kind regards

Re: [EMAIL PROTECTED] Php Load Script

2006-09-04 Thread Devraj Mukherjee
I am not sure if there is anything to do that on the PHP level. Have you looked at http://opensourcetesting.org/performance.php On 9/3/06, Armin ranjbar <[EMAIL PROTECTED]> wrote: hi all ; im looking for somekind of php load script to monitor / measure my webserver performance , any idea ? --

[EMAIL PROTECTED] Php Load Script

2006-09-03 Thread Armin ranjbar
hi all ; im looking for somekind of php load script to monitor / measure my webserver performance , any idea ? -- Never be led astray onto the path of virtue. - The official User-To-User support forum of the Apache HTTP Server

[EMAIL PROTECTED] PHP directives preventing web server from starting WAS: [EMAIL PROTECTED] VirtualHost directive not working after XP SP2 install

2006-06-22 Thread Mark Kalmus
I was able to get the 127.x.x.x IP addresses to display; however, none of the server-side include scripts work. After following my install instructions for configuring the httpd.conf file to work with PHP4, the webserver would not start. I double-checked the httpd.conf file and by commenting ou

  1   2   >