PHP+Apache config problems.

Trouble during PacsOne Server installations
Post Reply
pax
Posts:1
Joined:Wed Jul 28, 2004 2:54 am
PHP+Apache config problems.

Post by pax » Wed Jul 28, 2004 3:07 am

:cry:
Please i need a example oh httpd.conf and php.ini installed in C:/ as root directory.
I try to use apache_2.0.50-win32-x86-no_ssl and php-4.3.8.
I successfully installed the MySQL and pacsone, after that installed apache and the "http://localhost/" test work, displaying the message "It´s work" and etc.
When I start to configure the httpd.conf as show in the manual, the apache server stop to work.
The PHP doesn't work as well.
If someone can help me I will be glad

Regards

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Re: PHP+Apache config problems.

Post by pacsone » Wed Jul 28, 2004 3:41 am

pax wrote:When I start to configure the httpd.conf as show in the manual, the apache server stop to work.
Do you mean Apache failed to start after you modify your HTTPD.CONF file? Or Apache is running but you can't access http://localhost/?

Either case, you should examine what you have changed in HTTPD.CONF file, per instructions in Section 5.3.1 through 5.3.3 of the PacsOne Server Installation Guide. I think there're only 3 changes there:

1. add a PHP loadable module
2. add a TypesConfig section
3. add a Alias section

and you need to copy the PHP.INI and PHP4TS.DLL to the correct directories.

Post Reply