Trying to Downgrade to PHP 5.1.6 on Centos 6.9
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I have a very specific need to replicate a test environment that includes Centos and PHP 5.1.6.
I installed XAMPP 1.5.4 (containing PHP 5.1.6), but I am unable to get Apache running.
MySQL and ProFTPD appear to be working. When I run:
/opt/lampp/lampp status
I get:
Version: XAMPP for Linux 1.5.4
Apache is not running.
MySQL is running.
ProFTPD is running.
My error log has the following lines:
[warn] RSA server certificate is CA certificate (BasicConstraints: CA == TRUE !?)
[warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
Things I have tried:
- Stopping a non-existent httpd service
- Making sure nothing else is listening on port 80 with netstat
- Changing the
ServerName localhost
entry in the httpd.conf file
I am also open to other ideas if there are easier ways to get PHP 5.1.6 onto Centos.
php
add a comment |Â
up vote
0
down vote
favorite
I have a very specific need to replicate a test environment that includes Centos and PHP 5.1.6.
I installed XAMPP 1.5.4 (containing PHP 5.1.6), but I am unable to get Apache running.
MySQL and ProFTPD appear to be working. When I run:
/opt/lampp/lampp status
I get:
Version: XAMPP for Linux 1.5.4
Apache is not running.
MySQL is running.
ProFTPD is running.
My error log has the following lines:
[warn] RSA server certificate is CA certificate (BasicConstraints: CA == TRUE !?)
[warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
Things I have tried:
- Stopping a non-existent httpd service
- Making sure nothing else is listening on port 80 with netstat
- Changing the
ServerName localhost
entry in the httpd.conf file
I am also open to other ideas if there are easier ways to get PHP 5.1.6 onto Centos.
php
Do you have certificates installed in this test machine? Check if the name resolution is right. Ref: question-defense.com/2008/10/26/â¦
â Nikhil_CV
Mar 15 at 7:53
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a very specific need to replicate a test environment that includes Centos and PHP 5.1.6.
I installed XAMPP 1.5.4 (containing PHP 5.1.6), but I am unable to get Apache running.
MySQL and ProFTPD appear to be working. When I run:
/opt/lampp/lampp status
I get:
Version: XAMPP for Linux 1.5.4
Apache is not running.
MySQL is running.
ProFTPD is running.
My error log has the following lines:
[warn] RSA server certificate is CA certificate (BasicConstraints: CA == TRUE !?)
[warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
Things I have tried:
- Stopping a non-existent httpd service
- Making sure nothing else is listening on port 80 with netstat
- Changing the
ServerName localhost
entry in the httpd.conf file
I am also open to other ideas if there are easier ways to get PHP 5.1.6 onto Centos.
php
I have a very specific need to replicate a test environment that includes Centos and PHP 5.1.6.
I installed XAMPP 1.5.4 (containing PHP 5.1.6), but I am unable to get Apache running.
MySQL and ProFTPD appear to be working. When I run:
/opt/lampp/lampp status
I get:
Version: XAMPP for Linux 1.5.4
Apache is not running.
MySQL is running.
ProFTPD is running.
My error log has the following lines:
[warn] RSA server certificate is CA certificate (BasicConstraints: CA == TRUE !?)
[warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
Things I have tried:
- Stopping a non-existent httpd service
- Making sure nothing else is listening on port 80 with netstat
- Changing the
ServerName localhost
entry in the httpd.conf file
I am also open to other ideas if there are easier ways to get PHP 5.1.6 onto Centos.
php
edited Mar 15 at 15:00
Jeff Schaller
31.2k846105
31.2k846105
asked Mar 15 at 4:03
Brisketman
11
11
Do you have certificates installed in this test machine? Check if the name resolution is right. Ref: question-defense.com/2008/10/26/â¦
â Nikhil_CV
Mar 15 at 7:53
add a comment |Â
Do you have certificates installed in this test machine? Check if the name resolution is right. Ref: question-defense.com/2008/10/26/â¦
â Nikhil_CV
Mar 15 at 7:53
Do you have certificates installed in this test machine? Check if the name resolution is right. Ref: question-defense.com/2008/10/26/â¦
â Nikhil_CV
Mar 15 at 7:53
Do you have certificates installed in this test machine? Check if the name resolution is right. Ref: question-defense.com/2008/10/26/â¦
â Nikhil_CV
Mar 15 at 7:53
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f430310%2ftrying-to-downgrade-to-php-5-1-6-on-centos-6-9%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Do you have certificates installed in this test machine? Check if the name resolution is right. Ref: question-defense.com/2008/10/26/â¦
â Nikhil_CV
Mar 15 at 7:53