Re: Fwd: [PHP-INSTALL] Re: PHP and httpd.conf

2003-12-11 Thread sara kolster
Hi Michael, First of all thanks for your help. #AddType application/x-httpd-php .php #AddType application/x-httpd-php-source .phps which i have to uncomment are NOT there. ?? Then add these lines (copy and paste to avoid typos) and remove the "#". I did this in the AddType-section of the

[PHP-INSTALL] Re: Apache Make Error with GD/JPEG Enabled

2003-12-11 Thread Michael Mauch
Paul Burney wrote: > I'm not able to compile a static apache/php, using the built in GD library > and enabling GD with jpeg support. I have no problems make/make install'ing > PHP, nor making it as a DSO, but the apache build fails when I try to make > it with a static PHP module. > > PHP 4.3.4

[PHP-INSTALL] Re: PHP and httpd.conf

2003-12-11 Thread Michael Mauch
Sara Kolster wrote: > I've some problems getting php running. I would like to install php > together with MySQL. Php is installed, but haven't configured it yet > with MySQL. > For so far i entered the folowing problems; > > 1) First problem is that when i want to edit my httpd.config file, the

Re: [PHP-INSTALL] PHP and httpd.conf

2003-12-11 Thread sara kolster
sorry, but i don't think i understand everything you wrote me. I'm a real beginner.. Where do i have to put / get AddType application/x-tar .tgz while it isn't in my httpd.conf and how can i add the fact of having 2 apaches in my httpd.conf? sara [EMAIL PROTECTED] wrote: make sure you have

Re: [PHP-INSTALL] PHP and httpd.conf

2003-12-11 Thread jeffrey_n_Dyke
make sure you have the AddType application/x-httpd-php .php in httpd.conf, most like there is an entry for AddType application/x-tar .tgz right near where this can be placed. you don't have to have the second(phps), unless you need the ability to view source on webpages. since you have two apa

[PHP-INSTALL] PHP and httpd.conf

2003-12-11 Thread sara kolster
Hi, I've some problems getting php running. I would like to install php together with MySQL. Php is installed, but haven't configured it yet with MySQL. For so far i entered the folowing problems; 1) First problem is that when i want to edit my httpd.config file, the lines: #AddType applicati

[PHP-INSTALL] Newbie... PHP as a Module or as CGI?

2003-12-11 Thread Ola Ogunneye
Hello all,   I am a newbie in the web arena. I have installed Apache 2.0.47 and also downloaded PHP 4.3.2.   I have read examples 3.7 and 3.8 of the installation on Apache 2.0. Is there a particular section of the httpd.conf file that I insert the lines?   And what is the recommended way to ru