Results 1 to 1 of 1
Hi,
I'm running mandrake 9.0 and currently my web server is running apache2 with php5. However i have another program that requries php4 to run and need to install this ...
- 12-21-2006 #1Just Joined!
- Join Date
- Dec 2006
- Posts
- 1
running php4 on top of php5 with mandrake 9.0
Hi,
I'm running mandrake 9.0 and currently my web server is running apache2 with php5. However i have another program that requries php4 to run and need to install this also.
I have gooled across the internet and tried a to create another instance of apahe on a different port with no luck so far. can anyone tell me where im going wrong. Here are the steps i have taken
I have apache2 (2.2.3) installed to /usr/local/apache2/
i then installed php5 (5.2.0) using the default installation listed in the INSTALL file. (this is listening to the default port 80)
this is working fine and i can use php5 on my web server.
i then downloaded php4 (4.4.4) and tried installing this to another port on (8080) with another instance of apaches ( to /usr/local/apache2_php4).
I changed the listen command in the /usr/local/apache2_php4/conf/httpd.conf file.
so i was hoping to be able to just go to http:\\server\ to use pages with php5 and the http:\\server:8080\ to access my pages with php4.
now when i start the server /usr/local/apache2/bin/apachectl start
i get the message
httpd: could not reliably determine the server's fully qualified domain name, using 172.16.3.10 for server name.
(the ipaddress is set up on the network)
i then try and start the second server
/usr/local/apache2_php4/bin/apachectl start
but get the following message
httpd: could not reliably determine the server's fully qualified domain name, using 172.16.3.10 for server name.
(9
address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
can anyone tell me what im doing wrong?? many thanks in advance


Reply With Quote
