Re: [PHP] Apache question

2009-03-20 Thread Daniel Brown
On Fri, Mar 20, 2009 at 17:27, Ernie Kemp wrote: > > Please point me in the right direction with this as this is becoming a pain > in the butt. Ernie, Check in with the Apache folks: http://httpd.apache.org/lists.html -- daniel.br...@parasane.net || danbr...@php.net http://ww

[PHP] Apache question

2009-03-20 Thread Ernie Kemp
Sometime when I run the program http://localhost/DigitalBiz4U/index.php in a browser this message come up and the page is not displayed. "Apache HTTP Server stopped working and was closed" message on screen. Apache version: Apache2.2.11 PHP version: 5.2.8 OS: Vista IIS is turned of

Re: [PHP] Hello, I have a php/apache question

2007-11-12 Thread Chris
Josh McDowell wrote: I just recently installed apache 2.0 on my comp with php 5.2.5 aswell. Apache is working and I am trying to get php to be configured into apache as a module, I put the ini file in the load module so it looks like this: #LoadModule vhost_alias_module modules/mod_vhost_alias

[PHP] Hello, I have a php/apache question

2007-11-12 Thread Josh McDowell
I just recently installed apache 2.0 on my comp with php 5.2.5 aswell. Apache is working and I am trying to get php to be configured into apache as a module, I put the ini file in the load module so it looks like this: #LoadModule vhost_alias_module modules/mod_vhost_alias.so #LoadModule ssl_mod

Re: [PHP] AT / php / apache question

2006-01-02 Thread Curt Zirzow
On Mon, Jan 02, 2006 at 11:19:45AM +, david blunkett wrote: > > Dear PHP users, > > I am trying to write a php script that allows me to schedule jobs using the > at deamon (unix) for execution > in the arbitrary future. I have everything working except that the default > login shell for apa

Re: [PHP] AT / php / apache question

2006-01-02 Thread Michael Gross
Hi You could call the script via the http-server with wget (or lynx). david blunkett wrote: Dear PHP users, I am trying to write a php script that allows me to schedule jobs using the at deamon (unix) for execution in the arbitrary future. I have everything working except that the default l

[PHP] AT / php / apache question

2006-01-02 Thread david blunkett
Dear PHP users, I am trying to write a php script that allows me to schedule jobs using the at deamon (unix) for execution in the arbitrary future. I have everything working except that the default login shell for apache (nologin) means that the at deamon fails to execute the command. If I r

Re: [PHP] PHP+Apache Question

2004-01-30 Thread Raditha Dissanayake
Hi, Many linux users still believe in compiling from source. and many php developers still believe php 4.x works better with apache 1.3x Ashley M. Kirchner wrote: This has probably been asked before, but I want to know from those actually running (Red Hat) Fedora: how well does the stock PHP

[PHP] PHP+Apache Question

2004-01-30 Thread Ashley M. Kirchner
This has probably been asked before, but I want to know from those actually running (Red Hat) Fedora: how well does the stock PHP (4.3.x) work with the stock httpd (Apache 2.x)? Are PHP developers still concerned about that combination? Should I not bother and roll my own source? -- W | I

Re: [PHP] Re: php/apache question(probably stupid)

2001-07-13 Thread Conor McTernan
Peter I think I have tohse lines i nmy httpd.conf. although they might read: AddType application/x-httpd-php4 .php AddType application/x-httpd-php-source .phps or something like that, i'll make sure to check it when I get back from work. I was going to install it as a DSO, but

[PHP] Re: php/apache question(probably stupid)

2001-07-13 Thread Peter Clarke
"Conor McTernan" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > hey all, > > I've been using apache, php and mysql on win32 for a while now, and I have > recently decided to move over to linux *yay*, so i got myself a copy of > Suse 7.1 personal edition. > >

[PHP] php/apache question(probably stupid)

2001-07-13 Thread Conor McTernan
hey all, I've been using apache, php and mysql on win32 for a while now, and I have recently decided to move over to linux *yay*, so i got myself a copy of Suse 7.1 personal edition. i now have linux up and running, but for the life of me I cannot get php and apache to work. i downloaded th